summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix llvm-nm to print the full 64-bit address for symbols in 64-bit object files.Kevin Enderby2014-05-09
* SLPVectorizer: When sorting by domination for CSE don't assert on unreachable...Benjamin Kramer2014-05-09
* Revert "[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'"Reid Kleckner2014-05-09
* move findArrayDimensions to ScalarEvolutionSebastian Pop2014-05-09
* fix typo in debug messageSebastian Pop2014-05-09
* Allow sret on the second parameter as well as the firstReid Kleckner2014-05-09
* Fix ARM intrinsics-overflow.ll test on WindowsReid Kleckner2014-05-09
* Don't crash on redefinitions.Rafael Espindola2014-05-09
* Fix broken buildJonathan Roelofs2014-05-09
* Add custom lowering for add/sub with overflow intrinsics to ARMLouis Gerbarg2014-05-09
* Add ExtractValue instruction to SimplifyCFG's ComputeSpeculationCostLouis Gerbarg2014-05-09
* R600/SI: Teach SIInstrInfo::moveToVALU() how to move S_LOAD_*_IMM instructionsTom Stellard2014-05-09
* R600/SI: Fix SMRD pattern for offsets > 32 bitsTom Stellard2014-05-09
* R600: Expand i64 SELECT_CCTom Stellard2014-05-09
* R600: Move MIN/MAX matching from LowerOperation() to PerformDAGCombine()Tom Stellard2014-05-09
* Attempt to pacify the bots - this commit requires asserts.James Molloy2014-05-09
* Use auto and clang-format this snippet.Rafael Espindola2014-05-09
* Run clang-format in small sections of code to make a patch easier to read.Rafael Espindola2014-05-09
* Delete trailing whitespace.Rafael Espindola2014-05-09
* Delete trailing white space.Rafael Espindola2014-05-09
* [mips] Marked up instructions added in MIPS-IV and tested that IAS for -mcpu=...Daniel Sanders2014-05-09
* ARM: HFAs must be passed in consecutive registersOliver Stannard2014-05-09
* [yaml2obj] Follow-up to the r208228 and r208406. Remove duplicated YAMLSimon Atanasyan2014-05-09
* Remove trailing white space.Rafael Espindola2014-05-09
* [mips] Remove unused CondMov feature bitDaniel Sanders2014-05-09
* [mips] Marked up instructions added in MIPS-III and tested that IAS for -mcpu...Daniel Sanders2014-05-09
* Mark yaml2obj-elf-x86-rel.yaml as XFAIL:vg_leak for now. This has two pairs o...NAKAMURA Takumi2014-05-09
* Fix 80 col violation.Andrea Di Biagio2014-05-09
* [asan] Stop leaking X86Operands.Benjamin Kramer2014-05-09
* [mips][mips64r6] Add experimental support for MIPS32r6 and MIPS64r6Daniel Sanders2014-05-09
* [mips] Added missing daddu test to the valid instruction tests.Daniel Sanders2014-05-09
* [mips] Added missing dsra -> dsrav and sra -> srav aliases.Daniel Sanders2014-05-09
* MemoryBuffer: don't force mmap when stat failsAlp Toker2014-05-09
* MemoryBuffer: remove unusued definitionsAlp Toker2014-05-09
* test/TableGen: Remove XFAIL:vg_leak out of 3 tests corresponding to r208293.NAKAMURA Takumi2014-05-09
* Don't indent inside a namespace. Don't duplicate a function name in comment.Rafael Espindola2014-05-09
* Remove use of = default/= delete as they're unsupported on MSVC2012David Blaikie2014-05-09
* ARM: support PIC on Windows on ARMSaleem Abdulrasool2014-05-09
* printCustom is only used in PseudoSourceValue, remove it from Value.Nick Lewycky2014-05-09
* Add missing linkage predicates.Rafael Espindola2014-05-09
* [RuntimeDyld] Unify the RuntimeDyldMachO resolve.*Relocation method signaturesLang Hames2014-05-09
* Optimize shufflevector that copies an i64/f64 and zeros the rest.Filipe Cabecinhas2014-05-08
* [TargetInstrInfo] Fix the implementation of commuteInstruction to match theQuentin Colombet2014-05-08
* Improve wording to make it sounds more like a change than an analysis.Nick Lewycky2014-05-08
* test/CodeGen: Check that the correct register is used in a storeJustin Bogner2014-05-08
* Reapply r207876 (Try simplifying LexicalScopes ownership again) including a w...David Blaikie2014-05-08
* Missed formattingDavid Blaikie2014-05-08
* StringMap: Move assignment and move construction.David Blaikie2014-05-08
* StringMap: Replace faux-copyability with faux-movability, which is sufficient.David Blaikie2014-05-08
* StringMap support for move-only values.David Blaikie2014-05-08