aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-052-2/+3
* Update llvm debug version to support new structure and tag for Objective-C pr...Devang Patel2012-02-041-1/+2
* Add new tag and an attribute to support debug info for objective-c property.Devang Patel2012-02-031-0/+2
* Move Clang's file-level locking facility over to LLVM's supportDouglas Gregor2012-01-291-0/+74
* progress making the world safe to ConstantDataVector. WhileChris Lattner2012-01-261-8/+29
* Reword comment based on feedback by Duncan Sands.David Blaikie2012-01-241-1/+1
* Changing bitfield enums to unsigned ints.David Blaikie2012-01-231-7/+9
* Remove extraneous ';'s.Bill Wendling2012-01-231-3/+3
* Simplify llvm::cl::Option by using a bit field instead of manual bit packing.David Blaikie2012-01-231-74/+68
* Basic runtime dynamic loading capabilities added to ELFObjectFile, implementedEli Bendersky2012-01-221-0/+12
* Removes template magic to build up containers.Manuel Klimek2012-01-171-124/+130
* Remove SetWorkingDirectory from the Process interface. Nothing in LLVMChandler Carruth2012-01-151-3/+0
* revert r147542 after comments from Joerg SonnenbergerSebastian Pop2012-01-051-8/+0
* use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop2012-01-041-0/+8
* PatternMatch: Introduce a matcher for instructions with the "exact" bit. Use ...Benjamin Kramer2012-01-011-0/+20
* PatternMatch: Simplify code by reusing the Operator class.Benjamin Kramer2012-01-011-22/+12
* Changes the JSON parser to use the SourceMgr.Manuel Klimek2011-12-211-7/+12
* Fixes a potential compilation error.Manuel Klimek2011-12-201-1/+10
* Pulls the implementation of skip() into JSONParser.Manuel Klimek2011-12-201-25/+11
* Addressing style issues in JSON parser.Manuel Klimek2011-12-201-6/+4
* Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek2011-12-161-0/+444
* Zap unnecessary semicolons.Eli Friedman2011-12-151-2/+2
* Support/FileSystem: Add file_magic and move a vew clients over to it.Michael J. Spencer2011-12-131-2/+43
* Support/Program: Make Change<stream>ToBinary return error_code.Michael J. Spencer2011-12-131-6/+7
* Hexagon backend supportTony Linthicum2011-12-121-0/+14
* Revert r146363 to allow buildbots to make forward progress.Chad Rosier2011-12-121-6/+2
* Add support for gnu_indirect_function.Roman Divacky2011-12-121-0/+1
* Support/FileSystem: Implement bool equivalent(file_status A, file_status B);Michael J. Spencer2011-12-121-1/+20
* Support/FileSystem: Implement canonicalize.Michael J. Spencer2011-12-121-2/+6
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-091-0/+1
* Support/FileSystem: Implement recursive_directory_iterator and makeMichael J. Spencer2011-12-081-32/+130
* Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes2011-12-071-0/+1
* Change the Dominators recalculate() function to only rely on GraphTraitsAnna Zaks2011-12-051-0/+2
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-3/+7
* Add some missing anchors.David Blaikie2011-12-011-0/+6
* use llvm-config.h in public headerDylan Noblesmith2011-11-281-1/+1
* rename ENABLE_THREADS to LLVM_ENABLE_THREADSDylan Noblesmith2011-11-281-2/+2
* This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka2011-11-231-0/+16
* fix typo in commentSebastian Pop2011-11-211-2/+2
* Refactor code to use new attribute getters on CallSite for NoCapture and ByVal.Nick Lewycky2011-11-201-0/+10
* Make an obviously const interface actually be marked as const.Chandler Carruth2011-11-201-1/+1
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-162-14/+29
* Remove extra ,.Michael J. Spencer2011-11-161-1/+1
* Support/COFF: Add structs and enums from the standard for image files.Michael J. Spencer2011-11-161-3/+291
* Twinify GraphWriter a little bit.Benjamin Kramer2011-11-151-7/+7
* include/llvm/Support/Compiler.h: Invalidate LLVM_ATTRIBUTE_WEAK on cygming fo...NAKAMURA Takumi2011-11-151-1/+1
* Move WEAK marking to the declaration.Nick Lewycky2011-11-151-8/+6
* Fix linking for some users who already have tsan enabled code and are trying toNick Lewycky2011-11-151-0/+7
* Add support for tsan annotations (thread sanitizer, a valgrind-based tool).Nick Lewycky2011-11-142-0/+50
* Fix pasto.Benjamin Kramer2011-11-052-4/+4