summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* Add support for the gnueabihf environment. Patch by Sylvestre Ledru.Rafael Espindola2012-01-18
* Removes template magic to build up containers.Manuel Klimek2012-01-17
* Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...David Blaikie2012-01-17
* Removing unused default switch cases in switches over enums that already acco...David Blaikie2012-01-16
* Remove SetWorkingDirectory from the Process interface. Nothing in LLVMChandler Carruth2012-01-15
* Remove dead code.David Blaikie2012-01-15
* Disable the crash reporter when running lit tests.Argyrios Kyrtzidis2012-01-11
* Teach the triple library about the androideabi environment.Chandler Carruth2012-01-10
* Add 'llvm_unreachable' to passify GCC's understanding of the constraintsChandler Carruth2012-01-10
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-10
* Add definitions for AMD's bobcat (aka btver1)Benjamin Kramer2012-01-10
* revert r147542 after comments from Joerg SonnenbergerSebastian Pop2012-01-05
* use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop2012-01-04
* Conform to the style guide; remove 'else' after 'return'. Also remove an extraNick Lewycky2012-01-03
* Switch StringMap from an array of structures to a structure of arrays.Benjamin Kramer2011-12-27
* drop unneeded config.h includesDylan Noblesmith2011-12-22
* Fix APInt::rotl and APInt::rotr so that they work correctly. Found while wri...Eli Friedman2011-12-22
* Changes the JSON parser to use the SourceMgr.Manuel Klimek2011-12-21
* Fixes a potential compilation error.Manuel Klimek2011-12-20
* Pulls the implementation of skip() into JSONParser.Manuel Klimek2011-12-20
* Addressing style issues in JSON parser.Manuel Klimek2011-12-20
* Fix up the CMake build for the new files added in r146960, they'reChandler Carruth2011-12-20
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* APInt: update asserts for base-36Dylan Noblesmith2011-12-16
* Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek2011-12-16
* Support/FileSystem: Add file_magic and move a vew clients over to it.Michael J. Spencer2011-12-13
* Support/Program: Make Change<stream>ToBinary return error_code.Michael J. Spencer2011-12-13
* Cleanup whitespace.Michael J. Spencer2011-12-13
* Hexagon backend supportTony Linthicum2011-12-12
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-12
* Revert r146363 to allow buildbots to make forward progress.Chad Rosier2011-12-12
* Support/FileSystem: Implement bool equivalent(file_status A, file_status B);Michael J. Spencer2011-12-12
* Support/FileSystem: Implement canonicalize.Michael J. Spencer2011-12-12
* Support/Windows: Cleanup scoped handles.Michael J. Spencer2011-12-12
* Support/FileSystem: Implement recursive_directory_iterator and makeMichael J. Spencer2011-12-08
* Adding missing anchor to DATDeltaAlgorithm.David Blaikie2011-12-07
* Silence tsan false-positives (tsan can't track things which are only safe due toNick Lewycky2011-12-05
* Fix unreachable return & simplify some branches.David Blaikie2011-12-01
* Autodetect bulldozers.Benjamin Kramer2011-12-01
* Add some missing anchors.David Blaikie2011-12-01
* [Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from the...NAKAMURA Takumi2011-11-29
* Don't define these unless we plan to use them.Nick Lewycky2011-11-28
* Add back a line I deleted by accident in r145141. Fixes uninitialized variab...Eli Friedman2011-11-28
* rename ENABLE_THREADS to LLVM_ENABLE_THREADSDylan Noblesmith2011-11-28
* Fix APFloat::convert so that it handles narrowing conversions correctly; itEli Friedman2011-11-26
* Make ConstantRange::truncate a bit more efficient.Benjamin Kramer2011-11-24
* Correctly byte-swap APInts with bit-widths greater than 64.Richard Smith2011-11-23
* Add configure checking for pread(2) and use it to save a syscall when reading...Benjamin Kramer2011-11-22
* Turn error recovery into an assert.Benjamin Kramer2011-11-22
* Move WEAK marking to the declaration.Nick Lewycky2011-11-15