index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
Analysis.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only pass 'returned' to target-specific lowering code when the value of entir...
Stephen Lin
2013-04-30
1
-4
/
+0
*
Add some constraints to use of 'returned':
Stephen Lin
2013-04-23
1
-0
/
+4
*
Add CodeGen support for functions that always return arguments via a new para...
Stephen Lin
2013-04-20
1
-0
/
+26
*
Allow tail call opportunity detection through nested and/or multiple iteratio...
Stephen Lin
2013-04-20
1
-73
/
+126
*
Remove unused #includes.
Bill Wendling
2013-03-05
1
-1
/
+0
*
Remove unused parameter. Also use the AttributeSet query methods instead of t...
Bill Wendling
2013-01-18
1
-7
/
+8
*
Sink a function that refers to the SelectionDAG into that library in the
Chandler Carruth
2013-01-08
1
-21
/
+0
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-7
/
+7
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-10
/
+10
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-5
/
+5
*
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
2012-10-15
1
-3
/
+3
*
Remove the bitwise XOR operator from the Attributes class. Replace it with th...
Bill Wendling
2012-10-14
1
-2
/
+2
*
Remove the final bits of Attributes being declared in the Attribute
Bill Wendling
2012-10-10
1
-2
/
+4
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
1
-2
/
+4
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-3
/
+3
*
Convert some attribute existence queries over to use the predicate methods.
Bill Wendling
2012-09-19
1
-2
/
+2
*
quick fix for PR13006, will check in testcase later.
Chris Lattner
2012-06-01
1
-1
/
+3
*
enhance the logic for looking through tailcalls to look through transparent c...
Chris Lattner
2012-06-01
1
-1
/
+21
*
enhance getNoopInput to know about vector<->vector bitcasts of legal
Chris Lattner
2012-06-01
1
-10
/
+38
*
rearrange some logic, no functionality change.
Chris Lattner
2012-06-01
1
-24
/
+32
*
Fix a long standing tail call optimization bug. When a libcall is emitted
Evan Cheng
2012-04-10
1
-2
/
+2
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-6
/
+2
*
Extend Attributes to 64 bits
Kostya Serebryany
2012-01-20
1
-2
/
+2
*
Move Instruction::isSafeToSpeculativelyExecute out of VMCore and
Dan Gohman
2011-12-14
1
-2
/
+3
*
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-12-02
1
-27
/
+35
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-8
/
+8
*
Minor code re-structuring.
Evan Cheng
2011-03-19
1
-1
/
+1
*
Enable sibling call optimization of libcalls which are expanded during
Evan Cheng
2010-11-30
1
-0
/
+18
*
Inline asm multiple alternative constraints development phase 2 - improved ba...
John Thompson
2010-10-29
1
-1
/
+1
*
ComputeLinearIndex doesn't need its TLI argument.
Dan Gohman
2010-10-06
1
-5
/
+5
*
Using llvm.eh.catch.all.value instead of .llvm.eh.catch.all.value.
Bill Wendling
2010-07-26
1
-1
/
+1
*
Split -enable-finite-only-fp-math to two options:
Evan Cheng
2010-07-15
1
-1
/
+1
*
Move several SelectionDAG-independent utility functions out of the
Dan Gohman
2010-04-21
1
-0
/
+285