summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* [CMake] Introduce LLVM_BUILD_EXTERNAL_COMPILER_RT optionAlexey Samsonov2014-02-27
* Don't emit anything into the debug_ranges section if we aren't emittingEric Christopher2014-02-27
* Exception handling docs: Fix a typoMark Seaborn2014-02-27
* [X86] Fix Uses/Defs lists for INS, OUTS, SCAS, CMPS, LODSCraig Topper2014-02-27
* [X86] Add RAX/EAX/AX Uses/Defs to XCHG RAX/EAX/AX instructions.Craig Topper2014-02-27
* [X86] Add RAX/EAX/AX/AL Uses/Defs to the absolute memory location move instru...Craig Topper2014-02-27
* Fix indentation.Craig Topper2014-02-27
* Fix odd indentation.Craig Topper2014-02-27
* Revert "Use count 0."Juergen Ributzka2014-02-27
* Revert "Use StringRef in raw_fd_ostream constructor"Ben Langmuir2014-02-27
* R600/SI: Optimize SI_KILL for constant operandsMichel Danzer2014-02-27
* R600/SI: Allow SI_KILL for geometry shadersMichel Danzer2014-02-27
* If we're only emitting line tables for a particular CU then don't addEric Christopher2014-02-27
* Add a debug info code generation level to the compile unit metadataEric Christopher2014-02-27
* Formatting.Eric Christopher2014-02-27
* Add an explanatory comment.Eric Christopher2014-02-27
* Grammar and spelling.Eric Christopher2014-02-26
* Fix a type error that crept into r202313.Adrian Prantl2014-02-26
* Remove unnecessary llvm:: qualification.Eric Christopher2014-02-26
* Use regnum regex in an XCore test case.Andrew Trick2014-02-26
* Debug info: Refactor AsmPrinter::EmitDwarfRegOp to make the control flowAdrian Prantl2014-02-26
* R600: Remove unnecessary build_vector pattern.Matt Arsenault2014-02-26
* Very temporarily XFAILing a test. Will be fixed shortly.Andrew Trick2014-02-26
* Fix broken FileCheck prefixesNico Rieck2014-02-26
* Add a limit to the heuristic that register allocates instructions in local or...Andrew Trick2014-02-26
* Use an install name dir of @executable_path/../lib instead of @rpath.Rafael Espindola2014-02-26
* Lower unsigned vsetcc to psubus in certain casesQuentin Colombet2014-02-26
* Don't mix the plain and keyword signatures of target_link_libraries.Rafael Espindola2014-02-26
* Silencing an MSVC signed comparison warning.Aaron Ballman2014-02-26
* Fix the aggressive anti-dep breaker's subregister definition handlingHal Finkel2014-02-26
* GlobalOpt: Apply fastcc to internal x86_thiscallcc functionsReid Kleckner2014-02-26
* Relax COFF string table checkNico Rieck2014-02-26
* Fix broken FileCheck prefixNico Rieck2014-02-26
* Use the overloaded std::abs rather than C's abs(int) to address Clang's -Wabs...David Blaikie2014-02-26
* Use count 0.Rafael Espindola2014-02-26
* Fix typo. Thanks to Roman Divacky for noticing it.Rafael Espindola2014-02-26
* Compare DataLayout by Value, not by pointer.Rafael Espindola2014-02-26
* Use a sorted array to store the information about a few address spaces.Rafael Espindola2014-02-26
* Move these functions out of line. A DenseMap lookup is not a simple operation.Rafael Espindola2014-02-26
* Fix PR18165: LSR must avoid scaling factors that exceed the limit on truncate...Andrew Trick2014-02-26
* llvm-symbolizer: use dynamic symbol table if the regular one is stripped.Alexey Samsonov2014-02-26
* Move getELFDynamicSymbolIterators to a public header.Alexey Samsonov2014-02-26
* [CMake] BUILD_SHARED_LIBS: Fixup for r202261: Give PULIC to system_libs in LL...NAKAMURA Takumi2014-02-26
* Ensure bitcode encoding of instructions and their operands stays stable.Michael Kuperstein2014-02-26
* [CMake] Work around to use target_link_libraries(PUBLIC) in BUILD_SHARED_LIBS...NAKAMURA Takumi2014-02-26
* [CMake] Move LLVMBUILD_LIB_DEPS stuff from add_llvm_library (and LLVm-Config)...NAKAMURA Takumi2014-02-26
* AArch64: simplify tbl/tbx polymorphismTim Northover2014-02-26
* ARMv8 IfConversion must skip narrow instructions that a) define CPSR and b) w...Artyom Skrobov2014-02-26
* Stop test/CodeGen/ARM/a15.ll targetting non-ARM targets.Daniel Sanders2014-02-26
* [mips] Treat -mcpu=generic the same way as an empty CPU string.Daniel Sanders2014-02-26