oota-llvm.git
2011-08-03 Andrew TrickSCEV: Use AssertingVH to catch dangling BasicBlock...
2011-08-03 Andrew Trickwhitespace
2011-08-03 Bill WendlingExplain how clauses are applied.
2011-08-03 Jakob Stoklund... Handle IMPLICIT_DEF instructions in X86FloatingPoint.
2011-08-03 Jay FoadUse cast<> instead of a C-style cast to get some free...
2011-08-03 Chris Lattnerfix PR10286, a problem with the .ll printer handling...
2011-08-03 Devang PatelUse byte offset, instead of element number, to access...
2011-08-03 Nick LewyckySmall cleanups:
2011-08-03 Bill WendlingAdd this back in for now. There are still a few passes...
2011-08-03 Nick LewyckyFix logical error when detecting lifetime intrinsics.
2011-08-03 Bill WendlingReplace the 'UnwindInst' check with a check for 'Resume...
2011-08-02 Jakob Stoklund... Use the precomputed def presence in RAGreedy::calcSpill...
2011-08-02 Jakob Stoklund... Inform SpillPlacement about blocks with defs.
2011-08-02 Jakob Stoklund... Rename {First,Last}Use to {First,Last}Instr.
2011-08-02 Evan Chenglldb doesn't need the edis dylib any more.
2011-08-02 Eli FriedmanARM backend support for atomicrmw and cmpxchg with...
2011-08-02 Jakob Stoklund... Add a BlockInfo::FirstDef field.
2011-08-02 Jakob Stoklund... Delete BlockInfo::LiveThrough. It wasn't used any more.
2011-08-02 Nick LewyckyTeach InstCombine that lifetime intrincs aren't a real...
2011-08-02 Jakob Stoklund... Extend the SpillPlacement interface with two new features.
2011-08-02 Bill WendlingAdd the documentation for the 'landingpad' instruction...
2011-08-02 Rafael EspindolaMove methods in PassManagerBuilder offline.
2011-08-02 Rafael Espindolamove PassManagerBuilder.h to IPO. This is a non intuiti...
2011-08-02 Eli FriedmanAdd new atomic instructions to SCCP. No functional...
2011-08-02 Nick LewyckyLifetime intrinsics on undef are dead.
2011-08-02 Chad RosierUpdate the default bug report url in autoconf.
2011-08-02 Chris Lattnerno need to count the terminators.
2011-08-02 Rafael EspindolaAssume .cfi_startproc is the first thing in a function...
2011-08-02 Eli FriedmanDon't create a ridiculous EXTRACT_ELEMENT. PR10563.
2011-08-02 Owen AndersonFix the broken encodings for the VFP vmov.f32 and vmov...
2011-08-02 Jim GrosbachTidy up. 80 columns.
2011-08-02 Jim GrosbachARM: rename addrmode7 to addr_offset_none.
2011-08-02 Roman DivackyComment out the PPC relocation offset adjustment. It...
2011-08-02 Bruno Cardoso... Make this kind of lowering to be supported by 256-bit...
2011-08-02 Roman DivackyRemove trailing semicolon.
2011-08-02 Roman DivackySketch out PowerPC ELF writer. This is enough to get...
2011-08-02 Bill WendlingDuncan's english is better than mine. :-)
2011-08-02 Bill WendlingRemove the LLVMBuildUnwind C API function.
2011-08-02 Andrew TrickUse consistent terminology for loop exit/exiting blocks...
2011-08-02 Benjamin KramerRemove empty test.
2011-08-02 Owen AndersonRevert r136503 and r136480 in an effort to fix non...
2011-08-02 John McCallI am the code owner for Clang's IR generation; this...
2011-08-02 Eli FriedmanMinor wording tweak for memory model.
2011-08-02 Eli FriedmanFix a couple silly typos in IRBuilder in the new atomic...
2011-08-02 Nick LewyckyBail from FastISel when we encounter a volatile memset...
2011-08-01 Owen AndersonMake the FixedLengthDecoderEmitter smart enough to...
2011-08-01 Jim GrosbachMove imm0_255 to ARMInstrInfo.td with the other immedia...
2011-08-01 Jim GrosbachFix comments.
2011-08-01 Bruno Cardoso... Add v4f64 -> v2f32 fp_round support. Also add a testcas...
2011-08-01 Bruno Cardoso... Teach PreprocessISelDAG to be aware of vector types...
2011-08-01 Bruno Cardoso... Lower CONCAT_VECTORS to use two VINSERTF128 instruction...
2011-08-01 Roman DivackyFix a typo.
2011-08-01 Owen AndersonThe FixedLenDecoder needs to gracefully handle failing...
2011-08-01 Chandler CarruthActually finish switching to the new system for Target...
2011-08-01 Bruno Cardoso... Since vectors with all ones can't be created with a...
2011-08-01 Evan ChengSet endianess and pointer size for PPC Linux. Bug notic...
2011-08-01 Jakub StaszakChange SmallVector to SmallPtrSet in BranchProbabilityI...
2011-08-01 Owen AndersonEnhance the fixed length disassembler to better handle...
2011-08-01 Owen AndersonAdd a clear() operation to MCInst, to drop all of its...
2011-08-01 Richard OsborneFix crash with varargs function with no named parameters.
2011-08-01 Douglas GregorUpdate CMake target names for tablegen-generated data...
2011-08-01 Jakub StaszakAdd BlockFrequency::getEntryFrequency()
2011-08-01 Jay FoadAdd braces.
2011-08-01 Jay FoadSimplify printAlias.
2011-08-01 Jay FoadMicro-optimisation in getAliasedGlobal.
2011-08-01 Jay FoadRemove an unnecessary cast.
2011-08-01 Jay FoadThe operands of a GlobalAlias are always Constants...
2011-07-31 Chandler CarruthI mis-interpreted the MCDisassembler's intended depende...
2011-07-31 Bill WendlingFix some validation errors.
2011-07-31 Bill WendlingFix some validation errors.
2011-07-31 Bill WendlingAdd the 'resume' instruction for the new EH rewrite.
2011-07-31 Jakub StaszakDo not handle cases with >= and <= predicates.
2011-07-31 Jakub StaszakRemove untrue comment.
2011-07-31 Jakub StaszakDo not handle case where LHS is equal to zero, because...
2011-07-31 Rafael EspindolaAdd a small gep optimization I noticed was missing...
2011-07-31 Jakob Stoklund... Time the emission of debug values.
2011-07-31 Jakub StaszakAdd Zero Heurestics to BranchProbabilityInfo. If we...
2011-07-31 Benjamin KramerRemove InvalidateStructLayoutInfo from the ocaml bindings.
2011-07-30 Jakob Stoklund... Revert r136528 "Enable compact region splitting by...
2011-07-30 Chandler CarruthSwitch another of the old dependencies on implicitly...
2011-07-30 Chandler CarruthRemove yet another buried and hidden implicit dependenc...
2011-07-30 Bill WendlingRevert r136253, r136263, r136269, r136313, r136325...
2011-07-30 Sean CallananAdded several architecture names.
2011-07-30 Jakob Stoklund... Revert "Don't check liveness of unallocatable registers."
2011-07-29 Chandler CarruthMake my attempt to build up global deps variables actua...
2011-07-29 Jakob Stoklund... Don't check liveness of unallocatable registers.
2011-07-29 Jakob Stoklund... Check for multiple defs in the machine code verifier.
2011-07-29 Owen AndersonCorrectly handle scattered operands where the bits...
2011-07-29 Jakob Stoklund... Add an isSSA() flag to MachineRegisterInfo.
2011-07-29 David GreeneUnconstify Inits
2011-07-29 Jakub StaszakDo not lose branch weights when lowering SwitchInst.
2011-07-29 Jakob Stoklund... Enable compact region splitting by default.
2011-07-29 Eric ChristopherAdd support for the 'Q' constraint.
2011-07-29 David GreeneRemove a blank line from the top.
2011-07-29 Chris Lattnerhave the verifier catch gep's into opaque struct types...
2011-07-29 Jim GrosbachARM SRS instruction parsing, diassembly and encoding...
2011-07-29 Chandler CarruthOn mac, it seems the MC disassembler is actually using...
2011-07-29 Jakub StaszakRemove unneeded const_cast.
2011-07-29 Jim GrosbachARM CPS mode immediate is 5 bits, not 4.
2011-07-29 Devang PatelClear DbgValues in the end.
next