summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-08
* Change public functions of LTOCodeGenerator from ret-false-on-succ to ret-tru...Shuxin Yang2013-08-07
* Change private functions of LTOCodeGenerator from ret-false-on-succ to ret-tr...Shuxin Yang2013-08-06
* Factor FlattenCFG out from SimplifyCFGTom Stellard2013-08-06
* Add some comment to LTOCodeGenerator classShuxin Yang2013-08-06
* [bugpoint] Allow the user to specify the path to opt on the commandline.Michael Gottesman2013-08-05
* Unbreak llvm-rtdyld build.Benjamin Kramer2013-08-03
* llvm-rtdyld: Don't leak memory managers.Benjamin Kramer2013-08-03
* Fix invalid function pointers in bugpoint ExtractLoopsHal Finkel2013-08-02
* Use @rpath for libraries rather than @executable_path on OSX.Eric Christopher2013-08-02
* Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-01
* Add support for the 's' operation to llvm-ar.Rafael Espindola2013-07-29
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-27
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-25
* Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2013-07-25
* Split getOpenFile into getOpenFile and getOpenFileSlice.Rafael Espindola2013-07-23
* Fix use of the getOpenFile api.Rafael Espindola2013-07-23
* Fix the build in c++03 mode.Rafael Espindola2013-07-23
* Add an initial implementation of archive symbol table generation.Rafael Espindola2013-07-23
* remove unnecessary spaceShuxin Yang2013-07-23
* Recommit r186217 with testcase fix:Bill Wendling2013-07-22
* Initialize/Register LTO passes to enable flags like -print-after=<lto-pass>Shuxin Yang2013-07-22
* Replace archive members in the old position.Rafael Espindola2013-07-22
* Handle replacement into a position past the original member.Rafael Espindola2013-07-21
* Retry submitting r186623: COFFDumper: Dump data directory entries.Rui Ueyama2013-07-19
* Fix inserting new elements in a specified location.Rafael Espindola2013-07-19
* Improve llvm-mc disassembler mode and refactor ARM tests to use itTim Northover2013-07-19
* Revert "COFFDumper: Dump data directory entries."Rui Ueyama2013-07-18
* COFFDumper: Dump data directory entries.Rui Ueyama2013-07-18
* llvm-ar: doExtract(): Write extracted files with F_Binary. It should fix llvm...NAKAMURA Takumi2013-07-17
* LLVMSymbolize.cpp: Fix build. Triple::ArchType is not a namespace.NAKAMURA Takumi2013-07-17
* llvm-symbolizer: be more careful with colons in file namesAlexey Samsonov2013-07-17
* Add a wrapper for open.Rafael Espindola2013-07-16
* On error, close the temporary file descriptor.Rafael Espindola2013-07-16
* Use open+fstat instead of stat+open.Rafael Espindola2013-07-16
* Remember that we have a null terminated string.Rafael Espindola2013-07-16
* Try to open the file before use data from stat.Rafael Espindola2013-07-13
* Remove unused file. Thanks to Sean Silva for noticing it.Rafael Espindola2013-07-13
* Add r186216 back, but make the test tolerant of different uids and gids.Rafael Espindola2013-07-13
* Revert commit r186217 -- this is breaking bots:Chandler Carruth2013-07-13
* Revert commit r186216 -- it's breaking bots:Chandler Carruth2013-07-13
* Use the function attributes to pass along the stack protector buffer size.Bill Wendling2013-07-12
* Fix a off by one error about which members need to use the string table.Rafael Espindola2013-07-12
* fix autoconf buildRafael Espindola2013-07-12
* Fix the build with c++03.Rafael Espindola2013-07-12
* Change llvm-ar to use lib/Object.Rafael Espindola2013-07-12
* Add static.Rafael Espindola2013-07-12
* llvm-ar: Clean up memory management with OwningPtr.Benjamin Kramer2013-07-11
* Use %llu to print a 64 bit number. Should fix the ARM bots.Rafael Espindola2013-07-11
* InsertBefore is the same as AddBefore. Delete it.Rafael Espindola2013-07-11