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