oota-llvm.git
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...
2014-04-21 David BlaikieUse unique_ptr to manage objects owned by the ScheduleD...
2014-04-21 David BlaikieUse value semantics to manage DbgVariables rather than...
2014-04-21 Filipe CabecinhasRename X86insrtps to the proper instruction name.
2014-04-21 Chandler Carruth[Modules] Consolidate the DEBUG_TYPE defines in NVPTX...
2014-04-21 Chandler Carruth[Modules] Sink all the DEBUG_TYPE defines for InstCombi...
2014-04-21 Chandler Carruth[Modules] Sink the DEBUG_TYPE macro out of LegalizeType...
2014-04-21 Yi JiangARM64: Combine shifts and uses from different basic...
2014-04-21 Jim GrosbachRevert "[rtdyld,c++11] Range'ify symbol table walking."
2014-04-21 Matt ArsenaultFix unnecessary line break
2014-04-21 Duncan P. N... blockfreq: Some cleanup of UnsignedFloat
2014-04-21 Jim Grosbach[rtdyld,c++11] Range'ify symbol table walking.
2014-04-21 Jim GrosbachTidy up. Remove extraneous typedef.
2014-04-21 Jim GrosbachObject: iterator_range accessors for ObjectImage symbol...
2014-04-21 Duncan P. N... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-21 Duncan P. N... CalcSpillWeights: Hack to prevent x87 nonsense
2014-04-21 Eli BenderskyFix the test: DCE optimized away everything.
2014-04-21 Evgeniy Stepanov[msan] Enable out-of-line instrumentation for large...
2014-04-21 NAKAMURA TakumiAppease autoconf build since X86Disassembler.c has...
2014-04-21 Kostya Serebryany[asan] add a run-time flag detect_container_overflow...
2014-04-21 Rafael EspindolaConvert getFileOffset to getOffset and move it to its...
2014-04-21 Michael ZolotukhinReapply r206732. This time without optimization of...
2014-04-21 Kostya Serebryany[asan] add llvm-ish test for memset/etc instrumentation
2014-04-21 Kostya Serebryany[asan] instead of inserting inline instrumentation...
2014-04-21 Chandler Carruth[PM] Add a new-PM-style CGSCC pass manager using the...
2014-04-21 Chandler Carruth[PM] Fix a bug where we didn't properly clear the list...
2014-04-21 NAKAMURA Takumillvm/test/CodeGen/X86/bmi.ll: Relax expressions for...
2014-04-21 Kostya Serebryany[asan] temporary disable generating __asan_loadN/__asan...
2014-04-21 Benjamin Kramer[C++11] Replace OwningPtr with std::unique_ptr in place...
2014-04-21 Chandler Carruth[PM] Wire the analysis passes (such as they are) into...
2014-04-21 Lang Hames[X86] ISEL (and X, <constant mask>) to BZHI when BMI2...
2014-04-21 Chandler Carruth[PM] Add a nice low-tech registry of passes as a boring...
2014-04-21 Chandler CarruthRevert r206732 which is causing llc to crash on most...
2014-04-21 Kostya Serebryany[asan] insert __asan_loadN/__asan_storeN as out-lined...
2014-04-21 Michael ZolotukhinImplement builtins for safe division: safe.sdiv.iN...
2014-04-21 Chandler Carruth[LCG] Add some basic debug output to the LCG pass.
2014-04-20 David BlaikieProtect the ArgList dtor
2014-04-20 Richard SmithAdd missing #include found by modules build.
2014-04-20 David BlaikieRemove comment that hasn't been true for 5 years
2014-04-20 David BlaikieUse unique_ptr to handle ownership of synthesized args...
2014-04-20 Richard SmithC++ has a bool type! (And C's had one too, for 15 years...)
2014-04-20 Richard SmithMore C++ification.
2014-04-20 Richard SmithRemove some more C junk from these files.
2014-04-20 Richard SmithDon't provide two different definitions of ModRMDecisio...
2014-04-20 Richard SmithDon't define llvm::X86Disassembler::InstructionSpecifie...
2014-04-20 Richard SmithMaybe if I touch this file the buildbots will actually...
2014-04-20 Richard SmithWhat year is it! This file has no reason to be written...
2014-04-20 Simon Atanasyan[Mips] Add more special values for the st_other field...
2014-04-20 Simon Atanasyan[C++11] Range-based loop simplification.
2014-04-20 Richard SmithFix redefinition of default argument, found by modules...
2014-04-19 Alp TokerRemove some empty statements
2014-04-19 Justin BognerProfileData: Remove an extra semicolon
2014-04-19 Duncan P. N... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-19 Duncan P. N... Revert "blockfreq: Temporarily turn on -debug-only...
2014-04-19 Duncan P. N... blockfreq: Temporarily turn on -debug-only=block-freq
2014-04-19 Duncan P. N... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-19 Yaron KerenPatch by Vadim Chugunov
2014-04-19 Yaron KerenPatch by Ray Donnelly to print register names instead...
2014-04-19 David BlaikieAdd parens to appease GCC warning.
2014-04-19 Duncan P. N... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"...
2014-04-19 Justin BognerOnDiskHashTable: Audit types and use offset_type consis...
2014-04-19 Justin BognerProfileData: Avoid UB when reading
2014-04-18 Justin BognerOnDiskHashTable: Fix a think-o with offset_type
2014-04-18 Nick LewyckyCheck whether functions have any lines associated befor...
2014-04-18 Justin Bognerllvm-profdata: Avoid writing to /dev/null in tests
2014-04-18 Kevin EnderbyChange the ARM assembler to require a :lower16: or...
2014-04-18 Justin Bognertest: Add extra run lines to investigate an error on...
2014-04-18 Duncan P. N... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl...
2014-04-18 Alexey Samsonov[llvm-symbolizer] Print file/line for a PC even if...
2014-04-18 Justin BognerProfileData: Don't forward declare ComputeHash and...
2014-04-18 David BlaikieCompress debug sections only when beneficial.
next