projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2004-03-15
Chris Lattner
Fix several bugs in the loop extractor. In particular...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
No correctness fixes here, just minor qoi fixes:
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
Simplify code a bit, and fix bug CodeExtractor/2004...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
Simplify the code a bit by making the collection of...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
New testcase that crashes the loop extractor
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
After reducing a miscompiled program down to the functi...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
Fix a minor bug in runPassesOn
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
Add a new "AutoDebugCrashes" option
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
Refactor to use a new method
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
Add new method
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
Refactor and clean up a bunch more code. No major...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Alkis Evlogimenos
Another API change to MRegisterInfo::foldMemoryOperand...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
Add a method to extract a loop
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
Split into two passes. Now there is the general loop...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
Rename createLoopExtractorPass to createSingleLoopExtra...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
add a fixme
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
Refactor all of the "splitting a module into two pieces...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Alkis Evlogimenos
Change MRegisterInfo::foldMemoryOperand to return the...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
Passes don't print stuff!
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
Do not create empty basic blocks when the lowerswitch...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
New testcase that crashes the -lowerswitch pass
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
Minor random cleanups
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
FunctionPass's should not define their own 'run' method.
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
If a block is dead, dominators will not be calculated...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
Catch some more cases of broken code. The loop extract...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
Verify functions as they are produced if -debug is...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
verifyFunction has been broken for a long time now...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
New testcase that crashes the loop extractor
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
Move prototype to IPO.h instead of Scalar.h
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
Move loop extractor to the IPO header
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
Indent anon namespace properly, add copyright block
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
Move to the IPO library. Utils shouldn't contain passes.
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
Remove dead file
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
DemoteRegToStack got moved from DemoteRegToStack.h...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
Move DemoteRegToStack prototype out of DemoteRegToStack...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-14
Chris Lattner
Document stuff that is known to be broken
commit
|
commitdiff
|
tree
|
snapshot
2004-03-13
Chris Lattner
Add some debugging output
commit
|
commitdiff
|
tree
|
snapshot
2004-03-13
Chris Lattner
New testcase, distilled from povray I think.
commit
|
commitdiff
|
tree
|
snapshot
2004-03-13
Chris Lattner
This change makes two big adjustments.
commit
|
commitdiff
|
tree
|
snapshot
2004-03-13
Chris Lattner
This little patch speeds up the loop used to update...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-13
Chris Lattner
Turn on argument promotion in gccas. This can give...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-13
Chris Lattner
Option no more
commit
|
commitdiff
|
tree
|
snapshot
2004-03-13
Chris Lattner
Fix the "infinite looping unless you disable adce" bug
commit
|
commitdiff
|
tree
|
snapshot
2004-03-13
Chris Lattner
Fix a tiny bug that caused an incorrect assertion failu...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-13
Chris Lattner
It helps if I save the file. :)
commit
|
commitdiff
|
tree
|
snapshot
2004-03-13
Chris Lattner
Rename the intrinsic enum values for llvm.va_* from...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-13
Chris Lattner
Implement sub.ll:test14
commit
|
commitdiff
|
tree
|
snapshot
2004-03-13
Chris Lattner
Oh right, casts can interfere. Test this too
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Chris Lattner
Implement InstCombine/sub.ll:test12 & test13
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Chris Lattner
new testcases
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Chris Lattner
Fix a couple of minor problems. Because PHI nodes...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
John Criswell
Performed some updates on the new options to these...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Chris Lattner
Implement mod/ref analysis for a trivial case where...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Chris Lattner
new testcase
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Brian Gaeke
Revise comment and error message for the Bug 38 situati...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
John Criswell
Fixed grammar typo.
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Brian Gaeke
Make -print-machineinstrs show us the code both before...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
John Criswell
Fixed grammar typo.
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
John Criswell
Added minor information on C++.
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
John Criswell
Updated to LLVM 1.2.
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Chris Lattner
Fix PR266: Make Module Not Inherit From Annotable
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
John Criswell
Point to the new license (includes year 2004).
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
John Criswell
Added a header indicating that the Linux and MacOS...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Alkis Evlogimenos
Add support for a wider range of CMOV instructions.
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
John Criswell
Updated copyright to year 2004.
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Misha Brukman
Simplify code to process CallSites (thanks to Chris).
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Misha Brukman
Test the mod/ref analysis in DSA.
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Misha Brukman
Keep transitively-required passes alive for queries...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Misha Brukman
Evaluate ModRef information in addition to regular...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Misha Brukman
Implement getModRefInfo() for DSA to calculate whether...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Misha Brukman
Add AnalysisUsage::addRequiredTransitive() to keep...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Chris Lattner
test instruction combiner opts for select instruction
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Chris Lattner
Teach vim about the select instruction. Allow it...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Chris Lattner
Teach emacs about the select instruction
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Chris Lattner
Add support for checking the select instruction
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Chris Lattner
Know the opcode name of the select instruction
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Chris Lattner
Add support for select constant expressions. Use reser...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Chris Lattner
Add new function
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Chris Lattner
Teach the constant folder how to do select instructions
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Chris Lattner
Print select instructions correctly
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Chris Lattner
Add constant folding wrapper support for select instruc...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Chris Lattner
Add sccp support for select instructions
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Chris Lattner
Add trivial optimizations for select instructions
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Chris Lattner
ADd support for select instructions
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Chris Lattner
Write select instructions to bytecode
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Chris Lattner
Read select instrs from bytecode
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Chris Lattner
Allow parsing select instruction and constant expr
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Chris Lattner
Add the visitSelectInst visitor method
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Chris Lattner
Add the SelectInst class
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Chris Lattner
Add the Instruction::Select enum
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Chris Lattner
Add support for select constant exprs
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Chris Lattner
This is no longer an open project
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Chris Lattner
Cleanup the cast section, add the select instruction
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Chris Lattner
New testcase
commit
|
commitdiff
|
tree
|
snapshot
2004-03-12
Misha Brukman
Make code more readable.
commit
|
commitdiff
|
tree
|
snapshot
2004-03-11
Misha Brukman
Fix indentation.
commit
|
commitdiff
|
tree
|
snapshot
2004-03-11
Misha Brukman
Move implementations of functions here, which avoids...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-11
Misha Brukman
Move function implementations to a .cpp file, avoid...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-11
Misha Brukman
Forward-declare templates for fix compilation when...
commit
|
commitdiff
|
tree
|
snapshot
2004-03-11
Misha Brukman
Doxygenified and cleand up comments.
commit
|
commitdiff
|
tree
|
snapshot
next