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