aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add BlockFrequency class.Jakub Staszak2011-07-251-0/+64
* Add LLVMAddTargetLibraryInfo to the C API.Rafael Espindola2011-07-251-0/+16
* Add LLVMAddLowerExpectIntrinsicPass to the C API.Rafael Espindola2011-07-251-0/+3
* Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...Evan Cheng2011-07-251-4/+7
* Fix class description.Jakub Staszak2011-07-251-2/+2
* Fix #include guard directive.Jakub Staszak2011-07-251-2/+2
* Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency toJakub Staszak2011-07-254-18/+18
* Remove uses of std::vector from TypeBuilder.Jay Foad2011-07-251-51/+50
* Use ArrayRef in the (protected) constructors of ConstantArray, ConstantStruct...Jay Foad2011-07-251-3/+3
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-253-159/+33
* switch Triple to take twines instead of stringrefs.Chris Lattner2011-07-241-20/+9
* Add Twine support for characters, and switch twine to use a union internallyChris Lattner2011-07-241-25/+83
* Omit explicit length here, now that I've had a chance to test this with gcc.Frits van Bommel2011-07-241-1/+1
* Fix a silly off by one.Benjamin Kramer2011-07-231-1/+1
* Add more constness.Benjamin Kramer2011-07-231-2/+2
* Turn the DenseSet in MCRegisterClass into a tblgenerated bit field. This shou...Benjamin Kramer2011-07-232-17/+15
* Give TargetRegisterClass a pointer to the MCRegisterClass and use it to acces...Benjamin Kramer2011-07-231-10/+59
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-233-1/+1
* CMake: Fix LLVM_NATIVE_TARGETMC in config.h.cmake.NAKAMURA Takumi2011-07-232-2/+2
* config.h.cmake: Reorder along config.h.in.NAKAMURA Takumi2011-07-231-21/+21
* Move trip count discovery outside of the generic LoopUnroll helper. ThisAndrew Trick2011-07-231-1/+2
* Teach cmake configured headers about LLVM_NATIVE_TARGETMCOscar Fuentes2011-07-222-10/+4
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-224-86/+14
* Add a method to set the compact unwind info.Bill Wendling2011-07-221-0/+4
* Add a method to get the list of FrameInfos.Bill Wendling2011-07-221-1/+6
* Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to useJay Foad2011-07-221-29/+22
* Move the logic for printing the registered targets into a staticChandler Carruth2011-07-221-0/+4
* Add an extension point to the CommandLine library where clients canChandler Carruth2011-07-221-0/+9
* Allow getBlockFreq to return 0.Jakub Staszak2011-07-223-12/+11
* Teach tblgen to emit MCRegisterClasses.Benjamin Kramer2011-07-222-6/+37
* Initialize DenseSets lazily.Benjamin Kramer2011-07-211-1/+1
* Sink parts of TargetRegisterClass into MCRegisterClass.Benjamin Kramer2011-07-212-73/+83
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-214-30/+38
* Update llvm-gcc-4.2 and dragonegg after converting ConstantFolder APIsJay Foad2011-07-211-0/+6
* Convert ConstantFolder APIs to use ArrayRef.Jay Foad2011-07-214-59/+84
* move tier out of an anonymous namespace, it doesn't make senseChris Lattner2011-07-211-19/+15
* Remove the now defunct getCompactUnwindEncoding method from the frame lowerin...Bill Wendling2011-07-201-8/+0
* There are two ways to map a variable to its lexical scope. Lexical scope info...Devang Patel2011-07-201-0/+2
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-206-54/+19
* Regenerate configure and friends for Chad.Eric Christopher2011-07-201-1/+4
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-204-34/+38
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-206-254/+294
* Distinguish between two copies of one inlined variable.Devang Patel2011-07-191-0/+3
* Enhance the FixedLengthDecoder to be able to generate plausible-looking decod...Owen Anderson2011-07-191-0/+4
* Reapply r135457. This needs llvm-gcc change, that I forgot to check-in yester...Devang Patel2011-07-192-3/+13
* Revert "Make a provision to encode inline location in a variable. This will e...Bob Wilson2011-07-192-13/+3
* Convert SimplifyGEPInst to use ArrayRef.Jay Foad2011-07-191-1/+3
* Convert gep_type_begin and gep_type_end to use ArrayRef.Jay Foad2011-07-191-8/+8
* Convert TargetData::getIndexedOffset to use ArrayRef.Jay Foad2011-07-191-2/+3
* Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall.Jay Foad2011-07-191-2/+4