summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* [SROA] Use the correct index integer size in GEPs through non-defaultChandler Carruth2014-02-26
* Add two helpers to IRBuilder to flesh the interface out to N-widthChandler Carruth2014-02-26
* [SROA] Teach SROA how to handle pointers from address spaces other thanChandler Carruth2014-02-26
* [SROA] Split the alignment computation complete for the memcpy rewritingChandler Carruth2014-02-26
* [CMake] Use target_link_libraries(INTERFACE|PRIVATE) on CMake-2.8.12 to incre...NAKAMURA Takumi2014-02-26
* [x86] Add same itinerary to SYSEXIT64 as SYSEXIT for consistency.Craig Topper2014-02-26
* [CMake] Introduce cmake_policy(CMP0022) for target_link_libraries(INTERFACE|P...NAKAMURA Takumi2014-02-26
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-26
* [x86] Remove some unused instruction format classes.Craig Topper2014-02-26
* [x86] Simplify disassembler code slightly.Craig Topper2014-02-26
* [SROA] The original refactoring inspired by the addrspace patch inChandler Carruth2014-02-26
* [SROA] Yet another slight refactoring that simplifies an API in theChandler Carruth2014-02-26
* [SROA] Simplify the computing of alignment: we only ever need theChandler Carruth2014-02-26
* [SROA] Use NewOffsetBegin in the unsplit case for memset merely forChandler Carruth2014-02-26
* [SROA] Use the members for New{Begin,End}Offset in the rewrite helpersChandler Carruth2014-02-26
* [SROA] Compute the New{Begin,End}Offset values once for each allocaChandler Carruth2014-02-26
* Use StringRef in raw_fd_ostream constructorBen Langmuir2014-02-26
* [SROA] Fix PR18615 with some long overdue simplifications to the boundsChandler Carruth2014-02-26
* Remove spurious emacs major mode marker, these should only go on .h files.Nick Lewycky2014-02-26
* 80-col.Eric Christopher2014-02-26
* Formatting fixups.Eric Christopher2014-02-26
* Delete two declared overloads of CallInst::CallInst that are never defined or...Nick Lewycky2014-02-26
* Constify the Optnone checks in IR passes.Paul Robinson2014-02-26
* Simplify base64 routine a bit.Rui Ueyama2014-02-25
* Exception handling docs: Describe landingpad clauses' meanings in more detailMark Seaborn2014-02-25
* Add DIUnspecifiedParameter, so we can pretty-print it.Adrian Prantl2014-02-25
* fix crash in SmallDenseMap copy constructorDuncan P. N. Exon Smith2014-02-25