aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Regenerate.Mikhail Glushenkov2009-07-071-0/+5
* Documentation update.Mikhail Glushenkov2009-07-071-0/+6
* s/llvmc2/llvmc/Mikhail Glushenkov2009-07-071-1/+1
* Add an 'init' option property.Mikhail Glushenkov2009-07-072-2/+28
* Refactoring.Mikhail Glushenkov2009-07-071-18/+28
* Comment fix.Mikhail Glushenkov2009-07-071-3/+2
* if the terminator is a branch depending upon the side effects of aSanjiv Gupta2009-07-071-3/+9
* Add Thumb2 pkhbt / pkhtb.Evan Cheng2009-07-072-4/+98
* Add some more Thumb2 multiplication instructions.Evan Cheng2009-07-076-11/+187
* 80 col violation.Evan Cheng2009-07-071-2/+2
* Don't accept globals as matching 'i' constraintDale Johannesen2009-07-071-1/+6
* Add isMetadata() to check metadata operand.Devang Patel2009-07-061-1/+3
* Add new ValueType for metadata.Devang Patel2009-07-064-1/+9
* !"i" is a valid MDString.Devang Patel2009-07-061-1/+0
* Avoid directly relying on llvm.dbg.compile_unit and llvm.dbg.global_variables.Devang Patel2009-07-061-27/+29
* Add FIXMEs.Devang Patel2009-07-061-0/+3
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-0631-109/+109
* Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr...Owen Anderson2009-07-0611-102/+152
* isThumb2 really should mean thumb2 only, not thumb2+.Evan Cheng2009-07-061-1/+1
* Add bfc to armv6t2.Evan Cheng2009-07-064-35/+67
* Added ARM::mls for armv6t2.Evan Cheng2009-07-062-0/+20
* Avoid adding a duplicate def. This fixes PR4478.Evan Cheng2009-07-062-2/+148
* No need to double-include config.hOwen Anderson2009-07-061-1/+1