aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Remove byte order mark from source file.Benjamin Kramer2013-08-091-1/+1
* [CodeGen] prevent abnormal on invalid attributesSaleem Abdulrasool2013-08-091-1/+2
* Revert r185882. This is causing problems with the gold linker and might be be...Bill Wendling2013-08-081-4/+2
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-084-194/+152
* Change public functions of LTOCodeGenerator from ret-false-on-succ to ret-tru...Shuxin Yang2013-08-073-26/+30
* Change private functions of LTOCodeGenerator from ret-false-on-succ to ret-tr...Shuxin Yang2013-08-061-9/+9
* Factor FlattenCFG out from SimplifyCFGTom Stellard2013-08-061-1/+1
* Add some comment to LTOCodeGenerator classShuxin Yang2013-08-061-1/+44
* [bugpoint] Allow the user to specify the path to opt on the commandline.Michael Gottesman2013-08-051-1/+4
* Unbreak llvm-rtdyld build.Benjamin Kramer2013-08-031-3/+3
* llvm-rtdyld: Don't leak memory managers.Benjamin Kramer2013-08-031-4/+4
* Fix invalid function pointers in bugpoint ExtractLoopsHal Finkel2013-08-021-7/+42
* Use @rpath for libraries rather than @executable_path on OSX.Eric Christopher2013-08-022-2/+2
* Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-013-8/+0
* Add support for the 's' operation to llvm-ar.Rafael Espindola2013-07-291-1/+29
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-272-1/+4
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-251-3/+1
* Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2013-07-253-8/+0
* Split getOpenFile into getOpenFile and getOpenFileSlice.Rafael Espindola2013-07-235-13/+9
* Fix use of the getOpenFile api.Rafael Espindola2013-07-231-2/+2
* Fix the build in c++03 mode.Rafael Espindola2013-07-231-2/+9
* Add an initial implementation of archive symbol table generation.Rafael Espindola2013-07-231-69/+212
* remove unnecessary spaceShuxin Yang2013-07-231-1/+1
* Recommit r186217 with testcase fix:Bill Wendling2013-07-223-8/+0
* Initialize/Register LTO passes to enable flags like -print-after=<lto-pass>Shuxin Yang2013-07-222-0/+34
* Replace archive members in the old position.Rafael Espindola2013-07-221-51/+94
* Handle replacement into a position past the original member.Rafael Espindola2013-07-211-2/+2
* Retry submitting r186623: COFFDumper: Dump data directory entries.Rui Ueyama2013-07-191-0/+24
* Fix inserting new elements in a specified location.Rafael Espindola2013-07-191-7/+25
* Improve llvm-mc disassembler mode and refactor ARM tests to use itTim Northover2013-07-191-12/+60
* Revert "COFFDumper: Dump data directory entries."Rui Ueyama2013-07-181-24/+0
* COFFDumper: Dump data directory entries.Rui Ueyama2013-07-181-0/+24
* llvm-ar: doExtract(): Write extracted files with F_Binary. It should fix llvm...NAKAMURA Takumi2013-07-171-1/+1
* LLVMSymbolize.cpp: Fix build. Triple::ArchType is not a namespace.NAKAMURA Takumi2013-07-171-1/+1
* llvm-symbolizer: be more careful with colons in file namesAlexey Samsonov2013-07-171-8/+7
* Add a wrapper for open.Rafael Espindola2013-07-1611-38/+23
* On error, close the temporary file descriptor.Rafael Espindola2013-07-161-1/+3
* Use open+fstat instead of stat+open.Rafael Espindola2013-07-161-3/+13
* Remember that we have a null terminated string.Rafael Espindola2013-07-161-4/+4
* Try to open the file before use data from stat.Rafael Espindola2013-07-131-2/+3
* Remove unused file. Thanks to Sean Silva for noticing it.Rafael Espindola2013-07-131-419/+0
* Add r186216 back, but make the test tolerant of different uids and gids.Rafael Espindola2013-07-131-1/+1
* Revert commit r186217 -- this is breaking bots:Chandler Carruth2013-07-133-0/+8
* Revert commit r186216 -- it's breaking bots:Chandler Carruth2013-07-131-1/+1
* Use the function attributes to pass along the stack protector buffer size.Bill Wendling2013-07-123-8/+0
* Fix a off by one error about which members need to use the string table.Rafael Espindola2013-07-121-1/+1
* fix autoconf buildRafael Espindola2013-07-121-1/+1
* Fix the build with c++03.Rafael Espindola2013-07-121-4/+2
* Change llvm-ar to use lib/Object.Rafael Espindola2013-07-126-1182/+346
* Add static.Rafael Espindola2013-07-121-33/+25