oota-llvm.git
2014-04-23 Evgeniy StepanovCreate MCTargetOptions.
2014-04-23 Simon Atanasyan[yaml2obj][ELF] Add a virtual destructor to the ELFYAML...
2014-04-23 Chandler Carruth[LCG] Add the first round of mutation support to the...
2014-04-23 James Molloy[ARM64] Fix formatting.
2014-04-23 Chandler Carruth[LCG] Implement Tarjan's algorithm correctly this time...
2014-04-23 James Molloy[ARM64] Add a big endian version of the ARM64 target...
2014-04-23 Alexey VolkovFixing typos in commit r206957
2014-04-23 Chandler Carruth[LCG] Add some accessor methods to the SCC to allow...
2014-04-23 Alexey Volkov[X86] Silvermont new scheduler model
2014-04-23 Alexander Musman[LV] Statistics numbers for LoopVectorize introduced...
2014-04-23 Chandler Carruth[LCG] Add a unittest for the LazyCallGraph. I had a...
2014-04-23 Elena DemikhovskyX86Disassembler - fixed a bug in immediate print
2014-04-23 Stepan DyatkovskiyIntegrated assbemler, macros: added 'vararg' argument...
2014-04-23 Kevin Qin[ARM64] Enable feature predicates for NEON / FP / CRYPTO.
2014-04-23 Chandler Carruth[LCG] Hoist the logic for forming a new SCC from the...
2014-04-23 Chandler Carruth[LCG] Switch the Callee sets to be DenseMaps pointing...
2014-04-23 Reid KlecknerFix test/CodeGen/arm.ll
2014-04-22 David BlaikieRequisite reformatting for previous commit.
2014-04-22 David BlaikiePush memory ownership of DwarfUnits into clients of...
2014-04-22 Sean Silva[docs] Add a note to docs/README.txt
2014-04-22 Kevin EnderbyChange the prototype for MCContext::FatalError() so...
2014-04-22 David BlaikieUse std::unique_ptr to handle ownership of DwarfUnits...
2014-04-22 Rui UeyamaWhitespace
2014-04-22 Rui UeyamaNo need to check condition after grow()
2014-04-22 Rafael EspindolaFollow aliases when determining if a symbol is thumb.
2014-04-22 Rui UeyamaReplace loops using goto with plain while loops
2014-04-22 Juergen Ributzka[Constant Hoisting] Materialize the constant before...
2014-04-22 Juergen Ributzka[Constant Hoisting] Print the instructions in the corre...
2014-04-22 Rafael EspindolaFix DataLayout::operator==().
2014-04-22 Kevin EnderbyFix the assembler to print a better relocatable express...
2014-04-22 David BlaikieSimplify address pool index assignment.
2014-04-22 Matt ArsenaultR600: Emit error instead of unreachable on function...
2014-04-22 Tom StellardR600/SI: Reorganize SIInstructions.td
2014-04-22 Elena DemikhovskyAVX-512: store and truncstore for i1 values
2014-04-22 NAKAMURA TakumiRemove DOS CRLF.
2014-04-22 Tim NorthoverAArch64/ARM64: more testing from AArch64 to ARM64
2014-04-22 Tim NorthoverAArch64/ARM64: make use of ANDS and BICS instructions...
2014-04-22 Tim NorthoverAArch64/ARM64: add extra testing from AArch64 to ARM64
2014-04-22 Lang Hames[X86] Require HasBMI2 for the new BZHI tablegen patterns.
2014-04-22 Robert Khasanov[AVX512] Implemented integer conversions up/down with...
2014-04-22 Kostya Serebryany[asan] Support outline instrumentation for wide types...
2014-04-22 Lang Hames[X86] Remove Tablegen def of X86bzhi SDNode: It's not...
2014-04-22 Lang Hames[X86] Use tablegen instead of DAG combines to match...
2014-04-22 Matheus Almeida[mips] Clang-format MipsAsmParser.
2014-04-22 Tim NorthoverAArch64/ARM64: enable various AArch64 tests on ARM64.
2014-04-22 Tim NorthoverAArch64/ARM64: add patterns for scalar_to_vector/extrac...
2014-04-22 Tim NorthoverAArch64/ARM64: mark fmul intrinsic as commutative.
2014-04-22 Tim NorthoverARM: disable emission of __XYZvfp in soft-float environ...
2014-04-22 Hao LiuFix an infinite loop bug in DAG Combine about keeping...
2014-04-22 Lang Hames[X86] Don't use BZHI for short masks (>=32 bits). Thank...
2014-04-22 David BlaikieRevert "Use value semantics to manage DbgVariables...
2014-04-22 David BlaikieUse unique_ptr to manage ParsedBinariesAndObjects in...
2014-04-22 Matt ArsenaultR600: Change how vector truncating stores are packed.
2014-04-22 Matt ArsenaultR600: Make sign_extend_inreg legal.
2014-04-22 Jiangning Liu[AArch64] Enable global merge pass.
2014-04-22 Duncan P. N... blockfreq: Skip irreducible backedges inside functions
2014-04-22 Duncan P. N... blockfreq: Rename PackagedLoops => Loops
2014-04-22 Duncan P. N... blockfreq: Use a pointer for ContainingLoop too
2014-04-22 Duncan P. N... blockfreq: Use pointers to loops instead of an index
2014-04-22 Duncan P. N... blockfreq: Implement clear() explicitly
2014-04-22 Duncan P. N... blockfreq: Rename PackagedLoopData => LoopData
2014-04-22 Duncan P. N... blockfreq: Move PackagedLoopData above WorkingData
2014-04-22 Duncan P. N... blockfreq: Remove "dead" comment
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-22 Chandler Carruth[cleanup] Fix two headers where we included a standard...
2014-04-22 Chandler Carruth[cleanup] Fix another place where we were including...
2014-04-22 Quentin ColombetThis reverts r206828 until David has time to figure...
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-04-22 Quentin Colombet[CodeGenPrepare] Use APInt to check the value of the...
2014-04-21 Chandler Carruth[Modules] Followup to r206822 to add a DEBUG_TYPE which...
2014-04-21 David BlaikieUse unique_ptr to handle ownership of Value*s in Clonin...
2014-04-21 Rui UeyamaFix wrong iterator type
2014-04-21 David BlaikieSimplify DFAPacketizerEmitter State copy/move semantics...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-21 David BlaikieFix builds that use an stl missing std::set::emplace
2014-04-21 David BlaikieStore State objects by value in TableGen's DFAPacketize...
2014-04-21 Yi JiangSet default value of HasExtractBitsInsn to false
2014-04-21 Jim GrosbachARM64: Refactor away a few redundant helpers.
2014-04-21 Rafael EspindolaSimplify a vpermil* with constant mask.
2014-04-21 David BlaikieUse Regex objects by value (rather than 'new'ed) in...
2014-04-21 Jim GrosbachARM64: Improve diagnostics for malformed reg+reg addres...
2014-04-21 Jim GrosbachMove helper functions earlier in the file.
2014-04-21 Jim GrosbachARM64: Extended addressing mode source reg is 64-bit.
2014-04-21 David BlaikieUse unique_ptr to manage ownership of GCOVFunctions...
2014-04-21 Hal FinkelRemove seemingly-unneeded artificial dependency
2014-04-21 David BlaikieSimplify destruction of Modules in LLVContextImpl.
2014-04-21 Rafael EspindolaHandle _GLOBAL_OFFSET_TABLE_ in 64 bit mode.
2014-04-21 Rafael Espindolaclang-format this function.
2014-04-21 David BlaikieUse unique_ptr to handle GlobalOpt's Evaluator members
2014-04-21 Reid KlecknerFix PR7272 in -tailcallelim instead of the inliner
2014-04-21 David BlaikieSimplify expression that was explicitly naming an opera...
2014-04-21 David BlaikieUse unique_ptr to handle ownership of GCOVFunctions...
2014-04-21 David BlaikieUse unique_ptr to handle ownership of UserValues in...
next