oota-llvm.git
2009-10-01 Evan ChengObserve hasExtraSrcRegAllocReq and hasExtraDefRegAllocR...
2009-10-01 Evan ChengAdd hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq...
2009-10-01 Evan ChengAdd instruction flags: hasExtraSrcRegAllocReq and hasEx...
2009-10-01 Douglas GregorRemove GVNPRE.cpp from the CMake makefile
2009-10-01 Chris Lattnerremove the GVNPRE pass. It has been subsumed by the...
2009-10-01 Evan ChengUpdate ARM JIT emitter to account for ld/st multiple...
2009-10-01 Evan ChengChange ld/st multiples to explicitly model the writebac...
2009-10-01 Devang PatelAdd another MDNode into DebugLocTuple. This will be...
2009-10-01 Devang PatelIf location info is attached with an instruction then...
2009-09-30 Devang PatelUse MachineInstr as an processDebugLoc() argument.
2009-09-30 Devang PatelUse MDNode * directly as an RecordSourceLine() argument.
2009-09-30 Devang PatelRemove dead code.
2009-09-30 Devang PatelAdd isFOO() helpers. Fix getDirectory() and getFilename...
2009-09-30 Bob WilsonUse OutStreamer.SwitchSection instead of writing out...
2009-09-30 Bob WilsonAdd a new virtual EmitStartOfAsmFile method to the...
2009-09-30 Bob WilsonFix a comment typo.
2009-09-30 Devang PatelCheck for null MDNode element while printing comment.
2009-09-30 Bob WilsonFix a comment.
2009-09-30 Bob WilsonThe AsmPrinter base class contains a DwarfWriter member...
2009-09-30 Jeffrey YasskinAssert that ConstantArrays are created with correctly...
2009-09-30 Dan GohmanFix this code so that it doesn't try to iterate through...
2009-09-30 Reid KlecknerSilence comparison always false warning in -Asserts...
2009-09-30 Jim GrosbachAdd additional assert() to verify no extraneous use...
2009-09-30 Devang PatelPrint tag name for MDNodes that are used to encode...
2009-09-30 Reid KlecknerFix integer overflow in instruction scheduling. This...
2009-09-30 Devang PatelSilence unused variable warning.
2009-09-30 Jim GrosbachClarify comment phrasing.
2009-09-30 Evan ChengAdd a option which would move ld/st multiple pass befor...
2009-09-30 Evan ChengAdd a target hook to add pre- post-regalloc scheduling...
2009-09-30 Evan ChengForgot this test earlier.
2009-09-30 Chris Lattneradd macruby, fix a validation problem.
2009-09-30 Nick LewyckyFix compile error as debug interface changed.
2009-09-30 Jim Grosbachreplace TRI->isVirtualRegister() with TargetRegisterInf...
2009-09-30 Jim GrosbachWhen checking whether we need to reserve a register...
2009-09-30 Jim GrosbachAdd "isBarrier = 1" to return instructions.
2009-09-30 Jim Grosbachfix compiler warning
2009-09-30 David GoodwinRemove regression that requires post-RA scheduling...
2009-09-30 Bob WilsonFor Darwin, emit all the text section directives togeth...
2009-09-30 Devang PatelSimplify.
2009-09-30 David GoodwinRemove -post-RA-schedule flag and add a TargetSubtarget...
2009-09-30 Douglas GregorForward-declare ValueSymbolTable so that SymbolTableLis...
2009-09-30 Mike StumpAdd a way for a frontend to generate more complex dwarf...
2009-09-29 Jim Grosbachminor cleanup and add clarifying comment
2009-09-29 Devang PatelLookup handler name only when assertions are enabled.
2009-09-29 Devang PatelAdd removeMD().
2009-09-29 Devang PatelOnly one custom meadata of each kind can be attached...
2009-09-29 Jim GrosbachAdditional check for regno==0
2009-09-29 Devang PatelUse assertion instead of early exit to catch malformed...
2009-09-29 Devang PatelRemove unnecessary cast.
2009-09-29 Devang PatelRemove std::string uses from DebugInfo interface.
2009-09-29 Devang PatelCreate empty StringRef is incoming cstring is NULL.
2009-09-29 Jim GrosbachSimplify the tracking of virtual frame index registers...
2009-09-29 Jim GrosbachMoving register scavenging to a post pass results in...
2009-09-29 David GoodwinPost-RA regressions.
2009-09-29 Evan ChengFix PR4687. Pre ARMv5te does not support ldrd / strd...
2009-09-29 Nick LewyckyRegenerate.
2009-09-29 Nick LewyckyFix configure bug that only shows up in a clean build...
2009-09-29 Nick LewyckyRoll back r83048.
2009-09-29 Nick LewyckyRegenerate.
2009-09-29 Nick LewyckyOn Linux, uname -m reports the kernel type. Some Linux...
2009-09-29 Devang PatelParse custom metadata attached with an instruction.
2009-09-28 Stuart HastingsB&I's buildit forces a PATH that omits /Developer....
2009-09-28 Stuart HastingsFor B&I-style builds, tweak build_llvm script to prefer...
2009-09-28 Jim GrosbachAdjust processFunctionBeforeCalleeSavedScan() to correc...
2009-09-28 Dan GohmanAdd C API calls for building FNeg operations. Patch...
2009-09-28 Devang Patels/class Metadata/class MetadataContext/g
2009-09-28 Devang PatelDo not use global typedef for MDKindID.
2009-09-28 Jeffrey YasskinForgot to update the documentation in r82906. s/DEBUG_R...
2009-09-28 Devang PatelRemove unnecessary include.
2009-09-28 Dan GohmanAdd a testcase for r83011.
2009-09-28 Dan GohmanWhen extending the operands of an addrec, iterate throu...
2009-09-28 Devang PatelDo not hardcode metadata names.
2009-09-28 Dan GohmanAdd a CHECK line to check the position of the second...
2009-09-28 Evan ChengFix Thumb2 IT block pass bug. t2MOVi32imm may not be...
2009-09-28 Jakob Stoklund... Use KILL instead of IMPLICIT_DEF in LowerSubregs pass.
2009-09-28 Jakob Stoklund... Introduce the TargetInstrInfo::KILL machine instruction...
2009-09-28 Dan GohmanAdd a testcase to help test analysis preservation.
2009-09-28 Dan GohmanCreate a README.txt for lib/Analysis, and add an entry.
2009-09-28 Devang PatelRemove dead code.
2009-09-28 Dan GohmanUse VerifySchedule instead of doing the work manually.
2009-09-28 Dan GohmanFix this debug output to handle the case where the...
2009-09-28 Dan GohmanInclude the name of the loop header in debug messages.
2009-09-28 Dan GohmanRemove a redundant #ifndef and add an assertion string.
2009-09-28 Dan GohmanConvert LoopSimplify and LoopExtractor from FunctionPas...
2009-09-28 Bob WilsonPass the optimization level when constructing the ARM...
2009-09-28 Evan ChengMake ARM and Thumb2 32-bit immediate materialization...
2009-09-28 Daniel DunbarDon't traverse into .svn directories.
2009-09-28 Anton KorobeynikovFix thinko in my recent movt commit: it's not safe...
2009-09-28 Chris LattnerThe select instruction is not neccesarily in the same...
2009-09-28 Evan ChengCoalescer should not delete extract_subreg, insert_subr...
2009-09-28 Erick TryzelaarDocument a bug in the ocaml bindings has wrong linkage...
2009-09-28 Erick TryzelaarExpose the rest of the attribute settings.
2009-09-28 Erick TryzelaarFix a bug in ocaml bindings that has incorrect linkage...
2009-09-28 Mikhail GlushenkovRegenerate.
2009-09-28 Mikhail GlushenkovAdd a way to query the number of input files.
2009-09-28 Mikhail GlushenkovDocument the 'not' combinator.
2009-09-28 Mikhail GlushenkovA bit prettier formatting.
2009-09-28 Dan GohmanRemove temporary debugging hack.
2009-09-28 Dan GohmanMove the dominator verification code out of special...
2009-09-28 Dan GohmanMove this assert to check the condition as soon as...
next