aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
...
* Remove use of GNU extension to resolve Clang warning.David Blaikie2012-06-121-3/+1
* Satisfy C++ aliasing rules, per suggestion by Chandler.Argyrios Kyrtzidis2012-06-121-1/+6
* For llvm::sys::ThreadLocalImpl instead of malloc'ing the platform-specificArgyrios Kyrtzidis2012-06-121-1/+7
* Convert comments to proper Doxygen comments.Dmitri Gribenko2012-06-092-4/+4
* IntegersSubsetMapping: added exclude operation, that allows to exclude subset...Stepan Dyatkovskiy2012-06-051-0/+59
* IntegersSubsetMapping:Stepan Dyatkovskiy2012-06-052-12/+15
* IntRange: Restore the copy constuctor explicitly to appase buildbot.NAKAMURA Takumi2012-06-031-1/+3
* Added unittests for IntegersSubset and IntegersSubsetMapping.Stepan Dyatkovskiy2012-06-022-20/+43
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* PR1255: case ranges.Stepan Dyatkovskiy2012-06-022-34/+40
* Additional change for 157881. Forget to fix another IntegerSubset constructor.Stepan Dyatkovskiy2012-06-021-3/+1
* Small fix due to buildbot failures on mingw32. Fixed call of parent construct...Stepan Dyatkovskiy2012-06-021-1/+4
* PR1255: case ranges.Stepan Dyatkovskiy2012-06-022-37/+40
* PR1255: case ranges.Stepan Dyatkovskiy2012-06-012-116/+140
* Remove noisy semicolons.Benjamin Kramer2012-06-011-26/+26
* PR1255: case ranges.Stepan Dyatkovskiy2012-06-012-92/+136
* ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...Stepan Dyatkovskiy2012-05-292-65/+51
* PR1255: Case RangesStepan Dyatkovskiy2012-05-282-135/+219
* Add support for branch weight metadata to MDBuilder and use it in various pla...Benjamin Kramer2012-05-261-0/+23
* PR1255 (case ranges: work with ConstantRangesSet instead of ConstantInt) rela...Stepan Dyatkovskiy2012-05-211-2/+7
* Move CallbackVHs dtor inline, it can be devirtualized in many cases. Move the...Benjamin Kramer2012-05-191-5/+3
* fix warnings when compiling with -WshadowNick Kledzik2012-05-183-5/+5
* [Hexagon] Clean up Hexagon ELF definition.Evandro Menezes2012-05-171-1/+1
* [Support] Add a version of sys::fs::equivalent() that treats errors as false.Daniel Dunbar2012-05-151-0/+7
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-151-1/+4
* [Support/COFF] Make the order of members in symbol match the standard.Michael J. Spencer2012-05-141-1/+1
* Recommited r156374 with critical fixes in BitcodeReader/Writer:Stepan Dyatkovskiy2012-05-121-1/+15
* PR1255: ConstantRangesSet and CRSBuilder classes moved from include/llvm to i...Stepan Dyatkovskiy2012-05-112-0/+524
* Allow unique_file to take a mode for file permissions, but defaultEric Christopher2012-05-111-2/+2
* Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.Kevin Enderby2012-05-081-0/+15
* Fix trivial typo in llvm_move.John McCall2012-05-071-1/+1
* reapply my patch, with a fix for an off-by-one error. Turned out to be a lotChris Lattner2012-05-051-1/+8
* revert my patches, which are causing problems.Chris Lattner2012-05-051-8/+1
* add missing header <shame>Chris Lattner2012-05-051-1/+8
* [Support] Add sys::Process::GetRandomNumber().Daniel Dunbar2012-05-051-1/+5
* Update SmallVector to support move semantics if the host does.John McCall2012-05-021-0/+19
* YAMLParser: get rid of global ctors & dtors.Benjamin Kramer2012-05-011-11/+18
* If the __is_trivially_copyable type trait is available use it as the baseline...Benjamin Kramer2012-04-281-0/+15
* Conflict with st_dev/st_ino identifiers under Debian GNU/HurdSylvestre Ledru2012-04-231-2/+2
* Extraneous semicolon.Eric Christopher2012-04-201-1/+1
* SourceMgr: Colorize diagnostics.Benjamin Kramer2012-04-181-2/+5
* platform support for counting column widths and checking isprintSeth Cantrell2012-04-171-0/+17
* Goodbye, JSONParser...Manuel Klimek2012-04-171-448/+0
* Adding operator== for document_iterator.Manuel Klimek2012-04-171-1/+4
* Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands2012-04-161-13/+3
* Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands2012-04-162-45/+104
* Remove the methods for attaching metadata to instructions/retrieving metadataDuncan Sands2012-04-161-21/+0
* Add convenience methods to MDBuilder for attaching metadata to instructions,Duncan Sands2012-04-161-5/+27
* Reapply 'Add reverseColor to raw_ostream'.Benjamin Kramer2012-04-162-0/+9
* Revert r154800 which breaks windows builders.Argyrios Kyrtzidis2012-04-162-9/+0