projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
[LIR] General refactor to improve compile-time and simplify code.
[oota-llvm.git]
/
lib
/
Transforms
/
Scalar
/
Reg2Mem.cpp
2015-10-13
Duncan P. N. Exon...
Scalar: Remove remaining ilist iterator implicit conver...
blob
|
commitdiff
|
raw
2015-06-23
Alexander Kornienko
Revert r240137 (Fixed/added namespace ending comments...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-19
Alexander Kornienko
Fixed/added namespace ending comments using clang-tidy...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-13
Ramkumar Ramachandra
Standardize {pred,succ,use,user}_empty()
blob
|
commitdiff
|
raw
|
diff to current
2014-04-22
Chandler Carruth
[Modules] Fix potential ODR violations by sinking the...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-09
Chandler Carruth
[C++11] Add range based accessors for the Use-Def chain...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-05
Craig Topper
[C++11] Add 'override' keyword to virtual methods that...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-04
Chandler Carruth
[Modules] Move CFG.h to the IR library as it defines...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-02
Chandler Carruth
Move all of the header files which are involved in...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-03
Chandler Carruth
Use the new script to sort the includes of every file...
blob
|
commitdiff
|
raw
|
diff to current
2012-07-24
Nadav Rotem
Clean whitespaces.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-02
Benjamin Kramer
Fix typos found by github.com/lyda/misspell-check
blob
|
commitdiff
|
raw
|
diff to current
2011-04-15
Chris Lattner
Fix a ton of comment typos found by codespell. Patch by
blob
|
commitdiff
|
raw
|
diff to current
2010-10-19
Owen Anderson
Get rid of static constructors for pass registration...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-12
Owen Anderson
Begin adding static dependence information to passes...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-07
Owen Anderson
Now with fewer extraneous semicolons!
blob
|
commitdiff
|
raw
|
diff to current
2010-08-23
Owen Anderson
Now that PassInfo and Pass::ID have been separated...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-06
Owen Anderson
Reapply r110396, with fixes to appease the Linux buildb...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-06
Owen Anderson
Revert r110396 to fix buildbots.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-05
Owen Anderson
Don't use PassInfo* as a type identifier for passes...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-14
Gabor Greif
performance: cache the dereferenced use_iterator
blob
|
commitdiff
|
raw
|
diff to current
2010-03-25
Gabor Greif
rename use_const_iterator to const_use_iterator for...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-02
Chris Lattner
clean up this code a bit.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-02
Chris Lattner
eliminate VISIBILITY_HIDDEN from Transforms/Scalar...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-13
Owen Anderson
Push LLVMContexts through the IntegerType APIs.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-31
Owen Anderson
Move a few more APIs back to 2.5 forms. The only remai...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-22
Owen Anderson
Get rid of the Pass+Context magic.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-15
Owen Anderson
Revert yesterday's change by removing the LLVMContext...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-14
Owen Anderson
Move EVER MORE stuff over to LLVMContext.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-03
Owen Anderson
Even more passes being LLVMContext'd.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-04
Dan Gohman
Tidy up several unbeseeming casts from pointer to intptr_t.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-16
Gabor Greif
API change for {BinaryOperator|CmpInst|CastInst}::creat...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-13
Dan Gohman
Change class' public PassInfo variables to by initializ...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-13
Dan Gohman
Clean up the use of static and anonymous namespaces...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-29
Chris Lattner
Remove attribution from file headers, per discussion...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-21
Anton Korobeynikov
Reg2Mem cleanup and optimizations:
blob
|
commitdiff
|
raw
|
diff to current
2007-05-06
Nick Lewycky
Fix typo in comment.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-05
Chris Lattner
wrap long lines
blob
|
commitdiff
|
raw
|
diff to current
2007-05-03
Devang Patel
Drop 'const'
blob
|
commitdiff
|
raw
|
diff to current
2007-05-02
Devang Patel
Use 'static const char' instead of 'static const int'.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-01
Devang Patel
Do not use typeinfo to identify pass in pass manager.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-16
Anton Korobeynikov
Removed tabs everywhere except autogenerated & external...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-05
Reid Spencer
Apply the VISIBILITY_HIDDEN field to the remaining...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-30
Reid Spencer
For PR1136: Rename GlobalVariable::isExternal as isDecl...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-19
Chris Lattner
Switch over Transforms/Scalar to use the STATISTIC...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-06
Chris Lattner
Detemplatize the Statistic class. The only type it...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-27
Chris Lattner
eliminate RegisterOpt. It does the same thing as Regis...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-25
Andrew Lenharth
since reg2mem requires it, might as well mention that...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-22
Andrew Lenharth
Reg2Mem is something a pass may depend on, so allow...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-22
Andrew Lenharth
turns out, demotion and invokes and critical edges...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-10
Andrew Lenharth
the pain isn't gone unless the phinodes are spilled too
blob
|
commitdiff
|
raw
|
diff to current
2005-11-10
Andrew Lenharth
this works with backedges to the existing entry block...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-10
Andrew Lenharth
The pass everyone has been waiting for!
blob
|
commitdiff
|
raw
|
diff to current