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
/
VMCore
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add copyMD to copy metadata from one instruction to another instruction.
Devang Patel
2009-10-14
1
-0
/
+15
*
I don't see any point in having both eh.selector.i32 and eh.selector.i64,
Duncan Sands
2009-10-14
1
-0
/
+46
*
Add an "msasm" flag to inline asm as suggested in PR 5125.
Dale Johannesen
2009-10-13
3
-6
/
+11
*
Copy metadata when value is RAUW'd. It is debatable whether this is the right...
Devang Patel
2009-10-13
2
-0
/
+16
*
Force memory use markers to have a ConstantInt for the size argument.
Nick Lewycky
2009-10-13
1
-0
/
+11
*
Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on the
Jeffrey Yasskin
2009-10-12
1
-23
/
+46
*
add some more hooks to the C bindings, patch by Kenneth Uildriks!
Chris Lattner
2009-10-12
1
-1
/
+59
*
Add a form of addPreserved which takes a string argument, to allow passes
Dan Gohman
2009-10-08
1
-0
/
+14
*
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
[next]