summaryrefslogtreecommitdiff
path: root/include/llvm/Support
Commit message (Expand)AuthorAge
* CommandLine: Add support for 64 bit unsigned integer options.Benjamin Kramer2011-09-15
* Despite what the GCC wiki says, a quick search shows thatNick Lewycky2011-09-15
* Add some more DWARF extensions from:Nick Lewycky2011-09-15
* Update Dwarf enums list for DWARF 4.Nick Lewycky2011-09-15
* Update the comment for system_temp_directory() to indicate when itDouglas Gregor2011-09-14
* Add a simple routine to determine the typical system directory forDouglas Gregor2011-09-14
* Remove unimplemented function prototypes from PathV2. They can be readded whe...Benjamin Kramer2011-09-14
* ObjectFile: Add support for mach-o-style dSYM companion files.Benjamin Kramer2011-09-14
* Add the DataExtractor utility class.Benjamin Kramer2011-09-13
* Maintain hexadecimal order.Devang Patel2011-09-13
* Add DW_ATE_UTF, which clang started using in my previous commit!Devang Patel2011-09-12
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-07
* Add load commands from Lion to Macho.h.Benjamin Kramer2011-08-30
* Tidy up. Whitespace.Jim Grosbach2011-08-29
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Some refactoring so TargetRegistry.h no longer has to include any filesEvan Cheng2011-08-23
* ...and make sure DynamicLibrary builds by removing "const" from the Invalid p...Jordy Rose2011-08-17
* Don't use NULL to represent an invalid library; Cygwin uses this for RTLD_DEF...Jordy Rose2011-08-17
* Use DynamicLibrary instances as a way to get symbols from a specific library....Jordy Rose2011-08-17
* Increment debug info version to accommodate upcoming change in debug info nod...Devang Patel2011-08-16
* Initial commit of the 'landingpad' instruction.Bill Wendling2011-08-12
* DataTypes.h.cmake: Tweak INT32_MIN for MSVC. MSC treats -2147483648 as -(2147...NAKAMURA Takumi2011-08-11
* Preserve the name for this variant of IRBuilder::CreateCallPeter Collingbourne2011-08-10
* Remove CreateUnwind from the IRBuillder.Bill Wendling2011-08-03
* move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,Rafael Espindola2011-08-02
* Sketch out PowerPC ELF writer. This is enough to get clang -integrated-asRoman Divacky2011-08-02
* Fix a couple silly typos in IRBuilder in the new atomic instructions.Eli Friedman2011-08-02
* Add BlockFrequency::getEntryFrequency()Jakub Staszak2011-08-01
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-31
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-30
* Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to beEli Friedman2011-07-29
* LangRef and basic memory-representation/reading/writing for 'cmpxchg' andEli Friedman2011-07-28
* The personality function should be a Function* and not just a Value*.Bill Wendling2011-07-28
* Add an optional 'bool makeAbsolute' in llvm::sys::fs::unique_file function.Argyrios Kyrtzidis2011-07-28
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-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
* Initial implementation of 'fence' instruction, the new C++0x-style replacemen...Eli Friedman2011-07-25
* BranchProbability::print returns void now.Jakub Staszak2011-07-25
* Add BlockFrequency class.Jakub Staszak2011-07-25
* Fix class description.Jakub Staszak2011-07-25
* Remove uses of std::vector from TypeBuilder.Jay Foad2011-07-25
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-25
* Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to useJay Foad2011-07-22
* Add an extension point to the CommandLine library where clients canChandler Carruth2011-07-22
* 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
* Reapply r135457. This needs llvm-gcc change, that I forgot to check-in yester...Devang Patel2011-07-19
* Revert "Make a provision to encode inline location in a variable. This will e...Bob Wilson2011-07-19