summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Fix the build broken by r189315.David Blaikie2013-08-27
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-27
* Add new API lto_codegen_compile_parallel().Shuxin Yang2013-08-27
* llvm-symbolizer: use real path when looking for debug binary locationAlexey Samsonov2013-08-26
* CMake: move lto.h install to tools/lto/CMakeLists.txtHans Wennborg2013-08-26
* CMake: build llvm-config on Windows.Hans Wennborg2013-08-23
* lto/CMakeLists.txt: Cut the dep to intrinsics_gen. LTO doesn't depend on it a...NAKAMURA Takumi2013-08-23
* [CMake] Automatically pick up subdirectories in llvm/tools as 'external proje...Argyrios Kyrtzidis2013-08-21
* Add basic YAML MC CFG testcase.Ahmed Bougacha2013-08-21
* MC CFG: Add YAML MCModule representation to enable MC CFG testing.Ahmed Bougacha2013-08-21
* lli/RecordingMemoryManager.cpp: Make it complain if _GLOBAL_OFFSET_TABLE_ wer...NAKAMURA Takumi2013-08-21
* llvm-symbolizer: add support for .gnu_debuglink sectionAlexey Samsonov2013-08-14
* Remove logic that decides whether to vectorize or not depending on O-levelsArnold Schwaighofer2013-08-13
* Revert r188188 and r188200.Shuxin Yang2013-08-12
* Fix warning about unused member.Eric Christopher2013-08-12
* Misc enhancements to LTO:Shuxin Yang2013-08-12
* Remove byte order mark from source file.Benjamin Kramer2013-08-09
* [CodeGen] prevent abnormal on invalid attributesSaleem Abdulrasool2013-08-09
* Revert r185882. This is causing problems with the gold linker and might be be...Bill Wendling2013-08-08
* [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