oota-llvm.git
2014-04-24 David BlaikieRemove the intermediate AccelNamespace maps in DWARF...
2014-04-24 Michael J.... [InstCombine][x86] Constant fold psll intrinsics.
2014-04-24 David BlaikieRemove the intermediate AccelObjC maps in DWARF units
2014-04-24 Filipe CabecinhasOptimize some special cases for SSE4a insertqi
2014-04-24 Matt ArsenaultHandle addrspacecast when looking at memcpys from globals
2014-04-23 Chandler Carruth[LCG] Normalize the post-order SCC iterator to just...
2014-04-23 Chandler Carruth[LCG] Remove two unused typedefs from the iterators.
2014-04-23 David BlaikieAnd actually use the DwarfDebug::AccelNames to emit...
2014-04-23 David BlaikieMore formatting...
2014-04-23 David BlaikieRemove intermediate accelerator table for names.
2014-04-23 Chandler Carruth[LCG] Switch the primary node iterator to be a *much...
2014-04-23 Chandler Carruth[LCG] Make the insertion and query paths into the LCG...
2014-04-23 Chandler Carruth[LCG] Switch the SCC lookup to be in terms of call...
2014-04-23 David BlaikieDwarfAccelTable: Remove trivial dtor and simplify const...
2014-04-23 Jordan RoseUse std::less instead of < in array_pod_sort's default...
2014-04-23 Chandler Carruth[LCG] Switch the primary SCC building code to use the...
2014-04-23 Saleem AbdulrasoolMC: disable test on thumbv7-windows
2014-04-23 Justin Bognerllvm-cov: Add support for gcov's --long-file-names...
2014-04-23 Justin Bognerllvm-cov: Allow short options to be grouped
2014-04-23 Saleem AbdulrasoolMC: move test from Generic to COFF
2014-04-23 Saleem AbdulrasoolMC: move ARM64 test from AArch64 directory
2014-04-23 Saleem AbdulrasoolMC: honour IMAGE_SCN_CNT_INITIALIZED_DATA
2014-04-23 David BlaikieMove the AddressPool from DwarfFile to DwarfDebug.
2014-04-23 David Blaikieclang-format for my previous commit (I keep forgetting...
2014-04-23 Matt ArsenaultUse pointer size function where only a pointer is expected
2014-04-23 David BlaikieSeparate out the DWARF address pool into its own type...
2014-04-23 Matt ArsenaultRemove more default address space argument usage.
2014-04-23 Quentin Colombet[ARM64] Fix the information we give to the peephole...
2014-04-23 Matt ArsenaultDon't use default address space arguments in GlobalOpt
2014-04-23 Anders Waldenborg[python] Fix python bindings tests
2014-04-23 Matt ArsenaultR600: Add a test that used to be broken that I forgot...
2014-04-23 David Blaikieclang-format r207010
2014-04-23 Matt ArsenaultConvert test to FileCheck
2014-04-23 Quentin Colombet[X86] Fix missing/wrong scheduling model found by code...
2014-04-23 Anders Waldenborgllvm-build: Get rid of 'import *'
2014-04-23 David BlaikieSplit out DwarfFile from DwarfDebug into its own .h...
2014-04-23 Justin BognerProfileData: Avoid unnecessary copies of CounterData
2014-04-23 Simon Atanasyan[yaml2obj][ELF] Remove unnecessary space between namesp...
2014-04-23 Alexander Potapenko[ASan] Move the shadow range on 32-bit iOS (and iOS...
2014-04-23 Matt ArsenaultRemove dead code in instcombine.
2014-04-23 NAKAMURA TakumiX86AsmParser.cpp: Fix memory leak at replacing movsd...
2014-04-23 NAKAMURA Takumicl::ParseCommandLineOptions(): Use StringRef to receive...
2014-04-23 NAKAMURA TakumiMark llvm/test/BugPoint/compile-custom.ll as XFAIL...
2014-04-23 Rafael EspindolaCentralize handling of ELF_Other_ThumbFunc.
2014-04-23 Evgeniy StepanovFix handling of missing DataLayout in sanitizers.
2014-04-23 Rafael EspindolaRemove AssemblyAnnotationWriter from NamedMDNode::print.
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.
next