index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
VMCore
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not assume that the module is set.
Devang Patel
2009-10-07
1
-15
/
+18
*
Make getPointerTo return a const PointerType* rather than
Duncan Sands
2009-10-07
1
-1
/
+1
*
Introduce and use convenience methods for getting pointer types
Duncan Sands
2009-10-06
3
-2
/
+42
*
strength reduce a ton of type equality tests to check the typeid (Through
Chris Lattner
2009-10-05
3
-23
/
+23
*
Requires element types in a constant initializer to match the element types of
Nick Lewycky
2009-10-03
1
-11
/
+3
*
Check for null MDNode element while printing comment.
Devang Patel
2009-09-30
1
-1
/
+1
*
Assert that ConstantArrays are created with correctly-typed elements.
Jeffrey Yasskin
2009-09-30
1
-1
/
+4
*
Print tag name for MDNodes that are used to encode debug info.
Devang Patel
2009-09-30
1
-1
/
+29
*
Lookup handler name only when assertions are enabled.
Devang Patel
2009-09-29
1
-2
/
+2
*
Add removeMD().
Devang Patel
2009-09-29
1
-15
/
+33
*
Only one custom meadata of each kind can be attached with an instruction.
Devang Patel
2009-09-29
1
-9
/
+19
*
Use assertion instead of early exit to catch malformed custom metadata store.
Devang Patel
2009-09-29
1
-5
/
+3
*
Parse custom metadata attached with an instruction.
Devang Patel
2009-09-29
2
-1
/
+24
*
Add C API calls for building FNeg operations. Patch by KS Sreeram!
Dan Gohman
2009-09-28
1
-0
/
+4
*
s/class Metadata/class MetadataContext/g
Devang Patel
2009-09-28
4
-17
/
+17
*
Do not use global typedef for MDKindID.
Devang Patel
2009-09-28
1
-5
/
+5
*
Do not hardcode metadata names.
Devang Patel
2009-09-28
1
-4
/
+18
*
Remove dead code.
Devang Patel
2009-09-28
1
-5
/
+1
*
Remove temporary debugging hack.
Dan Gohman
2009-09-28
1
-1
/
+1
*
Move the dominator verification code out of special code embedded within
Dan Gohman
2009-09-28
2
-54
/
+39
*
Extend the StartPassTimer and StopPassTimer functions so that the
Dan Gohman
2009-09-28
1
-26
/
+20
*
Extract the code for releasing a pass into a separate function, and
Dan Gohman
2009-09-27
1
-24
/
+25
*
Remove the "metadata*" type and simplify the code it complicated. This was only
Nick Lewycky
2009-09-27
2
-91
/
+18
*
Round out the API for the new optimization flags.
Nick Lewycky
2009-09-27
1
-0
/
+16
*
Micro-optimize DerivedType::dropAllTypeUses.
Dan Gohman
2009-09-27
1
-1
/
+2
*
Remove dead code from this function and optimize. Update its corresponding
Nick Lewycky
2009-09-27
1
-19
/
+5
*
Instruction::clone does not need to take an LLVMContext&. Remove that and
Nick Lewycky
2009-09-27
1
-44
/
+42
*
For the NSWSub support in the builder to actually be useable,
Duncan Sands
2009-09-26
1
-0
/
+5
*
Rename ConstantFP's getInf to getInfinity.
Dan Gohman
2009-09-25
1
-1
/
+1
*
Add a ConstantFP::getInf utility function for creating infinity ConstantFPs.
Dan Gohman
2009-09-25
1
-0
/
+6
*
Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...
Victor Hernandez
2009-09-25
2
-18
/
+10
*
Auto-upgrade malloc instructions to malloc calls.
Victor Hernandez
2009-09-24
2
-10
/
+18
*
Move parent assertion check before metadata deletion.
Devang Patel
2009-09-24
1
-1
/
+1
*
Delete attached metadata when an instruction is deleted.
Devang Patel
2009-09-23
1
-0
/
+5
*
Do not leave behind metadata while cloning an instruction.
Devang Patel
2009-09-23
2
-0
/
+163
*
Give MachineMemOperand an operator<<, factoring out code from
Dan Gohman
2009-09-23
1
-1
/
+13
*
No need to verify that malloc's return type is i8*.
Victor Hernandez
2009-09-22
1
-10
/
+0
*
Fix commento.
Daniel Dunbar
2009-09-22
1
-2
/
+1
*
Add a TrackingVH value handle.
Daniel Dunbar
2009-09-22
1
-0
/
+13
*
Fix PR5023: The instruction form of DominatorTree::dominates did not
Chris Lattner
2009-09-21
1
-1
/
+7
*
move DominatorTree::dominates for instructions out of line,
Chris Lattner
2009-09-21
1
-0
/
+19
*
tidy up
Chris Lattner
2009-09-21
1
-18
/
+17
*
initialize SymbolsCanStartWithDigit to false by default
Nuno Lopes
2009-09-21
1
-1
/
+1
*
Peer through zext and sext to eliminate them when it is safe to do so.
Nick Lewycky
2009-09-20
1
-0
/
+16
*
Fold 'icmp eq (icmp), true' into an xor(icmp).
Nick Lewycky
2009-09-20
1
-0
/
+14
*
Correct the comment; this applies to fcmp too.
Nick Lewycky
2009-09-20
1
-1
/
+1
*
Remove tab, again.
Nick Lewycky
2009-09-20
1
-1
/
+1
*
Teach the constant folder how to not a cmpinst.
Nick Lewycky
2009-09-20
1
-0
/
+14
*
Try turning icmp(bitcast(x), bitcast(y)) into icmp(bitcast(bitcast(x)), y) in
Nick Lewycky
2009-09-20
1
-0
/
+10
*
Remove tabs I added.
Nick Lewycky
2009-09-20
1
-8
/
+8
[next]