oota-llvm.git
2014-05-27 Reid KlecknerWording fix for llvm.global_dtors docs.
2014-05-27 David BlaikieDebugInfo: partially revert cleanup committed in r209680
2014-05-27 David BlaikieDebugInfo: Simplify solution to avoid DW_AT_artificial...
2014-05-27 Sasa Stankovic[mips] Optimize long branch for MIPS64 by removing...
2014-05-27 David BlaikieDebugInfo: Create abstract function definitions even...
2014-05-27 David BlaikieDebugInfo: Avoid an extra map lookup when finding abstr...
2014-05-27 David BlaikieDebugInfo: Lazily construct subprogram definition DIEs.
2014-05-27 David BlaikieDebugInfo: Lazily attach definition attributes to defin...
2014-05-27 David BlaikieDebugInfo: Separate out the addition of subprogram...
2014-05-27 Jingyue WuFixed a test in r209670
2014-05-27 Jingyue WuDistribute sext/zext to the operands of and/or/xor
2014-05-27 David BlaikieDebugInfo: Fix argument ordering in test by adding...
2014-05-27 Filipe CabecinhasPost-commit fixes for r209643
2014-05-27 Tim NorthoverAArch64: add test for NZCV cross-copy save.
2014-05-27 Tim NorthoverAArch64: add AArch64-specific test for 'c' and 'n'.
2014-05-27 Bill Schmidt[PATCH] Correct type used for VADD_SPLAT optimization...
2014-05-27 Zoran Jovanovic[mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_...
2014-05-27 Amara Emerson[ARM] Emit correct build attributes for the relocation...
2014-05-27 Zoran Jovanovic[mips][mips64r6] Add relocations R_MIPS_PC21_S2, R_MIPS...
2014-05-27 Evgeniy Stepanov[asancov] Emit an initializer passing number of coverag...
2014-05-27 Tim NorthoverAArch64: implement copies to/from NZCV as a last ditch...
2014-05-27 Tim NorthoverARM: teach AAPCS-VFP to deal with Cortex-M4.
2014-05-27 Daniel JasperFix bad assert.
2014-05-27 Tim NorthoverAArch64: support 'c' and 'n' inline asm modifiers.
2014-05-27 Dinesh DwivediAdding testcase for PR18886.
2014-05-27 Filipe CabecinhasConvert some X86 blendv* intrinsics into IR.
2014-05-26 Rafael EspindolaFix link.
2014-05-26 Rafael EspindolaUse existing helper function.
2014-05-26 Rafael Espindola[PPC] Use alias symbols in address computation.
2014-05-26 Tim NorthoverAArch64: force i1 to be zero-extended at an ABI boundary.
2014-05-26 Tim NorthoverAArch64: simplify calling conventions slightly.
2014-05-26 Michael ZolotukhinSome cleanup for r209568.
2014-05-26 Rafael EspindolaConvert a few loops to use ranges.
2014-05-26 Tilmann Scheller[AArch64] Add store + add folding regression tests...
2014-05-26 Tilmann Scheller[AArch64] Add more regression tests for the load/store...
2014-05-26 Kostya Serebryany[asan] decrease asan-instrumentation-with-call-threshol...
2014-05-26 Tim NorthoverAArch64: remove empty ARM64 directories from svn.
2014-05-26 Tilmann SchellerRemove accidentally committed whitespace.
2014-05-26 Tilmann Scheller[AArch64] Add a regression test for the load store...
2014-05-26 Owen AndersonMake the LoopRotate pass's maximum header size configur...
2014-05-26 David BlaikieDebugInfo: Test linkonce-odr functions under LTO.
2014-05-26 David BlaikieDwarfUnit: Remove some misleading no-op code introduced...
2014-05-26 Rafael EspindolaJust check the entire string.
2014-05-26 NAKAMURA TakumiReformat linefeeds.
2014-05-26 NAKAMURA TakumiTrailing whitespace.
2014-05-25 Saleem Abdulrasooltools: avoid use of std::function
2014-05-25 Saleem Abdulrasooltools: split out Win64EHDumper from COFFDumper
2014-05-25 Saleem Abdulrasooltools: inline simple single-use function
2014-05-25 Saleem Abdulrasooltools: refactor COFFDumper symbol resolution logic
2014-05-25 Saleem Abdulrasooltools: use references rather than out pointers in COFFD...
2014-05-25 David BlaikieDebugInfo: Fix inlining with #file directives a little...
2014-05-25 David BlaikieStreamline test case by avoiding a temporary file and...
2014-05-25 Rafael EspindolaEmit data or code export directives based on the type.
2014-05-25 Rafael EspindolaMake these CHECKs a bit more strict.
2014-05-25 Peter CollingbourneAdd an extension point for peephole optimizers.
2014-05-24 Hans WennborgFix some misplaced spaces around 'override'
2014-05-24 Saleem Abdulrasoolbuild: sort llvm-readobj sources
2014-05-24 Saleem Abdulrasoolllvm-readobj: remove some dead code
2014-05-24 Tim NorthoverAArch64: disable FastISel for large code model.
2014-05-24 Benjamin KramerMachineVerifier: Clean up some syntactic weirdness...
2014-05-24 Benjamin KramerCodeGen: Make MachineBasicBlock::back skip to the begin...
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-24 Tim NorthoverAArch64/ARM64: remove AArch64 from tree prior to renami...
2014-05-24 NAKAMURA Takumillvm/test/Object/ar-error.test: Don't check the message...
2014-05-24 Michael ZolotukhinImplement sext(C1 + C2*X) --> sext(C1) + sext(C2*X...
2014-05-24 Tim NorthoverARM64: extract a 32-bit subreg when selecting an inreg...
2014-05-23 David BlaikieDebugInfo: Generalize some tests to handle variations...
2014-05-23 David BlaikieDebugInfo: Generalize a test case to not depend on...
2014-05-23 Andrew TrickTest case comments. Fix sloppiness.
2014-05-23 Rafael Espindolaclang-format function.
2014-05-23 Rafael EspindolaRemove a confusing use of a static method.
2014-05-23 David BlaikieDebugInfo: Put concrete definitions referencing abstrac...
2014-05-23 Andrew TrickFix and improve SCEV ComputeBackedgeTankCount.
2014-05-23 Nico RieckRevert part of "Fix broken FileCheck prefixes"
2014-05-23 Rafael EspindolaUse alias linkage and visibility to decide tls access...
2014-05-23 Nico RieckRemove unused CHECK lines
2014-05-23 Nico RieckFix broken FileCheck prefixes
2014-05-23 Jingyue WuAdd the extracted constant offset using GEP
2014-05-23 Lang Hames[RuntimeDyld] Remove relocation bounds check introduced...
2014-05-23 David BlaikieAdd FIXME comment based on code review feedback by...
2014-05-23 Rafael EspindolaConvert test to use FileCheck.
2014-05-23 Aaron BallmanTeach the table generated emitPseudoExpansionLowering...
2014-05-23 Rafael EspindolaAliases are always definition, delete dead code.
2014-05-23 Rafael EspindolaDelete dead code.
2014-05-23 Daniel Sanders[mips] Work around inconsistency in llvm-mc's placement...
2014-05-23 Daniel Sanders[mips][mips64r6] t(eq|ge|lt|ne)i and t(ge|lt)iu are...
2014-05-23 Daniel Sanders[mips][mips64r6] [ls][dw][lr] are not available in...
2014-05-23 Kostya Serebryany[asan] properly instrument memory accesses that have...
2014-05-23 Pekka JaaskelainenUpdated the llvm.mem.parallel_loop_access semantics...
2014-05-23 Bradley SmithFixup sys::getHostCPUFeatures crypto names so it doesn...
2014-05-23 Simon Atanasyan[YAML] Add an optional argument `EnumMask` to the ...
2014-05-23 Yaron KerenTypedef NumeredTypesMapTy is not used anywhere.
2014-05-23 Jingyue WuTest commit.
2014-05-23 Filipe Cabecinhasllvm-ar: Output the file we errored on.
2014-05-23 David BlaikieRename a couple of variables to be more accurate.
2014-05-23 David BlaikieDebugInfo: Fix cross-CU references for scopes (and...
2014-05-23 Saleem AbdulrasoolMC: remove unnecessary restriction on tests
2014-05-23 Jiangning Liu[ARM64] Fix a bug in shuffle vector lowering to generat...
2014-05-23 Richard SmithAttempt to placate compilers that warn on casts between...
2014-05-23 Justin BognerScalarEvolution: Fix handling of AddRecs in isKnownPred...
next