projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Silence VS warnings
2005-01-08
Chris Lattner
Silence VS warnings
commit
|
commitdiff
|
tree
2005-01-08
Chris Lattner
Silence VS warnings
commit
|
commitdiff
|
tree
2005-01-08
Chris Lattner
Adjust prototype
commit
|
commitdiff
|
tree
2005-01-08
Chris Lattner
Silence warnings from VS
commit
|
commitdiff
|
tree
2005-01-08
Chris Lattner
Silence VS warnings
commit
|
commitdiff
|
tree
2005-01-08
Chris Lattner
Silence VS warnings.
commit
|
commitdiff
|
tree
2005-01-08
Chris Lattner
Fix VS warnings
commit
|
commitdiff
|
tree
2005-01-08
Chris Lattner
Fix VS warnings.
commit
|
commitdiff
|
tree
2005-01-08
Chris Lattner
Fix uint64_t -> unsigned VS warnings.
commit
|
commitdiff
|
tree
2005-01-08
Chris Lattner
Silence VS warnings.
commit
|
commitdiff
|
tree
2005-01-08
Chris Lattner
Silence warnings
commit
|
commitdiff
|
tree
2005-01-08
Chris Lattner
Do not throw away bits for no reason
commit
|
commitdiff
|
tree
2005-01-08
Chris Lattner
Silence a VS warning.
commit
|
commitdiff
|
tree
2005-01-08
Chris Lattner
Adjust to changes in LowerCallTo interface
commit
|
commitdiff
|
tree
2005-01-08
Chris Lattner
Implement handling of most long operators through libcalls.
commit
|
commitdiff
|
tree
2005-01-08
Chris Lattner
Adjust to changes in LowerCAllTo interfaces
commit
|
commitdiff
|
tree
2005-01-08
Chris Lattner
Make LowerCallTo more generic and useful.
commit
|
commitdiff
|
tree
2005-01-08
Chris Lattner
Add support for FP->INT conversions and back.
commit
|
commitdiff
|
tree
2005-01-08
Chris Lattner
Add operators for FP -> INT conversions and back.
commit
|
commitdiff
|
tree
2005-01-08
Chris Lattner
Wrap long line.
commit
|
commitdiff
|
tree
2005-01-08
Chris Lattner
Implement the 'store FPIMM, Ptr' -> 'store INTIMM,...
commit
|
commitdiff
|
tree
2005-01-08
Chris Lattner
1ULL << 64 is undefined, don't do it.
commit
|
commitdiff
|
tree
2005-01-08
Chris Lattner
The X86 instruction selector already handles codegen of:
commit
|
commitdiff
|
tree
2005-01-08
Chris Lattner
New testcase.
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
Fix a pointer invalidation problem. This fixes Generic...
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
Fold conditional branches on constants away.
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
Fix a thinko in the reassociation code, fixing Generic...
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
Add support for truncating integer casts from long.
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
Fix a bug in load expansion legalization and ret legalizatio...
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
Legalize unconditional branches too
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
Cleanup a bunch of tests. In particular do not allow...
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
Implement support for long GEP indices on 32-bit archs...
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
Simplify: truncate ({zero|sign}_extend (X))
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
implement legalization of a bunch more operators.
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
Make this test a bit more interesting by making there...
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
Fix another bug legalizing calls!
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
Fix handling of dead PHI nodes.
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
Fix a bug legalizing calls
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
modernize and clean up this test.
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
After legalizing a DAG, delete dead nodes to save space.
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
Implement RemoveDeadNodes
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
Add a new SelectionDAG::RemoveDeadNodes method
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
Remove the open projects page from the docs directory.
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
Teach legalize how to handle condbranches
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
Add a testcase I forgot to commit earlier.
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
X86 BE requires SelectionDAG
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
X86 JIT requires the selection dag library.
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
Allow the selection-dag based selector to be diabled...
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
Reimplementation of the X86 pattern isel. This is...
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
This file is now dead.
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
Add a new prototype
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
Initial implementation of the SelectionDAGISel class...
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
This file is obsolete
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
Initial implementation of the DAG legalization. This...
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
Complete rewrite of the SelectionDAG class.
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
Common base class for SelectionDAG-based instruction...
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
Initial implementation of the nodes in a SelectionDAG.
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
First draft of new Target interface
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
First draft of a new Target interface
commit
|
commitdiff
|
tree
2005-01-07
Chris Lattner
Add convenience method.
commit
|
commitdiff
|
tree
2005-01-06
Chris Lattner
Codegen -1 and -0.0 more efficiently. This implements...
commit
|
commitdiff
|
tree
2005-01-06
Chris Lattner
New testcase
commit
|
commitdiff
|
tree
2005-01-06
Chris Lattner
No need to pessimize current code for future possibilities.
commit
|
commitdiff
|
tree
2005-01-06
Chris Lattner
Add required #include
commit
|
commitdiff
|
tree
2005-01-06
Chris Lattner
Add a useful method
commit
|
commitdiff
|
tree
2005-01-05
Chris Lattner
Add a list end sentinal
commit
|
commitdiff
|
tree
2005-01-05
Chris Lattner
1. If a double FP constant must be put into a constant...
commit
|
commitdiff
|
tree
2005-01-05
Chris Lattner
add an assertion
commit
|
commitdiff
|
tree
2005-01-05
Chris Lattner
Minor optimization to allocate R8 registers in a better...
commit
|
commitdiff
|
tree
2005-01-05
Chris Lattner
ignore generated file
commit
|
commitdiff
|
tree
2005-01-05
Chris Lattner
Ignore generated file
commit
|
commitdiff
|
tree
2005-01-05
Chris Lattner
Ignore .dir
commit
|
commitdiff
|
tree
2005-01-05
Chris Lattner
Update this test to pass.
commit
|
commitdiff
|
tree
2005-01-04
Chris Lattner
Test that trivial constants are not printed in hex...
commit
|
commitdiff
|
tree
2005-01-04
Chris Lattner
To not break TBAA rules, use a union.
commit
|
commitdiff
|
tree
2005-01-04
Chris Lattner
Do not let 'ftostr' return a string that starts with...
commit
|
commitdiff
|
tree
2005-01-03
Chris Lattner
Add a testcase to check that initializer that CAN be...
commit
|
commitdiff
|
tree
2005-01-03
Chris Lattner
Fix this script to work with hyphenated llvm-gcc and...
commit
|
commitdiff
|
tree
2005-01-03
Chris Lattner
new testcase for PR481
commit
|
commitdiff
|
tree
2005-01-03
Chris Lattner
Bug fixed
commit
|
commitdiff
|
tree
2005-01-03
Chris Lattner
New testcase for PR487
commit
|
commitdiff
|
tree
2005-01-03
Chris Lattner
ADC and IMUL are also commutable.
commit
|
commitdiff
|
tree
2005-01-02
Chris Lattner
This hunk:
commit
|
commitdiff
|
tree
2005-01-02
Chris Lattner
Remove dead directories
commit
|
commitdiff
|
tree
2005-01-02
Chris Lattner
This lib is dead
commit
|
commitdiff
|
tree
2005-01-02
Chris Lattner
Remove a bunch of useless empty libraries
commit
|
commitdiff
|
tree
2005-01-02
Chris Lattner
This is no longer needed.
commit
|
commitdiff
|
tree
2005-01-02
Chris Lattner
Testcase for PR494
commit
|
commitdiff
|
tree
2005-01-02
Chris Lattner
xfail these tests, whcih require more info in the code...
commit
|
commitdiff
|
tree
2005-01-02
Chris Lattner
Disable 2->3 address promotion of add and inc instructions...
commit
|
commitdiff
|
tree
2005-01-02
Chris Lattner
Check in an old test that never made it into CVS
commit
|
commitdiff
|
tree
2005-01-02
Chris Lattner
Add a new method.
commit
|
commitdiff
|
tree
2005-01-02
Chris Lattner
Add support for SETNPr to lower to memory form.
commit
|
commitdiff
|
tree
2005-01-02
Chris Lattner
Implement the convertToThreeAddress method, add support...
commit
|
commitdiff
|
tree
2005-01-02
Chris Lattner
Two changes here:
commit
|
commitdiff
|
tree
2005-01-02
Chris Lattner
Make the 2-address instruction lowering pass smarter...
commit
|
commitdiff
|
tree
2005-01-02
Chris Lattner
Add several testcases for new optimizations in the...
commit
|
commitdiff
|
tree
2005-01-02
Chris Lattner
Expose isConvertibleToThreeAddress and isCommutable...
commit
|
commitdiff
|
tree
2005-01-02
Chris Lattner
Add some bits that can be set on instructions. Renumber...
commit
|
commitdiff
|
tree
2005-01-02
Chris Lattner
Add some bits that can be set for instructions.
commit
|
commitdiff
|
tree
next