2003-12-20 |
Chris Lattner | Rip JIT specific stuff out of TargetMachine, as per...
|
commit | commitdiff | tree |
2003-12-19 |
Chris Lattner | Eliminate a spurious warning
|
commit | commitdiff | tree |
2003-12-19 |
Chris Lattner | Fix ADCE/2003-12-19-MergeReturn.llx
|
commit | commitdiff | tree |
2003-12-19 |
Chris Lattner | New testcase for missed optimization
|
commit | commitdiff | tree |
2003-12-19 |
Chris Lattner | Expand on the AliasSetTracker a bit, so I can remember...
|
commit | commitdiff | tree |
2003-12-19 |
Chris Lattner | Remove the wierd "Operands" loop, by traversing basicblocks...
|
commit | commitdiff | tree |
2003-12-19 |
Chris Lattner | Add support for people calling main recursively
|
commit | commitdiff | tree |
2003-12-19 |
Chris Lattner | Implement LICM/sink_multiple.ll, by sinking all possible...
|
commit | commitdiff | tree |
2003-12-19 |
Chris Lattner | New testcase
|
commit | commitdiff | tree |
2003-12-19 |
Chris Lattner | Turn QOI section into CQ section (QUI can be added...
|
commit | commitdiff | tree |
2003-12-19 |
Chris Lattner | Generalize a special case to fix PR187
|
commit | commitdiff | tree |
2003-12-19 |
Chris Lattner | Factor code out into the Utils library
|
commit | commitdiff | tree |
2003-12-19 |
Chris Lattner | Add new function
|
commit | commitdiff | tree |
2003-12-19 |
Chris Lattner | If -enable-linscan is specified, add ENABLE_LINEARSCAN...
|
commit | commitdiff | tree |
2003-12-19 |
Chris Lattner | Update template
|
commit | commitdiff | tree |
2003-12-18 |
Chris Lattner | Prune some #includes
|
commit | commitdiff | tree |
2003-12-18 |
Chris Lattner | add boog
|
commit | commitdiff | tree |
2003-12-18 |
Chris Lattner | When we delete instructions from the loop, make sure...
|
commit | commitdiff | tree |
2003-12-18 |
Chris Lattner | Add a new AliassetTracker::remove method. Because...
|
commit | commitdiff | tree |
2003-12-18 |
Chris Lattner | Check in patch that Reid submitted
|
commit | commitdiff | tree |
2003-12-16 |
Chris Lattner | Add a faq entry for the demo page
|
commit | commitdiff | tree |
2003-12-15 |
Chris Lattner | There is no reason to add -load support to LLC
|
commit | commitdiff | tree |
2003-12-15 |
Chris Lattner | Fix for PR185 & IndVarsSimplify/2003-12-15-Crash.llx
|
commit | commitdiff | tree |
2003-12-15 |
Chris Lattner | New testcase, for PR185
|
commit | commitdiff | tree |
2003-12-15 |
Chris Lattner | This header is dead
|
commit | commitdiff | tree |
2003-12-15 |
Chris Lattner | New testcase
|
commit | commitdiff | tree |
2003-12-14 |
Chris Lattner | Refactor code just a little bit, allowing us to implement...
|
commit | commitdiff | tree |
2003-12-14 |
Chris Lattner | new test
|
commit | commitdiff | tree |
2003-12-14 |
Chris Lattner | Finegrainify namespacification
|
commit | commitdiff | tree |
2003-12-14 |
Chris Lattner | Finegrainify namespacification
|
commit | commitdiff | tree |
2003-12-14 |
Chris Lattner | Finegrainify namespacification
|
commit | commitdiff | tree |
2003-12-14 |
Chris Lattner | Rev the release notes to 1.2
|
commit | commitdiff | tree |
2003-12-14 |
Chris Lattner | Do not promote volatile alias sets into registers
|
commit | commitdiff | tree |
2003-12-14 |
Chris Lattner | Finegrainify namespacification
|
commit | commitdiff | tree |
2003-12-14 |
Chris Lattner | Add capability to represent volatile AliasSet's
|
commit | commitdiff | tree |
2003-12-14 |
Chris Lattner | Testcase for PR179
|
commit | commitdiff | tree |
2003-12-12 |
Chris Lattner | Try rewording stuff talking about unwinding. Hopefully...
|
commit | commitdiff | tree |
2003-12-12 |
Chris Lattner | Link to lists, incorporate feedback from Tanya
|
commit | commitdiff | tree |
2003-12-12 |
Chris Lattner | PR177 is no longer among the open
|
commit | commitdiff | tree |
2003-12-12 |
Chris Lattner | Implement the ExecutionEngine::getPointerToFunctionOrStub...
|
commit | commitdiff | tree |
2003-12-12 |
Chris Lattner | Implement the TargetMachine::getJITStubForFunction...
|
commit | commitdiff | tree |
2003-12-12 |
Chris Lattner | Add new getJITStubForFunction method, which may optionally...
|
commit | commitdiff | tree |
2003-12-12 |
Chris Lattner | Doxygenify comments, remove extraneous #include
|
commit | commitdiff | tree |
2003-12-12 |
Chris Lattner | Note about bytecode format
|
commit | commitdiff | tree |
2003-12-12 |
Chris Lattner | These aren't bugs, don't phrase them like they are.
|
commit | commitdiff | tree |
2003-12-12 |
Chris Lattner | I'm a spaz
|
commit | commitdiff | tree |
2003-12-12 |
Chris Lattner | Add note about Stacker, duh!
|
commit | commitdiff | tree |
2003-12-12 |
Chris Lattner | More updates for the release
|
commit | commitdiff | tree |
2003-12-11 |
Chris Lattner | Update release notes for PR86 and C++ support
|
commit | commitdiff | tree |
2003-12-11 |
Chris Lattner | Factor out some duplicated code, implement the rest...
|
commit | commitdiff | tree |
2003-12-11 |
Chris Lattner | Rename variable to avoid confusing it with the global G
|
commit | commitdiff | tree |
2003-12-11 |
Chris Lattner | Fix PR86. This makes basicaa _SIGNIFICANLY_ more aggressive...
|
commit | commitdiff | tree |
2003-12-11 |
Chris Lattner | Fix LICM/2003-12-11-SinkingToPHI.ll, and quite possibly...
|
commit | commitdiff | tree |
2003-12-11 |
Chris Lattner | New testcase that LICM is breaking crafty on
|
commit | commitdiff | tree |
2003-12-11 |
Chris Lattner | Finegrainify namespacification
|
commit | commitdiff | tree |
2003-12-11 |
Chris Lattner | verifyFunction depends on dominator info, which levelraise...
|
commit | commitdiff | tree |
2003-12-11 |
Chris Lattner | Fix test that was failing because we were optimizing...
|
commit | commitdiff | tree |
2003-12-11 |
Chris Lattner | New testcase for PR86
|
commit | commitdiff | tree |
2003-12-11 |
Chris Lattner | Run tailcall elimination in a more logical place
|
commit | commitdiff | tree |
2003-12-11 |
Chris Lattner | Fix a glaring bug
|
commit | commitdiff | tree |
2003-12-11 |
Chris Lattner | Realize the gep P, <zeros> must aliases P.
|
commit | commitdiff | tree |
2003-12-11 |
Chris Lattner | With Brian's change to AA.h we can now clean out this...
|
commit | commitdiff | tree |
2003-12-11 |
Chris Lattner | Stop laughing Misha
|
commit | commitdiff | tree |
2003-12-10 |
Chris Lattner | Fix bug: LICM/sink_multiple_exits.ll
|
commit | commitdiff | tree |
2003-12-10 |
Chris Lattner | Don't allow dead instructions to stop sinking early.
|
commit | commitdiff | tree |
2003-12-10 |
Chris Lattner | Fix bug: IndVarsSimplify/2003-12-10-RemoveInstrCrash.llx
|
commit | commitdiff | tree |
2003-12-10 |
Chris Lattner | A new testcase, reduced by bugpoint
|
commit | commitdiff | tree |
2003-12-10 |
Chris Lattner | Finegrainify namespacification
|
commit | commitdiff | tree |
2003-12-10 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2003-12-10 |
Chris Lattner | Finegrainify namespacification
|
commit | commitdiff | tree |
2003-12-10 |
Chris Lattner | New testcase
|
commit | commitdiff | tree |
2003-12-10 |
Chris Lattner | Finegrainify namespacification
|
commit | commitdiff | tree |
2003-12-10 |
Chris Lattner | New testcase which caused a bunch of tests to break...
|
commit | commitdiff | tree |
2003-12-10 |
Chris Lattner | Simplify code
|
commit | commitdiff | tree |
2003-12-10 |
Chris Lattner | Avoid performing two identical lookups when one will...
|
commit | commitdiff | tree |
2003-12-10 |
Chris Lattner | Make LICM itself a bit more efficient, and make the...
|
commit | commitdiff | tree |
2003-12-10 |
Chris Lattner | Finegrainify namespacification
|
commit | commitdiff | tree |
2003-12-10 |
Chris Lattner | Finegrainify namespacification
|
commit | commitdiff | tree |
2003-12-10 |
Chris Lattner | Make 'opt -o -' work correctly instead of creating...
|
commit | commitdiff | tree |
2003-12-10 |
Chris Lattner | Implement instruction sinking out of loops. This still...
|
commit | commitdiff | tree |
2003-12-10 |
Chris Lattner | new testcase, checking to ensure we handle yet-another...
|
commit | commitdiff | tree |
2003-12-09 |
Chris Lattner | Yet another hard testcase
|
commit | commitdiff | tree |
2003-12-09 |
Chris Lattner | Do not insert one entry PHI nodes in split exit blocks!
|
commit | commitdiff | tree |
2003-12-09 |
Chris Lattner | Add a new testcase which breaks the sinker because...
|
commit | commitdiff | tree |
2003-12-09 |
Chris Lattner | Fix buggy test
|
commit | commitdiff | tree |
2003-12-09 |
Chris Lattner | New testcase for sinking operations from loops with...
|
commit | commitdiff | tree |
2003-12-09 |
Chris Lattner | Make the test a bit harder so that we test to ensure...
|
commit | commitdiff | tree |
2003-12-09 |
Chris Lattner | Refactor code a little bit, eliminating the gratuitous...
|
commit | commitdiff | tree |
2003-12-09 |
Chris Lattner | Fine grainify namespacification
|
commit | commitdiff | tree |
2003-12-09 |
Chris Lattner | New testcases for LICM improvement: code sinking.
|
commit | commitdiff | tree |
2003-12-09 |
Chris Lattner | Improve portability with Mac OS/X
|
commit | commitdiff | tree |
2003-12-09 |
Chris Lattner | Improve testcase portability on OS/X
|
commit | commitdiff | tree |
2003-12-09 |
Chris Lattner | New testcase that is not actually handled yet, but...
|
commit | commitdiff | tree |
2003-12-08 |
Chris Lattner | Whoops, forgot to check this in. :)
|
commit | commitdiff | tree |
2003-12-08 |
Chris Lattner | Implement: TailCallElim/accum_recursion_constant_arg.ll
|
commit | commitdiff | tree |
2003-12-08 |
Chris Lattner | Implement: test/Regression/Transforms/TailCallElim...
|
commit | commitdiff | tree |
2003-12-08 |
Chris Lattner | New testcase for automatic insertion of accumulator...
|
commit | commitdiff | tree |
2003-12-08 |
Chris Lattner | Add a missing semi colon, which breaks bison 1.5
|
commit | commitdiff | tree |
2003-12-08 |
Chris Lattner | Simplify makefiles by just explicitly listing directories
|
commit | commitdiff | tree |
2003-12-08 |
Chris Lattner | implement method
|
commit | commitdiff | tree |
next |