| Commit message (Expand) | Author | Age | Files | Lines |
| * | LLVMContext-ification. | Owen Anderson | 2009-07-07 | 4 | -31/+44 |
| * | Statically encode bit 25 to indicate immediate form of data processing instru... | Evan Cheng | 2009-07-07 | 2 | -14/+37 |
| * | --- Reverse-merging (from foreign repository) r74952 into '.': | Bill Wendling | 2009-07-07 | 2 | -77/+71 |
| * | SelectionDAG::SignBitIsZero doesn't work right for vectors, | Chris Lattner | 2009-07-07 | 1 | -0/+4 |
| * | Commit the file I actually changed as part of last | Dale Johannesen | 2009-07-07 | 1 | -10/+24 |
| * | Operand of asm("call") (the callee function) is represented | Dale Johannesen | 2009-07-07 | 1 | -3/+16 |
| * | add support for legalizing an icmp where the result is illegal (4xi1) but | Chris Lattner | 2009-07-07 | 2 | -7/+37 |
| * | add a trivial test that vector compares work. | Chris Lattner | 2009-07-07 | 1 | -0/+7 |
| * | random code cleanups. | Chris Lattner | 2009-07-07 | 1 | -27/+28 |
| * | implement support for spliting and scalarizing vector setcc's. This | Chris Lattner | 2009-07-07 | 3 | -9/+52 |
| * | lower vector icmp/fcmp to ICMP/FCMP nodes with the right result | Chris Lattner | 2009-07-07 | 1 | -2/+5 |
| * | ScalarizeVecRes_ShiftOp and ScalarizeVecRes_BinOp are the same, | Chris Lattner | 2009-07-07 | 2 | -12/+1 |
| * | Change NEON vldN/vstN intrinsics to specify "N" as an immediate operand | Bob Wilson | 2009-07-07 | 1 | -20/+12 |
| * | add support for vector legalizing of *_EXTEND. | Chris Lattner | 2009-07-07 | 1 | -15/+50 |
| * | Fix http://llvm.org/PR4481: Make llvm-config print the right include paths when | Jeffrey Yasskin | 2009-07-07 | 1 | -3/+6 |
| * | Disable loop index split for now and let nightly tester verify its usefulness. | Devang Patel | 2009-07-07 | 1 | -1/+0 |
| * | verify that the fcmp version of this works just as well as the | Chris Lattner | 2009-07-07 | 1 | -0/+12 |
| * | Accidently dropped this while removing dead code in previous commit. | Devang Patel | 2009-07-07 | 1 | -0/+1 |
| * | DWARF requires frame moves be specified at specific times. If you have a | Bill Wendling | 2009-07-07 | 2 | -71/+77 |
| * | LLVMContext-ifiy the implementation of the C API. | Owen Anderson | 2009-07-07 | 1 | -59/+102 |
| * | Remove dead code. | Devang Patel | 2009-07-07 | 2 | -32/+2 |
| * | LLVM Context-ification. | Owen Anderson | 2009-07-07 | 1 | -22/+42 |
| * | Fix a typo and a grammaro in a comment. | Dan Gohman | 2009-07-07 | 1 | -1/+1 |
| * | Add Thumb2 movcc instructions. | Evan Cheng | 2009-07-07 | 4 | -35/+153 |
| * | Add missing tests. | Evan Cheng | 2009-07-07 | 2 | -0/+48 |
| * | Implement parsing support for the .comm directive. Patch by | Chris Lattner | 2009-07-07 | 5 | -0/+90 |
| * | LLVMContext-ify the bitcode reader. | Owen Anderson | 2009-07-07 | 2 | -57/+65 |
| * | Add a paragraph about the Add->FAdd API change. | Dan Gohman | 2009-07-07 | 1 | -0/+8 |
| * | Add BX and BXr9 encodings. Patch by Sean Callanan. | Evan Cheng | 2009-07-07 | 1 | -2/+10 |
| * | Fix build. | Mike Stump | 2009-07-07 | 1 | -0/+1 |
| * | Use LLVMContext in the LLLexer. | Owen Anderson | 2009-07-07 | 3 | -5/+10 |
| * | fix a bug in post-order iterators with external storage, patch by | Chris Lattner | 2009-07-07 | 1 | -2/+2 |
| * | fix some type confusion in ReadVBR64: "Piece" should be only 32 bits, | Chris Lattner | 2009-07-07 | 1 | -5/+8 |
| * | Have scoped mutexes take referenes instead of pointers. | Owen Anderson | 2009-07-07 | 18 | -78/+76 |
| * | Fix lli to print an error and exit when EE returns null but no string. Patch | Chris Lattner | 2009-07-07 | 1 | -2/+5 |
| * | "BinaryObject.h was implicitly converting between uint{16,32,64}_t to | Chris Lattner | 2009-07-07 | 1 | -58/+58 |
| * | Remove unused parameter. | Bill Wendling | 2009-07-07 | 1 | -2/+2 |
| * | Eliminate the static constructors and locks from DynamicLibrary.cpp. | Chris Lattner | 2009-07-07 | 2 | -26/+42 |
| * | remove dead code, noone creates instances of "DynamicLibrary", so the ctor an... | Chris Lattner | 2009-07-07 | 2 | -67/+31 |
| * | Revert 74898. It broke several tests. | Evan Cheng | 2009-07-07 | 1 | -9/+3 |
| * | we don't use libtool anymore, update comments. | Chris Lattner | 2009-07-07 | 1 | -12/+2 |
| * | Fix braces. | Edwin Török | 2009-07-07 | 1 | -4/+2 |
| * | Introduce new error handling API. | Edwin Török | 2009-07-07 | 5 | -7/+118 |
| * | Re-LLVMContext-ize DebugInfo, now with less breakage. | Owen Anderson | 2009-07-07 | 2 | -58/+75 |
| * | Change all SCEV* to SCEV *. | Dan Gohman | 2009-07-07 | 12 | -511/+514 |
| * | This parameter should default to true, not false. | Owen Anderson | 2009-07-07 | 1 | -1/+1 |
| * | Regenerate. | Mikhail Glushenkov | 2009-07-07 | 1 | -1/+2 |
| * | Documentation update. | Mikhail Glushenkov | 2009-07-07 | 1 | -1/+2 |
| * | Show how to modify built-in options. | Mikhail Glushenkov | 2009-07-07 | 1 | -2/+19 |
| * | Revert part of r74873 that broke Clang's debug info generation. | Owen Anderson | 2009-07-07 | 1 | -81/+57 |