summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Push LLVMContext _back_ through IRBuilder.Owen Anderson2009-07-08
* Implement NEON vst1 instruction.Bob Wilson2009-07-08
* Generalize opcode selection in ARMBaseRegisterInfo.David Goodwin2009-07-08
* Fix cmake build.Xerxes Ranby2009-07-08
* Support MDNode forward reference.Devang Patel2009-07-08
* Make the code that updates ScalarEvolution's internal state in responseDan Gohman2009-07-08
* Tell ScalarEvolution to forget a loop before starting to delete it.Dan Gohman2009-07-08
* Convert more abort() calls to llvm_report_error().Torok Edwin2009-07-08
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-08
* Push methods into base class in preparation for sharing.David Goodwin2009-07-08
* Implement NEON vld1 instructions.Bob Wilson2009-07-08
* Start converting to new error handling API.Torok Edwin2009-07-08
* Start breaking out common base functionality for register info.David Goodwin2009-07-08
* Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh...David Goodwin2009-07-08
* Remove trailing whitespace. Reorder some methodsDuncan Sands2009-07-08
* Mark sublw_cc and subfw_cc as Terminator insns so that they are part of the t...Sanjiv Gupta2009-07-08
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-08
* Add a Thumb2 instruction flag to that indicates whether the instruction can b...Evan Cheng2009-07-08
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-08
* remove two methods that no longer exist.Chris Lattner2009-07-08
* more getting windows to build.Chris Lattner2009-07-08
* dag combine sext(setcc) -> vsetcc before legalize. To make this safe,Chris Lattner2009-07-08
* hopefully fix the build on windows.Chris Lattner2009-07-08
* Add a todo.Evan Cheng2009-07-08
* Also statically set bit 25 for BR_JT instructions.Evan Cheng2009-07-07
* LLVMContext-ification.Owen Anderson2009-07-07
* Statically encode bit 25 to indicate immediate form of data processing instru...Evan Cheng2009-07-07
* --- Reverse-merging (from foreign repository) r74952 into '.':Bill Wendling2009-07-07
* SelectionDAG::SignBitIsZero doesn't work right for vectors,Chris Lattner2009-07-07
* Commit the file I actually changed as part of lastDale Johannesen2009-07-07
* Operand of asm("call") (the callee function) is representedDale Johannesen2009-07-07
* add support for legalizing an icmp where the result is illegal (4xi1) butChris Lattner2009-07-07
* random code cleanups.Chris Lattner2009-07-07
* implement support for spliting and scalarizing vector setcc's. ThisChris Lattner2009-07-07
* lower vector icmp/fcmp to ICMP/FCMP nodes with the right resultChris Lattner2009-07-07
* ScalarizeVecRes_ShiftOp and ScalarizeVecRes_BinOp are the same,Chris Lattner2009-07-07
* add support for vector legalizing of *_EXTEND.Chris Lattner2009-07-07
* Accidently dropped this while removing dead code in previous commit.Devang Patel2009-07-07
* DWARF requires frame moves be specified at specific times. If you have aBill Wendling2009-07-07
* LLVMContext-ifiy the implementation of the C API.Owen Anderson2009-07-07
* Remove dead code.Devang Patel2009-07-07
* LLVM Context-ification.Owen Anderson2009-07-07
* Add Thumb2 movcc instructions.Evan Cheng2009-07-07
* Implement parsing support for the .comm directive. Patch byChris Lattner2009-07-07
* LLVMContext-ify the bitcode reader.Owen Anderson2009-07-07
* Add BX and BXr9 encodings. Patch by Sean Callanan.Evan Cheng2009-07-07
* Fix build.Mike Stump2009-07-07
* Use LLVMContext in the LLLexer.Owen Anderson2009-07-07
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-07
* Eliminate the static constructors and locks from DynamicLibrary.cpp.Chris Lattner2009-07-07