oota-llvm.git
2012-06-19 Jakob Stoklund... Implement PPCInstrInfo::isCoalescableExtInstr().
2012-06-19 Jakob Stoklund... Style: Don't reuse variables for multiple purposes.
2012-06-19 Marshall ClowNew test tool: obj2yaml
2012-06-19 Bill WendlingIndent coding examples.
2012-06-19 Bill WendlingRemove bad HTML tags. Add missing :.
2012-06-19 Chandler CarruthFix PR13148, an inf-loop in StringMap.
2012-06-19 Chandler CarruthRemove some superfluous SCOPED_TRACEs from this unit...
2012-06-19 Benjamin KramerEmit TableGen's header comment with C-style comments...
2012-06-19 Jan Wen VoungHave ARM ELF use correct reloc for "b" instr.
2012-06-19 Hal FinkelMark most PPC register classes to avoid write-after...
2012-06-19 Aaron BallmanUpdating the credits after r158717
2012-06-19 Bill WendlingPut flag names on one line.
2012-06-19 Bill WendlingFix italicized text.
2012-06-19 Bill WendlingUse correct URL.
2012-06-19 Bill WendlingFix numbering of list items.
2012-06-19 Bill WendlingFix some Sphinx mistakes.
2012-06-19 Bill WendlingFirst attempt at Sphinx. Convert the Projects.html...
2012-06-19 Michael J.... [Support/PathV2] Fix out of bounds access in identify_m...
2012-06-19 Akira HatanakaMake MipsLongBranch::runOnMachineFunction return true.
2012-06-19 Akira HatanakaUse MachineBasicBlock::instr_iterator instead of Machin...
2012-06-19 Hal FinkelAdd support for generating reg+reg preinc stores on...
2012-06-19 Rafael Espindolareally add a triple :-(
2012-06-19 Rafael EspindolaAdd a triple to the test.
2012-06-19 Rafael EspindolaMove the support for using .init_array from ARM to...
2012-06-18 Nuno Lopesrevert r158660, since Chris has some issues with this...
2012-06-18 David BlaikieDon't copy a potentially-uninitialized variable.
2012-06-18 Manman RenARM: use NOEN loads and stores if possible when handlin...
2012-06-18 Hal FinkelAllow up to 64 functional units per processor itinerary.
2012-06-18 Michael J.... [docs] Port FAQ over to Sphinx.
2012-06-18 Marshall ClowAdded accessors for getting coff_relocation info
2012-06-18 Jim GrosbachARM: Define generic HINT instruction.
2012-06-18 Jim GrosbachTableGen: AsmMatcher missing-features list minimization.
2012-06-18 Simon AtanasyanAdd mipsel-* to the list of targets recognized by confi...
2012-06-18 Nuno Lopesadd the 'alloc' metadata node to represent the size...
2012-06-18 Joel JonesThis change handles a another case for generating the...
2012-06-18 Chandler CarruthAdd a regression test for the bug exposed by r158087...
2012-06-18 Chandler CarruthTemporarily revert r158087.
2012-06-17 NAKAMURA TakumiTableGen.cmake: Fix to work without LLVM_COMMON_DEPENDS.
2012-06-17 Benjamin KramerFor reasons I can't fathom MSVC supports ULL but not...
2012-06-17 Benjamin KramerAdd missing unittest files to the cmake build.
2012-06-17 Benjamin KramerRemove SmallMap unittests, unbreaking the build.
2012-06-17 Benjamin KramerBring the return value of SmallVector::insert in line...
2012-06-17 Chandler CarruthRemove SmallMap, and the several files that were used...
2012-06-17 Benjamin KramerSmallVector: return a valid iterator for the rare case...
2012-06-17 Chandler CarruthAdd a unit test for 'swap', and fix a pile of bugs in
2012-06-17 Chandler CarruthDisable a particular assertion on MSVC... I'm deeply...
2012-06-17 Chandler CarruthAdd tests for *DenesMap for both key and value types...
2012-06-17 Chandler CarruthIntroduce a SmallDenseMap container that re-uses the...
2012-06-17 Chandler CarruthAdd some somewhat exhaustive tests of sizeof properties...
2012-06-17 Pete CooperNow that SROA can form alloca's for dynamic vector...
2012-06-16 Benjamin KramerDisable the right instance of TheJIT, this one is only...
2012-06-16 Benjamin KramerGuard private fields that are unused in Release builds...
2012-06-16 Hal FinkelCleanup trip-count finding for PPC CTR loops (and some...
2012-06-16 Hal FinkelTeach BBVectorize to combine, when possible, or discard...
2012-06-16 Hal FinkelMove the Metadata merging methods from GVN and make...
2012-06-16 Rafael EspindolaImplement irpc. Extracted from a patch by the PaX team...
2012-06-16 Kay Tiong Khoo*no need to pollute Intel syntax with bonus mnemonics...
2012-06-16 NAKAMURA TakumiMips/AsmParser/CMakeLists.txt: Fix dependency.
2012-06-16 Benjamin KramerUpdate CMake build.
2012-06-16 Benjamin KramerMerge the SmallBitVector and BitVector unit tests with...
2012-06-16 Chandler CarruthRelax one assertion -- long double has strange alignmen...
2012-06-16 Chandler CarruthTry to reduce the size of the array used for compile...
2012-06-16 Chandler CarruthAdd support to the alignment support header for conjuri...
2012-06-16 Evan ChengIt's not deterministic to iterate over SmallPtrSet...
2012-06-16 Chandler CarruthWork around a bug with MSVC 10 where it fails to recogn...
2012-06-16 Pete CooperFix crash from r158529 on Bullet.
2012-06-16 Chandler CarruthType parameterize the DenseMap unit tests.
2012-06-16 Chandler CarruthLift the NumElements and NumTombstones members into...
2012-06-16 Chandler CarruthFactor DenseMap into a base class that implements the...
2012-06-16 Chandler CarruthDon't call 'FilesToRemove[0]' when the vector is empty...
2012-06-16 Chandler CarruthHarden the Unix signals code to be more async signal...
2012-06-15 Jakob Stoklund... Remove final verification in RABasic.
2012-06-15 Jakob Stoklund... Print out register number in InlineSpiller.
2012-06-15 Andrew TrickUnit test for LSR kind=Special fix: r158536.
2012-06-15 Jakob Stoklund... Accept null PhysReg arguments to checkRegMaskInterference.
2012-06-15 Michael J.... [docs] Make it pretty.
2012-06-15 Kevin EnderbyFix the encoding of the armv7m (MClass) for MSR registe...
2012-06-15 Manman RenARM: optimization for sub+abs.
2012-06-15 Kay Tiong Khoo*fixed to separate mnemonic from operands with tab
2012-06-15 Andrew TrickLSR: fix expansion of scaled reg in non-address type...
2012-06-15 Andrew TrickLSR fix: "Special" users are just like "Basic" users...
2012-06-15 Bill WendlingRemove assignments which aren't used afterwards.
2012-06-15 Bill WendlingRemove assignments which aren't used afterwards.
2012-06-15 Pete CooperAllow SROA to split up an array of vectors into multipl...
2012-06-15 Rafael EspindolaSome optimizations done by globalopt are safe only...
2012-06-15 Jakob Stoklund... Preserve <undef> flags in ARMExpandPseudo.
2012-06-15 Jakob Stoklund... Use regunit liveness in RegisterCoalescer when it is...
2012-06-15 Rafael EspindolaFactor macro argument parsing into helper methods and...
2012-06-15 Bill WendlingFree the allocated filename. Found by clang static...
2012-06-15 Duncan SandsFix issues (infinite loop and/or crash) with self-refer...
2012-06-15 Craig TopperMove AVX version of convert instructions that write...
2012-06-15 Marshall ClowHad a closing brace inside an #ifdef -- oops!
2012-06-15 Marshall ClowAdding acessors to COFFObjectFile so that clients can...
2012-06-14 Pete CooperRecommit r158407: Allow SROA to look at a vector type...
2012-06-14 Rafael EspindolaImplement the isSafeToDiscardIfUnused predicate and...
2012-06-14 Pete CooperMove X86::VCVTTSD2SIrr from the 2 operand to 1 operand...
2012-06-14 Akira HatanakaFix coding style violations. Remove white spaces and...
2012-06-14 Akira Hatanaka1. introduce MipsPat in place of Pat in order to exclud...
2012-06-14 Akira HatanakaMake machine verifier check the first instruction of...
2012-06-14 Lang HamesMake comment slightly more helpful.
next