oota-llvm.git
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.
2011-05-06 Jakob Stoklund... Iterate backwards over debug locations when splitting...
2011-05-06 Jim GrosbachImprove diagnostics for some parse errors. Not assertin...
2011-05-06 Jim GrosbachParseFile() may throw, so extend the try/catch to handl...
2011-05-06 Galina KistanovaMove few target-dependant tests to appropriate directories.
2011-05-06 Andrew TrickTypo: Reviewed by Alistair.
2011-05-06 Rafael EspindolaPass -disable-cfi to llc.
2011-05-06 Jakob Stoklund... Update LiveDebugVariables after live range splitting.
2011-05-06 Jakob Stoklund... Use TargetMachine hooks to properly print debug variabl...
2011-05-06 Jakob Stoklund... Also count identity copies.
2011-05-06 Rafael EspindolaPass -disable-cfi.
2011-05-06 Andrew TrickPost-RA scheduler compile time fix. Quadratic computati...
2011-05-06 Devang PatelMove CompileUnit::getOrCreateNameSpace() and CompileUni...
2011-05-06 Rafael EspindolaNothing else uses this label.
2011-05-06 Rafael EspindolaYet more dead code.
2011-05-06 Rafael EspindolaUpdate comments.
2011-05-06 Rafael EspindolaMore dead code elimination.
2011-05-06 Rafael EspindolaDead code elimination.
2011-05-06 Justin HolewinskiPTX: add PTX 2.3 language target
2011-05-06 Duncan SandsFix PR9820: a read-only call differs from a load in...
2011-05-06 Eli FriedmanRe-revert r130877; it's apparently causing a regression...
2011-05-05 Nick LewyckyThe computation of string length is not that complicate...
2011-05-05 Rafael EspindolaRemove DwarfTableException.
2011-05-05 Rafael EspindolaRemove the DwarfTable enum.
2011-05-05 Devang PatelIn debug output, clearly list new instructions without...
2011-05-05 Devang PatelRemove little used statistical counter.
2011-05-05 Eli FriedmanPR9838: Fix transform introduced in r127064 to not...
2011-05-05 Rafael EspindolaMove PPC Linux to CFI.
2011-05-05 Nick LewyckyFix typo. No functional change.
2011-05-05 Rafael EspindolaImplement a really simple DwarfSjLjException.
2011-05-05 Rafael EspindolaList all exception types in a switch.
2011-05-05 Andrew TrickARM post RA scheduler compile time fix.
2011-05-05 Andrew Trickwhitespace
next