summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use ArrayRef to simplify some code.Craig Topper2014-01-21
* tools: use 64-bit print specifierSaleem Abdulrasool2014-01-21
* tools: support decoding ARM EHABI opcodes in readobjSaleem Abdulrasool2014-01-21
* ARM IAS: add support for .unwind_raw directiveSaleem Abdulrasool2014-01-21
* ARM IAS: support .personalityindexSaleem Abdulrasool2014-01-21
* [AArch64 NEON] Fix a bug caused by undef lane when generating VEXT.Kevin Qin2014-01-21
* Add operator!= for FoldingSetNodeID and FoldingSetNodeIDRef. Implementation inNick Lewycky2014-01-21
* Tweak the MCExternalSymbolizer to not use the SymbolLookUp() call backKevin Enderby2014-01-21
* To allow the X86 verbose assembly to print its informative commentsKevin Enderby2014-01-21
* Update StackProtector when coloring merges stack slotsHal Finkel2014-01-20
* [X86] Teach how to combine a vselect into a movss/movsdAndrea Di Biagio2014-01-20
* Debug info: On ARM ensure that all __TEXT sections come before theAdrian Prantl2014-01-20
* Revert "Debug info: On ARM ensure that the data sections come before the"Adrian Prantl2014-01-20
* Allow SMUL_LOHI and UMUL_LOHI to be narrow to MUL on targets where MUL is Cus...Owen Anderson2014-01-20
* Remove the useless pseudo instructions VDUPfdf and VDUPfqf, replacing them wi...James Molloy2014-01-20
* [CMake] LLVMProcessSources.cmake: Add include(CMakeParseArguments).NAKAMURA Takumi2014-01-20
* Whitespace.NAKAMURA Takumi2014-01-20
* Fix misched-aa-colored.ll to require asserts (trying again)Hal Finkel2014-01-20
* Fix misched-aa-colored.ll to require asserts.Hal Finkel2014-01-20
* Update IR when merging slots in stack coloringHal Finkel2014-01-20
* Track multiple stores per object when using AA in ScheduleDAGInstrsHal Finkel2014-01-20
* [x86] Fix disassembly of MOV16ao16 et al.David Woodhouse2014-01-20
* [x86] Fix 16-bit disassembly of JCXZ/JECXZDavid Woodhouse2014-01-20
* [x86] Rename MOVSD/STOSD/LODSD/OUTSD to MOVSL/STOSL/LODSL/OUTSLDavid Woodhouse2014-01-20
* [x86] Fix disassembly of callw instructionDavid Woodhouse2014-01-20
* [x86] Fix 16-bit handling of OpSize bitDavid Woodhouse2014-01-20
* [x86] Infer disassembler mode from SubtargetInfo feature bitsDavid Woodhouse2014-01-20
* [x86] Support i386-*-*-code16 triple for emitting 16-bit codeDavid Woodhouse2014-01-20
* [PM] Wire up the Verifier for the new pass manager and connect it to theChandler Carruth2014-01-20
* ARM: add tlsldo relocationKai Nacke2014-01-20
* [CMake] llvm_process_sources: Introduce a parameter, ADDITIONAL_HEADERS.NAKAMURA Takumi2014-01-20
* [ARM] Do not generate Tag_DIV_use=AllowDIVExt when hardware div is non-option...Artyom Skrobov2014-01-20
* Revert my commit in r199620 that added sections about namespaces to theChandler Carruth2014-01-20
* Revert r199628: "[AArch64 NEON] Fix a bug caused by undef lane when generatin...Chandler Carruth2014-01-20
* Fix a DenseMap iterator invalidation bug causing lots of crashes whenChandler Carruth2014-01-20
* Fix all the remaining lost-fast-math-flags bugs I've been able to find. The ...Owen Anderson2014-01-20
* [AArch64 NEON] Fix a bug caused by undef lane when generating VEXT.Kevin Qin2014-01-20
* MC: whitespaceSaleem Abdulrasool2014-01-20
* [PM] Fix a contradiction in the comments noticed by Anders.Chandler Carruth2014-01-20
* [AArch64 NEON] Accept both #0.0 and #0 for comparing with floating point zero...Kevin Qin2014-01-20
* Add some wording to the coding standards to say how to indent namespacesChandler Carruth2014-01-20
* Move the retrieval of VT after all of the early exits from PerformOrCombine t...Michael Gottesman2014-01-19
* [APInt] Fix nearestLogBase2 to return correct answers for very large APInt an...Michael Gottesman2014-01-19
* [APInt] Fixed bug where APInt(UINT32_MAX, 0) would blow up when being constru...Michael Gottesman2014-01-19
* InstCombine: Modernize a bunch of cast combines.Benjamin Kramer2014-01-19
* InstCombine: Hoist 3 copies of AddOne/SubOne into a header.Benjamin Kramer2014-01-19
* InstCombine: Replace a hand-rolled version of isKnownToBeAPowerOfTwo with the...Benjamin Kramer2014-01-19
* InstCombine: Teach most integer add/sub/mul/div combines how to deal with vec...Benjamin Kramer2014-01-19
* InstCombine: Refactor fmul/fdiv combines to handle vectors.Benjamin Kramer2014-01-19
* [CMake] Introduce new scheme of LLVM_TOOLS_BINARY_DIR and LLVM_LIBRARY_DIRNAKAMURA Takumi2014-01-19