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 |
2009-03-13 |
Dale Johannesen | Fix one more place where debug info affected |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Chris Lattner | just initialize the first element, we don't need to... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Chris Lattner | Eliminate a 9640 byte static mutable initialized data... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Chris Lattner | static functions don't need an anonymous namespace. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Dale Johannesen | Previous debug info fix to this code wasn't quite |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Gabor Greif | cosmetic change, in preparation of future change |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Evan Cheng | Add this test back. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Daniel Dunbar | raw_ostream: unbuffered streams weren't being immediate... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Duncan Sands | Revert commit 66140 since it caused several failures |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Scott Michel | Darwin 10.4.x: "-rpath" is unnecessary when linking... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Dale Johannesen | There already was a class to force deterministic |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Bob Wilson | Fix an inconsistent use of LLVMGCCDIR. In all other... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Gabor Greif | Rearrange operands of the BranchInst, to be able to |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Evan Cheng | Re-apply 66024 with fixes: 1. Fixed indirect call to... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Dale Johannesen | Another missing check for debug intrinsics. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Chris Lattner | Fully initialize all ivars, fixing PR3790, patch by... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Evan Cheng | Typo. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Evan Cheng | Fix test after Chris' select changes. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Duncan Sands | Adjust this test for recent sroa improvements. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Gabor Greif | add some text to explain sentinels |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Gabor Greif | minor tweaks |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Owen Anderson | Reorganize some #include's. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Chris Lattner | Move 3 "(add (select cc, 0, c), x) -> (select cc, x... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Chris Lattner | improve comment. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Evan Cheng | Enable Chris' value propagation change. It make availab... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Evan Cheng | On x86, if the only use of a i64 load is a i64 store... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Chris Lattner | add no-unwind, remove duplicate run line. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Chris Lattner | add nounwinds |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Bill Wendling | Revert r66765 and r66766. These were causing build... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Nick Lewycky | Regenerate. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Nick Lewycky | Set ARCH to x86 on mixed 32/64-bit Linux systems. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Sanjiv Gupta | Forgot to check-in this as part of 7761. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Sanjiv Gupta | Banksel optimization is now based on the section names... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Dale Johannesen | Allow for switch values bigger than 64 bits. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Daniel Dunbar | Add StringMap::lookup. |
commit | commitdiff | tree | snapshot |
next |