2009-03-18 |
Chris Lattner | aha, DAE does have to think about PHI nodes. Many... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Chris Lattner | Fix PR3826 - InstComb assert with vector shift, by... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Chris Lattner | add an assertion to make it clear that PHI nodes are... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Zhou Sheng | Explicitly check for StoreInst, do not lose the chance... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Zhou Sheng | Revert my previous change on Local.cpp, instead, fix... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Rafael Espindola | Add -relocation-model=pic so that the test works |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Zhou Sheng | Fix a bug. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Mon P Wang | Added missing support for widening when splitting an... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Evan Cheng | Add another test case for r64440. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Evan Cheng | xfail these tests for now. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Chris Lattner | Disable the "call to immediate" optimization on x86... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Chris Lattner | Fix PR3807 by inserting 'insertelement' instructions... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Bill Wendling | A more proper -mtriple. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Bill Wendling | Temporary fix. I think Rafael wanted this to be Linux... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Chris Lattner | LSR shouldn't ever try to hack on integer IV's larger... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Rafael Espindola | Don't force promotion of return arguments on the callee. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Daniel Dunbar | Add BUILTIN_EXPECT Support/Compiler macro. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Chris Lattner | this is apparently passing now. Evan/Dan, please check |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Devang Patel | test case for rev. 67095. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Chris Lattner | Fix codegen to compute the size of an allocation by... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Chris Lattner | Remove a condition which is always true. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Evan Cheng | Add newline at end of file. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Scott Michel | CellSPU: |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Daniel Dunbar | Minimal raw_ostream unit tests |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Sanjiv Gupta | r66870 missed this out. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Gabor Greif | typo |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Duncan Sands | Reapply r67049, with the test adjusted for darwin |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Mon P Wang | Fix a problem with DAGCombine where we were building... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Dan Gohman | Recognize bswapl as bswap too. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Dan Gohman | Recognize "bswapq" as an alternate spelling for the... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Daniel Dunbar | raw_ostream: Return '*this' explicitly (instead of... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Daniel Dunbar | raw_ostream: Put all exceptional conditions in raw_ostr... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Evan Cheng | Spiller may unfold load / mod / store instructions... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Scott Michel | CellSPU: |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Daniel Dunbar | raw_ostream: Rework implementation of unbuffered stream... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Dale Johannesen | Fix a debug info dependency in jump threading. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Daniel Dunbar | raw_ostream: Replace flush_impl with write_impl, which... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Daniel Dunbar | raw_ostream: Lift out flush_nonempty. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Douglas Gregor | CMake: Build system fixes for XCode. llvm-config still... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Daniel Dunbar | Make raw_ostream::operator<<(const void *) fast; it... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Daniel Dunbar | Add slow path for single character write, and use exclu... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Douglas Gregor | CMake: Make sure to build TableGen'd files in the binar... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Bill Wendling | --- Reverse-merging (from foreign repository) r67049... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Duncan Sands | Tweak the fix for PR3784: be less sensitive about just |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Scott Michel | CellSPU: |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Chris Lattner | change this to test for an alias result more directly. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Douglas Gregor | Add TGSourceMgr.cpp to CMake build, sort lines |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Bruno Cardoso... | This causes incorrect stack frame allocation when the... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Nick Lewycky | Simplify. "Broken" is always true here. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Nick Lewycky | Remove obviously redundant call. |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Owen Anderson | Give the pre-alloc splitter access to the VirtRegMap... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Nick Lewycky | Add a replacement for 2009-02-12-GEPNoalias.ll that... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Dan Gohman | Apply a patch by Micah Villmow to fix AsmParser to... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Sebastian Redl | Fix Clang build for srcdir != objdir |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Sebastian Redl | Add support for generating Clang diagnostic defs to... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Sebastian Redl | Add TableGen syntax highlighting for the jEdit editor. |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Dan Gohman | Add a testcase that covers a wide variety of ABI isel... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Dan Gohman | Use %rip-relative addressing on x86-64 whenever practic... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Dan Gohman | Don't forego folding of loads into 64-bit adds when... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Daniel Dunbar | Add newlines at end of file (this can annoy gcov) |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Mon P Wang | Avoid doing the transformation c ? 1.0 : 2.0 as load... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Dan Gohman | Add a few more ptrtoint/inttoptr cast tests. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Dan Gohman | Improve FastISel's handling of truncates to i1, and... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Dale Johannesen | Fix -strip-debug-declare to work when there are |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Evan Cheng | Fix PR3784: If the source of a phi comes from a bb... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Ted Kremenek | Add (hidden) TableGen command option '-clang-component... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Ted Kremenek | Add initial implementation of a TableGen backend for... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Ted Kremenek | Further constify Record::isSubClassOf. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Devang Patel | Fix test case. Now, llvm-gcc emits debug info for artif... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Stuart Hastings | Fix a hashing bug in APInt. A certain pathological... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Chris Lattner | Fix escaping in asm string literals correctly by having... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Chris Lattner | add a horrible hack to fix the build. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Bill Wendling | Revert r66920. It was causing failures in the self... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Chris Lattner | add support for a few simple escape characters in tblge... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Daniel Dunbar | Add ENABLE_COVERAGE, for building a +Coverage (gcov... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Dan Gohman | Fix FastISel's assumption that i1 values are always... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Chris Lattner | remove a test that depends on -debug. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Chris Lattner | remove a testcase that depends on -debug existing. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Rafael Espindola | add 8 and 16 bit TLS moves. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Dale Johannesen | One more place where debug info affects codegen. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Devang Patel | Test case for rev. 66925 |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Rafael Espindola | Improve sext and zext of TLS variables. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Gabor Greif | Second installment of "BasicBlock operands to the back" |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Chris Lattner | remove a buggy test, it is not ok to use -debug in... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Chris Lattner | generalize this code so that fast isel handles integer... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Chris Lattner | add a new TGError class and use it to propagate locatio... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Chris Lattner | give each Record a location. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Chris Lattner | make "locations" a class instead of a typedef. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Duncan Sands | Update these for the 2.5 release. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Bill Wendling | These instructions have special lowering that may lower... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Argyrios Kyrtzidis | Unbreak build, bring in std::string for GCC 4.3 |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Evan Cheng | Fix some significant problems with constant pools that... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Evan Cheng | Unbreak build. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Chris Lattner | split buffer management and diagnostic printing out... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Owen Anderson | Convert VirtRegMap to a MachineFunctionPass. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Chris Lattner | generalize the previous code to use the full generality... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Chris Lattner | optimize the case of cond ? 42 : 41 and friends. This... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Bill Wendling | Oops...I committed too much. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Bill Wendling | Temporarily XFAIL this test. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Dan Gohman | Enhance address-mode folding of ISD::ADD to handle... |
commit | commitdiff | tree | snapshot |
next |