summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* ARM: HFAs must be passed in consecutive registersOliver Stannard2014-05-095-27/+239
* [mips] Remove unused CondMov feature bitDaniel Sanders2014-05-094-15/+7
* [mips] Marked up instructions added in MIPS-III and tested that IAS for -mcpu...Daniel Sanders2014-05-096-61/+84
* Fix 80 col violation.Andrea Di Biagio2014-05-091-1/+2
* [asan] Stop leaking X86Operands.Benjamin Kramer2014-05-091-4/+4
* [mips][mips64r6] Add experimental support for MIPS32r6 and MIPS64r6Daniel Sanders2014-05-096-2/+189
* [mips] Added missing dsra -> dsrav and sra -> srav aliases.Daniel Sanders2014-05-092-2/+6
* MemoryBuffer: don't force mmap when stat failsAlp Toker2014-05-091-3/+2
* MemoryBuffer: remove unusued definitionsAlp Toker2014-05-091-8/+0
* ARM: support PIC on Windows on ARMSaleem Abdulrasool2014-05-092-2/+27
* printCustom is only used in PseudoSourceValue, remove it from Value.Nick Lewycky2014-05-091-8/+1
* [RuntimeDyld] Unify the RuntimeDyldMachO resolve.*Relocation method signaturesLang Hames2014-05-092-142/+121
* Optimize shufflevector that copies an i64/f64 and zeros the rest.Filipe Cabecinhas2014-05-081-12/+12
* [TargetInstrInfo] Fix the implementation of commuteInstruction to match theQuentin Colombet2014-05-081-4/+2
* Improve wording to make it sounds more like a change than an analysis.Nick Lewycky2014-05-081-2/+3
* Reapply r207876 (Try simplifying LexicalScopes ownership again) including a w...David Blaikie2014-05-081-28/+35
* Correct formatting.Tobias Grosser2014-05-081-4/+4
* Use std::remove_if to remove elements from a vectorTobias Grosser2014-05-081-5/+4
* [InstCombine] Some cleanup in optimization of redundant insertvalue instructi...Michael Zolotukhin2014-05-081-4/+3
* [Hexagon] Add new InstrItinClass to support timing classes.Jyotsna Verma2014-05-085-138/+216
* Use for range loops.Rafael Espindola2014-05-081-13/+9
* Use range loop.Rafael Espindola2014-05-081-25/+21
* R600: Promote f64 vector load/stores to i64 for consistencyMatt Arsenault2014-05-081-0/+6
* Use a range loop.Rafael Espindola2014-05-081-4/+2
* [X86] Add target specific combine rules to fold SSE2/AVX2 packed arithmetic s...Andrea Di Biagio2014-05-081-0/+55
* [mips] Add PredicateControl to InstAlias'sDaniel Sanders2014-05-084-107/+115
* [ARM64] Add diagnostics for expected arithmetic shiftsBradley Smith2014-05-083-14/+32
* [ARM64] Re-work parsing of ADD/SUB shifted immediate operandsBradley Smith2014-05-083-130/+210
* [ARM64] Ensure immediates in extend operands are in a valid rangeBradley Smith2014-05-082-4/+19
* [ARM64] Check for proper immediate in shift/extend operandsBradley Smith2014-05-081-42/+58
* ARM big endian function argument passingChristian Pirker2014-05-081-11/+30
* Fix a spelling errorHal Finkel2014-05-081-1/+1
* [mips] Implement l[wd]c3, and s[wd]c3.Daniel Sanders2014-05-083-2/+45
* [ARM64-BE] Teach fast-isel about how to set up sub-word stack arguments for b...James Molloy2014-05-081-1/+7
* [mips] Marked up instructions added in MIPS-II and tested that IAS for -mcpu=...Daniel Sanders2014-05-083-24/+31
* [mips] Implement tlbp, tlbr, tlbwi, and tlbwrDaniel Sanders2014-05-082-0/+16
* ARM64: make sure FastISel emits SSA MachineInstrsTim Northover2014-05-081-3/+4
* [asan] Preserve flags in asm instrumentation.Evgeniy Stepanov2014-05-081-8/+32
* Use a vector of unique_ptrs to fix a memory leak introduced in r208179.Daniel Sanders2014-05-081-2/+2
* Move late partial-unrolling thresholds into the processor definitionsHal Finkel2014-05-086-77/+75
* Revert "SCEV: Use I = vector<>.erase(I) to iterate and delete at the same time"Tobias Grosser2014-05-081-3/+6
* AArch64/ARM64: Port NEON post-increment load/store with 2/3/4 vectors to ARM6...Hao Liu2014-05-083-56/+743
* SCEV: Use I = vector<>.erase(I) to iterate and delete at the same timeTobias Grosser2014-05-081-6/+3
* ARM: support FK_SecRel_2 relocations on WoASaleem Abdulrasool2014-05-082-0/+6
* Simplify and fix incorrect comment. No functionality change.Richard Smith2014-05-081-22/+15
* Lower certain build_vectors to insertps instructionsFilipe Cabecinhas2014-05-081-0/+76
* Back out r208257 while I investigate tester failures.Lang Hames2014-05-071-14/+0
* GlobalValue: Assert symbols with local linkage have default visibilityDuncan P. N. Exon Smith2014-05-071-3/+2
* IR: Don't allow non-default visibility on local linkageDuncan P. N. Exon Smith2014-05-072-3/+27
* LTO: Assert visibility of local linkage when merging symbolsDuncan P. N. Exon Smith2014-05-071-0/+2
OpenPOWER on IntegriCloud