oota-llvm.git
2009-08-05 David GreeneFix some column padding bugs, reorganize things as...
2009-08-05 Chris Lattnerremove the 'DataSectionStartSuffix' and 'TextSectionSta...
2009-08-05 Dan GohmanAdd an svn:ignore property.
2009-08-05 Dan GohmanFix FindExecutable to use sys::Path::GetMainExecutable...
2009-08-05 Dan GohmanMinor code simplification.
2009-08-05 Anton KorobeynikovRemove redundand checks: the only way to have, e.g...
2009-08-05 Dan GohmanhasSuperClass tests for a strict superset relation...
2009-08-05 Anton KorobeynikovUnbreak the stuff, this is ugly, but we cannot do bette...
2009-08-05 Dale JohannesenTest for llvm-gcc checkin 78223.
2009-08-05 Anton KorobeynikovMissed pieces for ARM HardFP ABI.
2009-08-05 Owen AndersonPrivatize the FunctionType table.
2009-08-05 Andrew LenharthUse elf Object File directly
2009-08-05 Daniel DunbarRemove some dead code.
2009-08-05 Dan GohmanEnable the new no-SP register classes by default. This...
2009-08-05 Bob WilsonRemove a redundant declaration.
2009-08-05 Dan GohmanUpdate a comment to reflect the current code.
2009-08-05 Anton KorobeynikovAdd testcases for reg-mem arithemtics added recently
2009-08-05 Anton KorobeynikovConvert bswap test to filecheck, add more test entries...
2009-08-05 Dan GohmanFix a bug in the PIC16 backend.
2009-08-05 David GoodwinDisable NEON single-precision FP support for Cortex...
2009-08-05 Dan GohmanAdd an explicit keyword.
2009-08-05 Devang PatelRemove dead code. MDNode and MDString are not Constant...
2009-08-05 Dan GohmanDelete an obsolete sentance from a comment.
2009-08-05 Dan GohmanAdd new function attribute keywords to the vim syntax.
2009-08-05 Dan GohmanChange these tests to use function attributes rather...
2009-08-05 Anton KorobeynikovAdd memory versions of some instructions.
2009-08-05 Benjamin KramerRename a variable to make MSVC happy.
2009-08-05 Chris Lattnerchecking in broken testcases is not such a good idea.
2009-08-05 David GoodwinBy default, for cortex-a8 use NEON for single-precision FP.
2009-08-05 Daniel DunbarRemove unnecessary ProfileInfoLoader methods.
2009-08-05 Sanjiv GuptaQuite a few tests crashed in llc after 78142. This...
2009-08-05 Daniel DunbarAdd StringRef::endswith
2009-08-05 Benjamin KramerDocumentation: fix HTML validation errors.
2009-08-05 Andrew Lenharthonly point to dest labels if the graph has them
2009-08-05 Anton KorobeynikovSpecial constants as destinations does not work as...
2009-08-05 Andrew LenharthAlpha: Get section directives right
2009-08-05 Benjamin KramerRemove unused forward decls.
2009-08-05 Anton KorobeynikovAdd executable suffix for the tool. This is needed...
2009-08-05 Anton KorobeynikovPass user only if it's non-empty. Patch by Sandeep.
2009-08-05 Anton KorobeynikovAdd save-temps option to bugpoint to keep temporary...
2009-08-05 Anton KorobeynikovCleanup in dbg_stoppoint handling in CBE. Patch by...
2009-08-05 Anton KorobeynikovMinor arm CBE fixes. Patch by Sandeep.
2009-08-05 Anton KorobeynikovEmit module-level inline asm for CBE.
2009-08-05 Evan ChengDisable stack coloring with register for now. It's...
2009-08-05 Evan ChengAnother nasty coalescer bug (is there another kind):
2009-08-05 Bruno Cardoso... Remove accidental commited comment
2009-08-05 Bruno Cardoso... - Remove custom handling of jumptables by the elf writt...
2009-08-05 Evan Cheng80 col violations.
2009-08-05 Chris Lattnercommon globals may also not be marked constant.
2009-08-05 Dan GohmanRevert changes accidentally committed along with r78163.
2009-08-05 Dan GohmanTeach X86FastISel how to handle CCValAssign::BCvt,...
2009-08-05 Chris LattnerClarify common linkage and the requirements on it....
2009-08-05 Andreas BolkaZIV tester for LDA.
2009-08-05 Chris Lattnerexpose SectionKindForGlobal to curious clients, named as
2009-08-05 Andreas BolkaRestrict LDA to GEPs with the same pointer offset.
2009-08-05 Chris Lattneradd a temporary hook to allow reuse of the asmprinter...
2009-08-05 Andreas BolkaFix LDA testcases.
2009-08-05 Evan ChengTurn some insert_subreg, extract_subreg, subreg_to_reg...
2009-08-05 Bob WilsonOops. I didn't mean to commit this piece yet.
2009-08-05 Evan ChengOne more. Transfer kill of the larger register when...
2009-08-05 Evan ChengOne more place where subreg lowering forgot to transfer...
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-08-05 Evan ChengIf the insert_subreg source is <undef>, insert an impli...
2009-08-05 Dan GohmanVarious comment fixes.
2009-08-05 Dan GohmanRemove an unnecessary flush in the CppBackend's output.
2009-08-05 Dan GohmanDon't flush the raw_ostream between each MachineFunctio...
2009-08-05 Bob WilsonChange DAG nodes for Neon VLD2/3/4 operations to return...
2009-08-05 Dan Gohmancerr isn't buffered so it doesn't need to be flushed.
2009-08-05 Dan Gohmanlli doesn't need <iostream> anymore.
2009-08-05 Dan GohmanRemove needless uses of std::flush in the parent proces...
2009-08-05 Owen AndersonPrivatize the PointerType factory.
2009-08-05 Bruno Cardoso... 1) Proper emit displacements for x86, using absolute...
2009-08-05 Dan GohmanUse _exit rather than exit in the child process after...
2009-08-04 Jeffrey YasskinMake ExecutionEngine::updateGlobalMapping(GV, NULL...
2009-08-04 Evan ChengFix part 1 of pr4682. PICADD is a 16-bit instruction...
2009-08-04 Owen AndersonPrivatize the VectorType uniquing.
2009-08-04 Owen AndersonBegin the process of privatizing the type uniquing...
2009-08-04 Dan GohmanCheck for !isa<Constant> instead of isa<Instruction...
2009-08-04 Dan GohmanFollow Unix behavior and return 127 if the command...
2009-08-04 Chris Lattnerrevert r78048, it isn't worth using assertingvh here.
2009-08-04 Benjamin KramerUpdate CMakeLists.
2009-08-04 Owen AndersonIt helps if I remember to actually add the file...
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-08-04 Evan ChengFix test.
2009-08-04 Bob WilsonConvert more Neon tests to use FileCheck.
2009-08-04 Bob WilsonReplace dregsingle operand modifier with explicit escap...
2009-08-04 Bob WilsonConvert a few Neon tests to use FileCheck.
2009-08-04 Jakob Stoklund... Clean up the handling of two-address operands in RegSca...
2009-08-04 Jakob Stoklund... Don't give implicit machine operands special treatment...
2009-08-04 Mike StumpRestlyize to match other targets, fixes cmake build...
2009-08-04 Evan ChengEnable load / store multiple pass for Thumb2. It's...
2009-08-04 Chris Lattnerremove a random reference to subtarget. Even without...
2009-08-04 David GoodwinAdd NEON single-precision FP support for fabs and fneg.
2009-08-04 Daniel DunbarTableGen / AsmMatcher: Tweaks to avoid generating compl...
2009-08-04 Daniel DunbarWhen exec() fails, return 127 instead of errno; the...
2009-08-04 Owen AndersonPrivatize the last bit of Constant-creation state.
2009-08-04 Chris Lattnerrip out SectionEndDirectiveSuffix support, only uses by
2009-08-04 Jakob Stoklund... Don't tamper with <undef> operands in MachineInstr...
2009-08-04 Jakob Stoklund... LowerSubregsInstructionPass::LowerExtract should not...
2009-08-04 Jakob Stoklund... Enforce stricter rules in machine code verifier.
next