summaryrefslogtreecommitdiff
path: root/include/llvm
Commit message (Expand)AuthorAge
* SCEV: Added a data structure for storing not-taken info per loopAndrew Trick2011-07-26
* Strip trailing whitespace.Duncan Sands2011-07-26
* Teach the Triple class about kfreebsd (FreeBSD kernel withDuncan Sands2011-07-26
* Fix typo in comment.Jay Foad2011-07-26
* Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea...Evan Cheng2011-07-26
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-26
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* Initial implementation of 'fence' instruction, the new C++0x-style replacemen...Eli Friedman2011-07-25
* Fix include guards.Evan Cheng2011-07-25
* BranchProbability::print returns void now.Jakub Staszak2011-07-25
* Add BlockFrequency class.Jakub Staszak2011-07-25
* Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...Evan Cheng2011-07-25
* Fix class description.Jakub Staszak2011-07-25
* Fix #include guard directive.Jakub Staszak2011-07-25
* Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency toJakub Staszak2011-07-25
* Remove uses of std::vector from TypeBuilder.Jay Foad2011-07-25
* Use ArrayRef in the (protected) constructors of ConstantArray, ConstantStruct...Jay Foad2011-07-25
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-25
* switch Triple to take twines instead of stringrefs.Chris Lattner2011-07-24
* Add Twine support for characters, and switch twine to use a union internallyChris Lattner2011-07-24
* Omit explicit length here, now that I've had a chance to test this with gcc.Frits van Bommel2011-07-24
* Fix a silly off by one.Benjamin Kramer2011-07-23
* Add more constness.Benjamin Kramer2011-07-23
* Turn the DenseSet in MCRegisterClass into a tblgenerated bit field. This shou...Benjamin Kramer2011-07-23
* Give TargetRegisterClass a pointer to the MCRegisterClass and use it to acces...Benjamin Kramer2011-07-23
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-23
* CMake: Fix LLVM_NATIVE_TARGETMC in config.h.cmake.NAKAMURA Takumi2011-07-23
* config.h.cmake: Reorder along config.h.in.NAKAMURA Takumi2011-07-23
* Move trip count discovery outside of the generic LoopUnroll helper. ThisAndrew Trick2011-07-23
* Teach cmake configured headers about LLVM_NATIVE_TARGETMCOscar Fuentes2011-07-22
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-22
* Add a method to set the compact unwind info.Bill Wendling2011-07-22
* Add a method to get the list of FrameInfos.Bill Wendling2011-07-22
* Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to useJay Foad2011-07-22
* Move the logic for printing the registered targets into a staticChandler Carruth2011-07-22
* Add an extension point to the CommandLine library where clients canChandler Carruth2011-07-22
* Allow getBlockFreq to return 0.Jakub Staszak2011-07-22
* Teach tblgen to emit MCRegisterClasses.Benjamin Kramer2011-07-22
* Initialize DenseSets lazily.Benjamin Kramer2011-07-21
* Sink parts of TargetRegisterClass into MCRegisterClass.Benjamin Kramer2011-07-21
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-21
* Update llvm-gcc-4.2 and dragonegg after converting ConstantFolder APIsJay Foad2011-07-21
* Convert ConstantFolder APIs to use ArrayRef.Jay Foad2011-07-21
* move tier out of an anonymous namespace, it doesn't make senseChris Lattner2011-07-21
* Remove the now defunct getCompactUnwindEncoding method from the frame lowerin...Bill Wendling2011-07-20
* There are two ways to map a variable to its lexical scope. Lexical scope info...Devang Patel2011-07-20
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-20
* Regenerate configure and friends for Chad.Eric Christopher2011-07-20
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-20
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-20