oota-llvm.git
2010-07-19 Owen AndersonTestcase for r108687.
2010-07-19 Owen AndersonRemove r108639 now that it is handled by InstCombine...
2010-07-19 Owen AndersonReimplement r108639 in InstCombine rather than DAGCombine.
2010-07-19 Daniel DunbarX86-64: Mark WINCALL and more tail call instructions...
2010-07-19 Daniel DunbarX86: Mark some tail call pseduo instruction as code...
2010-07-19 Daniel DunbarX86: Mark In32/64BitMode on LEAVE[64] and SYSEXIT[64].
2010-07-19 Michael J.... _[A-Z] identifiers are reserved for the implementation.
2010-07-19 Daniel DunbarMC/X86: We now match instructions like "incl %eax"...
2010-07-19 Daniel DunbarX86: Mark MOV.*_{TC,NOREX} instruction as code gen...
2010-07-19 Daniel DunbarX86: MOV8o8a, MOV8ao8, etc. are only valid in 32-bit...
2010-07-19 Michael J.... MC: Add WinCOFFStreamer implementation and merge common...
2010-07-19 Daniel DunbarTblGen/AsmMatcher: Add support for honoring instruction...
2010-07-19 Bill WendlingAlphabetize.
2010-07-19 Eli FriedmanMake .align parse correctly on platforms where .align...
2010-07-19 Mikhail Glushenkovllvmc: Add a new option type (switch_list).
2010-07-19 Daniel Dunbartests: Force another triple.
2010-07-19 Daniel DunbarTarget: Give the TargetAsmParser access to the TargetMa...
2010-07-19 Daniel Dunbaredis: Save the TargetMachine in the EDDisassembler...
2010-07-18 Michael J.... Test commit
2010-07-18 Daniel DunbarMC/AsmParser: Stop playing unsafe member function point...
2010-07-18 Daniel Dunbartests: Force triples.
2010-07-18 Daniel DunbarMC/AsmParser: Fix .abort and .secure_log_unique to...
2010-07-18 Daniel DunbarMC/AsmParser: Add macro argument substitution support.
2010-07-18 Daniel DunbarMC/AsmParser: Add basic support for macro instantiation.
2010-07-18 Daniel DunbarMC/AsmParser: Add basic parsing support for .macro...
2010-07-18 Chris Lattnerdaniel doesn't hate me, he hates macpython 2.5, which
2010-07-18 Daniel DunbarMC/AsmParser: Add .macros_{off,on} support, not that...
2010-07-18 Daniel DunbarMC/AsmParser: Use Error() instead of calling PrintMessa...
2010-07-18 Daniel DunbarMC/AsmParser: Fix TokError() to accept a Twine.
2010-07-18 Daniel DunbarMC/AsmParser: Hide the AsmParser implementation.
2010-07-18 Daniel DunbarMC: Move several clients to using AsmParser constructor...
2010-07-18 Daniel Dunbarllvm-mc: Fix llvm-mc -as-lex.
2010-07-18 Douglas GregorFix struct/class mismatch
2010-07-18 Owen AndersonAdd a testcase for r108639.
2010-07-18 Owen AndersonAdd a DAGCombine xform to fold away redundant float...
2010-07-18 Lang HamesAdded -pbqp-pre-coalescing flag to PBQP. If enabled...
2010-07-17 Gabor GreiffullStopTag cannot happen here, it is handled above
2010-07-17 Duncan SandsFix what seems like a clear buffer overflow, noticed...
2010-07-17 Bill WendlingUse isPrologLabel() instead of checking the opcode...
2010-07-17 Chris Lattnerthe stackifier is global!
2010-07-17 Chris Lattnerdoxygenify some comments.
2010-07-17 Zhongxing Xuupdate CMakeLists.txt
2010-07-17 Lang HamesRemoved unused inRange variable.
2010-07-17 Lang HamesSwitched to array_pod_sort as per Chris's suggestion.
2010-07-17 Lang HamesLoopSplitter - intended to split live intervals over...
2010-07-17 Owen AndersonAnother attempt at getting the clang self-host to like...
2010-07-17 Lang HamesIterating over sets of pointers in a heuristic was...
2010-07-17 Eli FriedmanStart of .sleb128/.uleb128 parsing support.
2010-07-17 Chris Lattnerunit test to go along with r108610
2010-07-17 Chris LattnerFix PR7658, a problem where type refinement can trigger
2010-07-17 Eli FriedmanWork-in-progress parsing for ELF .section directive.
2010-07-17 Jim GrosbachAdd combiner patterns to more effectively utilize the...
2010-07-17 Eli FriedmanTest for ELF .size directive.
2010-07-17 Eli FriedmanAdd support for parsing .size directives for ELF.
2010-07-17 Daniel DunbarMC/AsmParser: Lift Run() and TargetParser to base class.
2010-07-17 Jim Grosbachadd BFI to getTargetNodeName()
2010-07-17 Jim GrosbachFix logic think-o
2010-07-17 Eric ChristopherRemove unnecessary check that was subsumed into canReal...
2010-07-17 Eric ChristopherPropagate alloca alignment information via variable...
2010-07-17 Eric ChristopherMake more explicit and add some currently disabled...
2010-07-17 Eric ChristopherMake comment a bit more clear as well as return stateme...
2010-07-16 Bill WendlingUpdate comment.
2010-07-16 Jim GrosbachAdd basic support to code-gen the ARM/Thumb2 bit-field...
2010-07-16 Dan GohmanFix whitespace.
2010-07-16 Bill WendlingConsider this function:
2010-07-16 Jakob Stoklund... Remove the isMoveInstr() hook.
2010-07-16 Jakob Stoklund... Avoid isMoveInstr when printing XCore pseudo-moves.
2010-07-16 Jakob Stoklund... Use MI.isCopy.
2010-07-16 Jakob Stoklund... Use a small local function for a single remaining late...
2010-07-16 Bill WendlingRename DBG_LABEL PROLOG_LABEL, because it's only used...
2010-07-16 Jakob Stoklund... Keep valgrind quiet.
2010-07-16 Chris Lattnertidy up
2010-07-16 Jakob Stoklund... Remove remaining calls to TII::isMoveInstr.
2010-07-16 Jakob Stoklund... Emit COPY instead of FMR/FMSD instructions for floating...
2010-07-16 Chris Lattnereliminate unlockedRefineAbstractTypeTo, types are all...
2010-07-16 Gabor Greifget the first few tags from a precomputed table (count...
2010-07-16 Eli FriedmanAdd missing attributes to cpp backend.
2010-07-16 Dale JohannesenAccept registers with P modifier. PR 5314.
2010-07-16 Dan GohmanMake llvm-bcanalyzer print out the full enum name for...
2010-07-16 Jakob Stoklund... Teach PPCInstrInfo::storeRegToStackSlot and loadRegFrom...
2010-07-16 Dan GohmanReorder the contents of various getAnalysisUsage functi...
2010-07-16 Dan GohmanRevert r108369, sorting llvm.dbg.declare information...
2010-07-16 Jakob Stoklund... Remove the X86::FP_REG_KILL pseudo-instruction and...
2010-07-16 Jakob Stoklund... Search for a free FP register instead of just assuming...
2010-07-16 Owen AndersonRemove the rest of my instcombine changes. Back to...
2010-07-16 Jakob Stoklund... Allow x87 FP registers to be alive globally in a function.
2010-07-16 Douglas GregorRemove extraneous semicolons after member functions
2010-07-16 Benjamin KramerFeed the right output into FileCheck.
2010-07-16 Gabor Greifeliminate CallInst::ArgOffset
2010-07-16 Eli FriedmanGet rid of a bunch of duplicated ELF enum values.
2010-07-16 Eli FriedmanA few more minor additions to ELF.h.
2010-07-16 Eric ChristopherRemove bogus link.
2010-07-16 Nick LewyckyArrays and vectors with different numbers of elements...
2010-07-16 Eric ChristopherRemove unnecessary conditional.
2010-07-16 Tobias GrosserLoopSimplify does not update domfrontier correctly.
2010-07-16 Tobias GrosserAdd dump() to DominanceFrontier
2010-07-16 Jakob Stoklund... Remove many calls to TII::isMoveInstr. Targets should...
2010-07-16 Jakob Stoklund... Add forgotten test case.
2010-07-16 Dan GohmanUse the source-order scheduler instead of the "fast...
2010-07-16 Daniel Dunbarbuild/Darwin: Add an LLVM_LTO_VERSION_OFFSET make varia...
next