| Commit message (Expand) | Author | Age | Files | Lines |
* | fix rdar://6762290, a crash compiling cxx filt with clang. | Chris Lattner | 2009-04-07 | 1 | -3/+4 |
* | remove empty section | Chris Lattner | 2009-04-07 | 1 | -4/+0 |
* | Handle 'a' modifier in ARM inline assembly. | Bob Wilson | 2009-04-06 | 1 | -0/+3 |
* | revert r68457, its crashing in make check. | Edwin Török | 2009-04-06 | 1 | -16/+0 |
* | Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files. | Chris Lattner | 2009-04-06 | 1 | -45/+2 |
* | fix (part of) memory leak on shutdown. See PR2975. | Edwin Török | 2009-04-06 | 1 | -0/+16 |
* | Let the strcat optimizer return the pointer to the start of the buffer, | Ed Schouten | 2009-04-06 | 1 | -2/+2 |
* | Map stack based frameindices for spills to zero based indices that can be acc... | Sanjiv Gupta | 2009-04-06 | 5 | -33/+62 |
* | Remove bogus include. | Nick Lewycky | 2009-04-04 | 1 | -1/+0 |
* | Add support for embedded metadata to LLVM. This introduces two new types of | Nick Lewycky | 2009-04-04 | 10 | -6/+262 |
* | Wrap some lines to fix indentation problems. | Bob Wilson | 2009-04-03 | 1 | -30/+36 |
* | Fix some comments. | Bob Wilson | 2009-04-03 | 1 | -5/+5 |
* | Fix a TargetLowering optimization so that it doesn't duplicate | Dan Gohman | 2009-04-03 | 1 | -0/+1 |
* | CMake: removed IA64AsmPrinter.cpp from lib/Target/IA64/CMakeLists.txt | Oscar Fuentes | 2009-04-03 | 1 | -1/+0 |
* | Separate MIPS asmprinter | Anton Korobeynikov | 2009-04-03 | 5 | -3/+33 |
* | Fix target library name | Anton Korobeynikov | 2009-04-03 | 1 | -1/+1 |
* | Fix comment | Anton Korobeynikov | 2009-04-03 | 1 | -1/+1 |
* | Move IA64 asmprinter to separate library | Anton Korobeynikov | 2009-04-03 | 4 | -1/+32 |
* | Added a x86 dag combine to increase the chances to use a | Mon P Wang | 2009-04-03 | 1 | -2/+30 |
* | Delete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG, which are unused. | Dan Gohman | 2009-04-03 | 2 | -20/+0 |
* | use higher level APIs. | Chris Lattner | 2009-04-03 | 1 | -8/+6 |
* | Fixed build warnings. | Sanjiv Gupta | 2009-04-02 | 1 | -2/+0 |
* | To convert the StopPoint insn into an assembler directive by ISel, we need to... | Sanjiv Gupta | 2009-04-02 | 5 | -0/+35 |
* | Params are not being generated as static globals now. The caller passes them ... | Sanjiv Gupta | 2009-04-02 | 5 | -53/+133 |
* | Fix build on Linux. | Mikhail Glushenkov | 2009-04-02 | 1 | -0/+1 |
* | Reapply r68211, with the miscompilations it caused fixed. | Owen Anderson | 2009-04-01 | 1 | -9/+30 |
* | Clean up pass manager cache after each run. | Devang Patel | 2009-04-01 | 1 | -0/+14 |
* | silence warning in release-asserts build. | Chris Lattner | 2009-04-01 | 1 | -4/+2 |
* | Add llvm::Triple class for abstracting access to target triples. | Daniel Dunbar | 2009-04-01 | 1 | -0/+183 |
* | Use CHAR_BIT instead of hard-coding 8 in several places where it | Dan Gohman | 2009-04-01 | 4 | -7/+8 |
* | Use LLVM type names instead of C type names in comments, to be | Dan Gohman | 2009-04-01 | 1 | -5/+5 |
* | Fix PR3862: Recognize some ARM-specific constraints for immediates in inline | Bob Wilson | 2009-04-01 | 2 | -0/+145 |
* | Revert r68172. It caused regressions in | Dan Gohman | 2009-04-01 | 1 | -38/+10 |
* | hopefully fix an apparent build error on windows. | Chris Lattner | 2009-04-01 | 1 | -0/+1 |
* | fix a serious regression I introduced in my previous patch. | Chris Lattner | 2009-04-01 | 1 | -1/+2 |
* | Enhance GVN to propagate simple conditionals. This fixes PR3921. | Owen Anderson | 2009-04-01 | 1 | -10/+38 |
* | * Fixed spelling of `invertible' | Misha Brukman | 2009-04-01 | 1 | -2/+2 |
* | reimplement BitcodeReaderValueList in terms of WeakVH instead of making | Chris Lattner | 2009-03-31 | 2 | -94/+56 |
* | Make the key of ValueRankMap an AssertingVH, so that we die violently | Chris Lattner | 2009-03-31 | 1 | -6/+7 |
* | Add two new classes: WeakVH and AssertingVH. These are both "ValueHandles", | Chris Lattner | 2009-03-31 | 1 | -2/+165 |
* | Throttle back "fold select into operand" transformation. InstCombine should n... | Evan Cheng | 2009-03-31 | 1 | -52/+81 |
* | Fully general expansion of integer shift of any size. | Evan Cheng | 2009-03-31 | 2 | -3/+81 |
* | i128 shift libcalls are not available on x86. | Evan Cheng | 2009-03-31 | 1 | -0/+7 |
* | Reapply 68073, with fixes. EH Landing-pad basic blocks are not | Dan Gohman | 2009-03-31 | 2 | -1/+14 |
* | Update call graph after inlining invoke. | Devang Patel | 2009-03-31 | 1 | -2/+19 |
* | Add llvm::sys::getHostTriple and remove | Daniel Dunbar | 2009-03-31 | 2 | -26/+28 |
* | Minor top-level comment fix. | Dan Gohman | 2009-03-31 | 1 | -1/+1 |
* | remove unused arguments. | Rafael Espindola | 2009-03-31 | 1 | -14/+12 |
* | Really temporarily revert r68073. | Bill Wendling | 2009-03-31 | 1 | -6/+1 |
* | Oy! When reverting r68073, I added in experimental code. Sorry... | Bill Wendling | 2009-03-31 | 5 | -96/+38 |