oota-llvm.git
2011-05-13 Peter CollingbourneRe-add the autoconf rule for the docs/doxygen.cfg file.
2011-05-13 Andrew TrickConvert SimplifyIVUsers into a worklist instead of...
2011-05-13 Stuart HastingsSince I can't reproduce the failures from 131261, re...
2011-05-13 Stuart HastingsRevert 131266 and 131261 due to buildbot complaints.
2011-05-13 Stuart HastingsTweak 131261 (thumb2-cbnz.ll) to generate the intended...
2011-05-12 Stuart HastingsNon-fast-isel followup to 129634; correctly handle...
2011-05-12 Evan ChengUpdate comment.
2011-05-12 Galina KistanovaCorrection. Use explicit target triple in the test.
2011-05-12 Devang PatelDoug convinced me that DW_AT_APPLE_objc_complete_type...
2011-05-12 Jim GrosbachMCJIT section loading should just skip non-text section...
2011-05-12 Evan ChengRe-enable branchfolding common code hoisting optimizati...
2011-05-12 Devang PatelLet Objective-C front-end identify class extension...
2011-05-12 Evan ChengTemporarily disable the transformation. It's breaking...
2011-05-12 Jim GrosbachThe MCJIT memory manager needs to initialize its Module...
2011-05-12 Akira HatanakaFix setting of isCommutable flag.
2011-05-12 Jason W Kimreverting test commit
2011-05-12 Jason W KimTest commit from Mercurial
2011-05-12 Oscar FuentesCMake builds gold by default since revision 127466...
2011-05-12 Evan ChengRe-commit 131172 with fix. MachineInstr identity checks...
2011-05-12 Andrew Trickindvars: Added SimplifyIVUsers.
2011-05-11 Matt Beaumont-GayRemove an unused variable and move a couple others...
2011-05-11 Jason W KimAddress the last bit of relocation flag related diverge...
2011-05-11 Eric ChristopherTurn this into a table, this will make more sense shortly.
2011-05-11 Stuart HastingsMove this test to CodeGen/Thumb. rdar://problem/9416774
2011-05-11 Devang PatelIdentify end of prologue (and beginning of function...
2011-05-11 Jakob Stoklund... Avoid hoisting spills when looking at a copy from anoth...
2011-05-11 Stuart HastingsReduced test case. rdar://problem/9416774
2011-05-11 Owen AndersonFix encoding of Thumb BLX register instructions. Patch...
2011-05-11 Andrew TrickTypo and missing checkin from r131186.
2011-05-11 Andrew TrickBugpoint support for miscompilations that result in...
2011-05-11 Stuart HastingsAnd lo, I was given a testcase for 131152. rdar:/...
2011-05-11 Nadav RotemFixes a bug in the DAGCombiner. LoadSDNodes have two...
2011-05-11 Oscar FuentesHandle gcc-compatible compilers (such as clang) the...
2011-05-11 Nadav RotemAdd custom lowering of X86 vector SRA/SRL/SHL when...
2011-05-11 Rafael EspindolaRevert 131172 as it is causing clang to miscompile...
2011-05-11 Bill WendlingGive the 'eh.sjlj.dispatchsetup' intrinsic call the...
2011-05-11 Bill WendlingFix comment.
2011-05-11 Evan ChengAdd a late optimization to BranchFolding that hoist...
2011-05-10 Eric ChristopherOptimize atomic lock or that doesn't use the result...
2011-05-10 Rafael EspindolaAdd triple.
2011-05-10 Rafael EspindolaFix cmake again.
2011-05-10 Nick LewyckyRemove empty file.
2011-05-10 Rafael EspindolaAvoid a gcc warning.
2011-05-10 Rafael EspindolaFix cmake build.
2011-05-10 Nick LewyckyRevert r131155 for now. It makes VMCore depend on Analy...
2011-05-10 Rafael EspindolaInitialize moveTypeModule.
2011-05-10 Eli FriedmanDisable my little CopyToReg argument hack with fast...
2011-05-10 David ChisnallAdd support for plugins add passes to the default set...
2011-05-10 Stuart HastingsCorrectly walk through nested and adjacent CALLSEQ_STAR...
2011-05-10 Rafael EspindolaProduce a __debug_frame section on darwin ARM when...
2011-05-10 Rafael EspindolaOn MachO, unlike ELF, there should be no relocation...
2011-05-10 Rafael EspindolaRename DwarfRequiresRelocationForStmtList to
2011-05-10 Rafael EspindolaThe EH symbols are only needed in eh_frame, not debug_f...
2011-05-10 Rafael EspindolaUse .cfi_sections to put the unwind info in .debug_fram...
2011-05-10 Eric ChristopherRefactor lock versions of binary operators to be a...
2011-05-10 Jason W KimFirst cut at getting debugging support for ARM/MC/ELF/.o
2011-05-10 Jakob Stoklund... Downgrade a tablegen warning to an error.
2011-05-10 Jakob Stoklund... Fix PR9883. Make sure all caches are invalidated when...
2011-05-10 Rafael EspindolaIn a debug_frame the cfi offset is to the start of...
2011-05-10 Justin HolewinskiPTX: add test cases for cvt, fneg, and selp
2011-05-10 Rafael EspindolaAdd CFIStartSections to the asm printer. Add an assert...
2011-05-10 Justin HolewinskiPTX: add PTX 2.3 setting in PTX sub-target.
2011-05-10 Rafael EspindolaAdd support for producing .deubg_frame sections.
2011-05-10 Rafael EspindolaSmall cleanups.
2011-05-10 Rafael EspindolaFactor some code into a new EmitFrames method.
2011-05-10 Rafael EspindolaRemove unused argument.
2011-05-10 Rafael EspindolaParsing and plumbing for .cfi_sections.
2011-05-10 Devang PatelPreserve line number information.
2011-05-09 Devang PatelDo not ignore InlinedAt while walking up scope chain...
2011-05-09 Jim GrosbachTidy up. 80-column and whitespace.
2011-05-09 Eric ChristopherLook through struct wrapped types for inline asm statments.
2011-05-09 Dan GohmanChange a few std::maps to DenseMaps.
2011-05-09 Eric ChristopherFix td file comments for Mips.
2011-05-09 Mon P WangFixed MC encoding for index_align for VLD1/VST1 (single...
2011-05-09 Duncan SandsIndent properly, no functionality change.
2011-05-08 NAKAMURA TakumiEliminate an unused line to fix a warning.
2011-05-08 Jakob Stoklund... Remove an assertion to fix PR9872.
2011-05-08 Benjamin KramerX86: Add a bunch of peeps for add and sub of SETB.
2011-05-08 Rafael EspindolaDon't force relaxation of AdvanceLoc instructions on...
2011-05-08 Eli FriedmanPR9869: Add explicit destructor declarations to Operato...
2011-05-07 Jakob Stoklund... Eliminate the ARM sub-register indexes that are not...
2011-05-07 Jakob Stoklund... Teach TableGen to automatically generate missing SubReg...
2011-05-07 Eli FriedmanFix comments per Duncan's review.
2011-05-07 Eli FriedmanZap unnecessary svn:ignore.
2011-05-07 Duncan SandsThe comparision "max(x,y)==x" is equivalent to "x>...
2011-05-07 Eric ChristopherFix the non-MC encoding of pkhbt and pkhtb.
2011-05-07 Jakob Stoklund... Revert ExecutionEngine patches, they either failed...
2011-05-06 Rafael EspindolaSwitch Darwin to the generic CIE/FDE printer.
2011-05-06 Dylan NoblesmithExecutionEngine: delete duplicated files
2011-05-06 Dylan NoblesmithExecutionEngine: add missing file
2011-05-06 Akira Hatanaka1. Keep lines in 80 columns.
2011-05-06 Dylan NoblesmithExecutionEngine: move createJIT() definition
2011-05-06 Dylan NoblesmithExecutionEngine: push TargetMachine creation into clients
2011-05-06 Dylan NoblesmithExecutionEngine: fix JIT/MCJIT selectTarget() duplication
2011-05-06 Jakob Stoklund... Emit a proper error message when register allocators...
2011-05-06 Andrew TrickAdded an assertion, and updated a comment.
2011-05-06 Nick LewyckyIt's valid to take the blockaddress of a different...
2011-05-06 Evan Cheng80 col violations.
2011-05-06 Eli FriedmanMake the logic for determining function alignment more...
2011-05-06 Eli FriedmanUse array_lengthof. No functional change.
next