summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* This file was moved from Support to ADT. Correct a comment.Duncan Sands2011-07-28
* In DenseMapInfo<pair<T, U>> tombstone key, use the tombstone for T and U insteadNick Lewycky2011-07-28
* Make sure that the landingpad instruction takes a Constant* as the clause's v...Bill Wendling2011-07-28
* Add a couple of convenience functions:Bill Wendling2011-07-28
* Add an optional 'bool makeAbsolute' in llvm::sys::fs::unique_file function.Argyrios Kyrtzidis2011-07-28
* Code generation for 'fence' instruction.Eli Friedman2011-07-27
* Use BlockFrequency instead of uint32_t in BlockFrequencyInfo.Jakub Staszak2011-07-27
* Keep enums stable. Append EH stuff to the end.Bill Wendling2011-07-27
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-27
* The numbering of LLVMOpcode is supposed to be stable; revert my earlier chang...Eli Friedman2011-07-27
* Add a generic 'capacity_in_bytes' function to allow inspection of memory usag...Ted Kremenek2011-07-27
* Move static methods to the anonymous namespace.Jakub Staszak2011-07-27
* Edge to itself is backedge as well.Jakub Staszak2011-07-27
* Misc mid-level changes for new 'fence' instruction.Eli Friedman2011-07-27
* Fix AliasSetTracker so that it doesn't make any assumptions about instruction...Eli Friedman2011-07-27
* Support .code32 and .code64 in X86 assembler.Evan Cheng2011-07-27
* Fix a couple minor mistakes pointed out by Bill in adding 'fence' instruction.Eli Friedman2011-07-26
* 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
* Add LLVMAddAlwaysInlinerPass to the C API.Rafael Espindola2011-07-26
* LLVM 3.0 is here, remove old do nothing method.Rafael Espindola2011-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
* Add LLVMAddTargetLibraryInfo to the C API.Rafael Espindola2011-07-25
* Add LLVMAddLowerExpectIntrinsicPass to the C API.Rafael Espindola2011-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