index
:
~tstellar/llvm
9.1-abi-fix
Nov13-test
Oct18-backup
assembler
assembler-Jan-06-2015
assembler-push
backup-Oct15
backup-Oct18
bfgminer
bfgminer-perf
cayman-only-bfgminer
clover-elf
clover-elf-v2
hazard-rec
hsa
image-support
indirect-addressing
indirect-wip
indirect-wip-2
indirect-wip-3
indirect-wip-4
indirect-wip-5
kernel-args-WIP
lds
lds-v2
long-alu
madk
master
master-testing
master-testing-patches
master-testing-patches-v2
master-testing-si
master-testing-v2
mi-sched-experimental
native
opencv-Sep18-patches
perf-Dec31-2014
perf-Jan-08-2015
push-jan16
r600
r600-May09
r600-alu-encoding
r600-final-push
r600-gen-fixes
r600-imm-flags
r600-initial-review
r600-initial-review-May11
r600-master
r600-private-mem-fixes
r600-private-memory
r600-review-v10
r600-review-v3
r600-review-v7
r600-review-v8
r600-review-v9
r600-rewrite-pats
r600-structurizer
r600-structurizer-v2
r600-tablegen-hwreg
r600-tablegen-reg-encoding
r600-vliw
remove-fold-operands
sched-fixes
sched-perf-Mar-27-2015
si-compute
si-compute-v3
si-fold
si-lowercase
si-scheduler
si-scheduler-v2
si-scheduler-v3
si-sgpr-copies
si-spill-fixes
si-spill-fixes-v2
si-spill-fixes-v3
si-spill-fixes-v4
smrd-cluster
struct-divergence
struct-divergence-v1
vgpr-spilling-Jan07-2014
vinterp-fix
vliw5-rebase
vlj-bottom-up
Unnamed repository; edit this file 'description' to name the repository.
tstellar
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
opt
/
opt.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-29
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...
Benjamin Kramer
1
-0
/
+1
2014-04-25
[C++] Use 'nullptr'. Tools edition.
Craig Topper
1
-4
/
+4
2014-04-17
Atomics: promote ARM's IR-based atomics pass to CodeGen.
Tim Northover
1
-1
/
+2
2014-04-15
verify-di: Implement DebugInfoVerifier
Duncan P. N. Exon Smith
1
-3
/
+15
2014-03-14
static link polly into tools
Sebastian Pop
1
-0
/
+10
2014-03-12
Move duplicated code into a helper function (exposed through overload).
Eli Bendersky
1
-8
/
+1
2014-03-06
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
1
-4
/
+4
2014-03-04
[Modules] Move the PassNameParser to the IR library as it deals in the
Chandler Carruth
1
-1
/
+1
2014-03-04
[cleanup] Re-sort all the includes with utils/sort_includes.py.
Chandler Carruth
1
-1
/
+1
2014-02-25
Use DataLayout from the module when easily available.
Rafael Espindola
1
-4
/
+6
2014-02-25
Store a DataLayout in Module.
Rafael Espindola
1
-5
/
+2
2014-02-25
Make DataLayout a plain object, not a pass.
Rafael Espindola
1
-2
/
+2
2014-02-24
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
1
-2
/
+2
2014-02-22
[CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.
Quentin Colombet
1
-0
/
+4
2014-02-21
One last pass of DataLayout variable renaming.
Rafael Espindola
1
-7
/
+7
2014-02-19
Refactor TargetOptions initialization into a single place.
Eli Bendersky
1
-24
/
+2
2014-02-12
Move more self-contained functionality away from tools/opt/opt.cpp
Eli Bendersky
1
-61
/
+2
2014-02-10
Move the *PassPrinter into their own module.
Eli Bendersky
1
-206
/
+7
2014-01-20
[PM] Wire up the Verifier for the new pass manager and connect it to the
Chandler Carruth
1
-1
/
+7
2014-01-16
[opt][PassInfo] Allow opt to run passes that need target machine.
Quentin Colombet
1
-1
/
+3
2014-01-13
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
1
-1
/
+1
2014-01-13
[PM] Wire up support for writing bitcode with new PM.
Chandler Carruth
1
-1
/
+1
2014-01-13
[PM] Add an enum for describing the desired output strategy, and run
Chandler Carruth
1
-2
/
+8
2014-01-12
[PM] Simplify the interface exposed for IR printing passes.
Chandler Carruth
1
-2
/
+2
2014-01-12
[PM] Rename the IR printing pass header to a more generic and correct
Chandler Carruth
1
-1
/
+1
2014-01-11
[PM] Add (very skeletal) support to opt for running the new pass
Chandler Carruth
1
-1
/
+20
2014-01-07
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
1
-1
/
+1
2013-12-05
Add #pragma vectorize enable/disable to LLVM
Renato Golin
1
-2
/
+8
2013-12-03
opt: Mirror vectorization presets of clang
Arnold Schwaighofer
1
-2
/
+14
2013-10-10
Debug Info: In DIBuilder, the context field of subprogram is updated to use
Manman Ren
1
-1
/
+1
2013-10-09
Test commit. Remove whitespace from otherwise empty lines.
Greg Bedwell
1
-2
/
+2
2013-09-18
Lift alignment restrictions for load/store folding on VINSERTF128/VEXTRACTF12...
Craig Topper
1
-0
/
+1
2013-09-09
Debug Info: Use DIScopeRef for DIType::getContext.
Manman Ren
1
-1
/
+7
2013-08-28
Disable unrolling in the loop vectorizer when disabled in the pass manager
Hal Finkel
1
-3
/
+9
2013-08-13
Remove logic that decides whether to vectorize or not depending on O-levels
Arnold Schwaighofer
1
-0
/
+2
2013-08-01
Use function attributes to indicate that we don't want to realign the stack.
Bill Wendling
1
-1
/
+0
2013-07-27
SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...
Tom Stellard
1
-0
/
+3
2013-07-25
Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.
Bill Wendling
1
-1
/
+0
2013-07-22
Recommit r186217 with testcase fix:
Bill Wendling
1
-1
/
+0
2013-07-16
Add a wrapper for open.
Rafael Espindola
1
-2
/
+2
2013-07-13
Revert commit r186217 -- this is breaking bots:
Chandler Carruth
1
-0
/
+1
2013-07-12
Use the function attributes to pass along the stack protector buffer size.
Bill Wendling
1
-1
/
+0
2013-06-28
Debug Info: clean up usage of Verify.
Manman Ren
1
-2
/
+5
2013-06-26
Revert "Debug Info: clean up usage of Verify." as it's breaking bots.
Eric Christopher
1
-2
/
+2
2013-06-26
Debug Info: clean up usage of Verify.
Manman Ren
1
-2
/
+2
2013-06-20
Remove the simplify-libcalls pass (finally)
Meador Inge
1
-2
/
+0
2013-05-08
Add DebugIR pass -- emits IR file and replace source lines with IR lines in MD
Daniel Malea
1
-0
/
+1
2013-04-15
Revert "Recommit r179497 after fixing uninitialized variable." until
Eric Christopher
1
-16
/
+14
2013-04-15
Recommit r179497 after fixing uninitialized variable.
Eric Christopher
1
-14
/
+16
2013-04-14
Revert "Remove some unused triple and data layout."
Eric Christopher
1
-16
/
+13
[next]