| Commit message (Expand) | Author | Age | Files | Lines |
* | llvm-symbolizer: add support for .gnu_debuglink section | Alexey Samsonov | 2013-08-14 | 1 | -0/+83 |
* | Remove logic that decides whether to vectorize or not depending on O-levels | Arnold Schwaighofer | 2013-08-13 | 1 | -0/+2 |
* | Revert r188188 and r188200. | Shuxin Yang | 2013-08-12 | 10 | -860/+45 |
* | Fix warning about unused member. | Eric Christopher | 2013-08-12 | 1 | -1/+0 |
* | Misc enhancements to LTO: | Shuxin Yang | 2013-08-12 | 10 | -45/+861 |
* | Remove byte order mark from source file. | Benjamin Kramer | 2013-08-09 | 1 | -1/+1 |
* | [CodeGen] prevent abnormal on invalid attributes | Saleem Abdulrasool | 2013-08-09 | 1 | -1/+2 |
* | Revert r185882. This is causing problems with the gold linker and might be be... | Bill Wendling | 2013-08-08 | 1 | -4/+2 |
* | [Object] Split the ELF interface into 3 parts. | Michael J. Spencer | 2013-08-08 | 4 | -194/+152 |
* | Change public functions of LTOCodeGenerator from ret-false-on-succ to ret-tru... | Shuxin Yang | 2013-08-07 | 3 | -26/+30 |
* | Change private functions of LTOCodeGenerator from ret-false-on-succ to ret-tr... | Shuxin Yang | 2013-08-06 | 1 | -9/+9 |
* | Factor FlattenCFG out from SimplifyCFG | Tom Stellard | 2013-08-06 | 1 | -1/+1 |
* | Add some comment to LTOCodeGenerator class | Shuxin Yang | 2013-08-06 | 1 | -1/+44 |
* | [bugpoint] Allow the user to specify the path to opt on the commandline. | Michael Gottesman | 2013-08-05 | 1 | -1/+4 |
* | Unbreak llvm-rtdyld build. | Benjamin Kramer | 2013-08-03 | 1 | -3/+3 |
* | llvm-rtdyld: Don't leak memory managers. | Benjamin Kramer | 2013-08-03 | 1 | -4/+4 |
* | Fix invalid function pointers in bugpoint ExtractLoops | Hal Finkel | 2013-08-02 | 1 | -7/+42 |
* | Use @rpath for libraries rather than @executable_path on OSX. | Eric Christopher | 2013-08-02 | 2 | -2/+2 |
* | Use function attributes to indicate that we don't want to realign the stack. | Bill Wendling | 2013-08-01 | 3 | -8/+0 |
* | Add support for the 's' operation to llvm-ar. | Rafael Espindola | 2013-07-29 | 1 | -1/+29 |
* | SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond... | Tom Stellard | 2013-07-27 | 2 | -1/+4 |
* | Remove the mblaze backend from llvm. | Rafael Espindola | 2013-07-25 | 1 | -3/+1 |
* | Replace the "NoFramePointerElimNonLeaf" target option with a function attribute. | Bill Wendling | 2013-07-25 | 3 | -8/+0 |
* | Split getOpenFile into getOpenFile and getOpenFileSlice. | Rafael Espindola | 2013-07-23 | 5 | -13/+9 |
* | Fix use of the getOpenFile api. | Rafael Espindola | 2013-07-23 | 1 | -2/+2 |
* | Fix the build in c++03 mode. | Rafael Espindola | 2013-07-23 | 1 | -2/+9 |
* | Add an initial implementation of archive symbol table generation. | Rafael Espindola | 2013-07-23 | 1 | -69/+212 |
* | remove unnecessary space | Shuxin Yang | 2013-07-23 | 1 | -1/+1 |
* | Recommit r186217 with testcase fix: | Bill Wendling | 2013-07-22 | 3 | -8/+0 |
* | Initialize/Register LTO passes to enable flags like -print-after=<lto-pass> | Shuxin Yang | 2013-07-22 | 2 | -0/+34 |
* | Replace archive members in the old position. | Rafael Espindola | 2013-07-22 | 1 | -51/+94 |
* | Handle replacement into a position past the original member. | Rafael Espindola | 2013-07-21 | 1 | -2/+2 |
* | Retry submitting r186623: COFFDumper: Dump data directory entries. | Rui Ueyama | 2013-07-19 | 1 | -0/+24 |
* | Fix inserting new elements in a specified location. | Rafael Espindola | 2013-07-19 | 1 | -7/+25 |
* | Improve llvm-mc disassembler mode and refactor ARM tests to use it | Tim Northover | 2013-07-19 | 1 | -12/+60 |
* | Revert "COFFDumper: Dump data directory entries." | Rui Ueyama | 2013-07-18 | 1 | -24/+0 |
* | COFFDumper: Dump data directory entries. | Rui Ueyama | 2013-07-18 | 1 | -0/+24 |
* | llvm-ar: doExtract(): Write extracted files with F_Binary. It should fix llvm... | NAKAMURA Takumi | 2013-07-17 | 1 | -1/+1 |
* | LLVMSymbolize.cpp: Fix build. Triple::ArchType is not a namespace. | NAKAMURA Takumi | 2013-07-17 | 1 | -1/+1 |
* | llvm-symbolizer: be more careful with colons in file names | Alexey Samsonov | 2013-07-17 | 1 | -8/+7 |
* | Add a wrapper for open. | Rafael Espindola | 2013-07-16 | 11 | -38/+23 |
* | On error, close the temporary file descriptor. | Rafael Espindola | 2013-07-16 | 1 | -1/+3 |
* | Use open+fstat instead of stat+open. | Rafael Espindola | 2013-07-16 | 1 | -3/+13 |
* | Remember that we have a null terminated string. | Rafael Espindola | 2013-07-16 | 1 | -4/+4 |
* | Try to open the file before use data from stat. | Rafael Espindola | 2013-07-13 | 1 | -2/+3 |
* | Remove unused file. Thanks to Sean Silva for noticing it. | Rafael Espindola | 2013-07-13 | 1 | -419/+0 |
* | Add r186216 back, but make the test tolerant of different uids and gids. | Rafael Espindola | 2013-07-13 | 1 | -1/+1 |
* | Revert commit r186217 -- this is breaking bots: | Chandler Carruth | 2013-07-13 | 3 | -0/+8 |
* | Revert commit r186216 -- it's breaking bots: | Chandler Carruth | 2013-07-13 | 1 | -1/+1 |
* | Use the function attributes to pass along the stack protector buffer size. | Bill Wendling | 2013-07-12 | 3 | -8/+0 |