oota-llvm.git
2011-04-12 Oscar FuentesDocument how to build a LLVM pass with CMake out of...
2011-04-12 Nick LewyckyThe counters are unsigned.
2011-04-12 Jakob Stoklund... Create new intervals for isolated blocks during region...
2011-04-12 Rafael EspindolaRemove LastOffset from the asm parser.
2011-04-12 Johnny ChenThe Thumb2 Ld, St, and Preload instructions with the...
2011-04-12 Jakob Stoklund... Add SplitKit API to query and select the current interv...
2011-04-12 Jakob Stoklund... Fix a bug in RegAllocBase::addMBBLiveIns() where a...
2011-04-12 Devang PatelRemove dead typedef.
2011-04-12 Devang PatelRefactor CompileUnit into a separate header.
2011-04-12 Johnny ChenPrint out a debug message when the reglist fails the...
2011-04-12 Rafael EspindolaFix the case of a .cfi_rel_offset before any .cfi_def_c...
2011-04-12 Rafael EspindolaImplement .cfi_same_value.
2011-04-12 Garrison VennAdded new FIXME note
2011-04-12 Cameron ZwarichSplit a store of a VMOVDRR into two integer stores...
2011-04-12 NAKAMURA Takumilib/Transforms/Instrumentation/CMakeLists.txt: Add...
2011-04-12 Nick LewyckyAdd support for line profiling. Very work-in-progress.
2011-04-12 Nick LewyckyConsider ConstantAggregateZero as well as ConstantArray...
2011-04-12 Eric ChristopherFix typo.
2011-04-12 Nick LewyckyMake IRBuilder support StringRef for building strings.
2011-04-12 Jim GrosbachTidy up a bit now that we're using the MemoryManager...
2011-04-12 Johnny ChenAdd one test case (svc).
2011-04-12 Eric ChristopherMatch case for invalid constant error messages and...
2011-04-12 Johnny ChenA8.6.16 B
2011-04-12 Dan GohmanFix reassociate to use a worklist instead of recursing...
2011-04-12 Eric ChristopherTest for invalid constant expr addition - bad octal...
2011-04-12 Eric ChristopherTo avoid printing out multiple error messages for cases...
2011-04-11 Jakob Stoklund... Reuse live interval union between functions. This saves...
2011-04-11 Johnny ChenThumb disassembler was erroneously rejecting "blx sp...
2011-04-11 Chris Lattnercomment cleanup, use moveBefore instead of removeFromPa...
2011-04-11 NAKAMURA TakumiTableGen: Keep the order of DECL_CONTEXT() for DeclNode...
2011-04-11 Chris Lattnerremove the StructRetPromotion pass. It is unused,...
2011-04-11 Wesley PeckFix an error in the MBlaze delay slot filler.
2011-04-11 Daniel Dunbarbuild: Add support for a SHOW_DIAGNOSTICS build variable.
2011-04-11 Wesley PeckAdd scheduling information for the MBlaze backend.
2011-04-11 Eric ChristopherLex, and then fail on invalid constants.
2011-04-11 Nick LewyckyJust because a GlobalVariable's initializer is [N x...
2011-04-11 Rafael EspindolaImplement cfi_rel_offset
2011-04-11 Jakob Stoklund... Speed up eviction by stopping collectInterferingVRegs...
2011-04-11 Rafael EspindolaAdd test for previous commit.
2011-04-11 Wesley PeckDon't crash on invalid instructions when disassembling...
2011-04-11 Bill WendlingThe default of the dispatch switch statement was to...
2011-04-11 Johnny ChenFix the bug where the immediate shift amount for Thumb...
2011-04-11 Evan ChengLook pass copies when determining whether hoisting...
2011-04-11 Rafael Espindolaimplement .cfi_adjust_cfa_offset.
2011-04-11 Eli FriedmanGet rid of useless comment; if a file uses functions...
2011-04-11 Owen AndersonFix another using-CPSR-twice bug in my ADCS/SBCS cleanu...
2011-04-11 Jakob Stoklund... Skip a binary search when possible.
2011-04-11 Jakob Stoklund... Use a faster algorithm for computing MBB live-in regist...
2011-04-11 Garrison VennBecause some systems have reported that this example...
2011-04-11 Johnny ChenTrivial comment fix.
2011-04-11 Evan ChengFix a couple of places where changes are made but not...
2011-04-11 Johnny ChenCheck invalid register encodings for LdFrm/StFrm ARM...
2011-04-11 Kevin EnderbyAdding support for printing operands symbolically to...
2011-04-11 Jakob Stoklund... Don't add live ranges for sub-registers when clobbering...
2011-04-11 Jakob Stoklund... Speed up LiveIntervalUnion::unify by handling end inser...
2011-04-11 Jakob Stoklund... Time the initial seeding of live registers
2011-04-11 Jakob Stoklund... Don't shrink live ranges after dead code elimination...
2011-04-11 Oscar FuentesCMake: remove some unnecesary code and ToDos.
2011-04-11 Jay FoadFix or remove code which seemed to think that the opera...
2011-04-11 Jay FoadDon't include Operator.h from InstrTypes.h.
2011-04-11 Jay FoadPhi nodes always use an even number of operands, so...
2011-04-11 NAKAMURA Takumidocs/CommandGuide/index.html: Fix CSS url to relative.
2011-04-11 NAKAMURA Takumidocs/CommandLine.html: "ize.
2011-04-10 Bill WendlingRevert r129235 pending a vetting of the EH rewrite.
2011-04-10 Nicolas GeoffrayBugfix in the Cpp backend after API change on PHINode...
2011-04-10 Oscar FuentesCMake: support for using LLVM from client projects...
2011-04-10 Garrison VennFixed more best practices, and explicit/implicit style...
2011-04-10 Oscar FuentesReword instructions for running tests on Visual Studio.
2011-04-10 Bill WendlingBeginning of the Great Exception Handling Rewrite.
2011-04-09 Chris Lattnerdrive by bug fix: DenseMapInfo::isEqual should be deter...
2011-04-09 Chris LattnerLLVMCC_EMITIR_FLAG is already either -emit-llvm or...
2011-04-09 Chris Lattnermake stuff work when LLVMCC_OPTION is something like...
2011-04-09 Chris Lattnerfix rdar://8735979 - "int 3" doesn't match to "int3...
2011-04-09 Chris Lattnerlook for the verboten argument slot access in any order...
2011-04-09 Benjamin KramerFix potential buffer overflow on win32.
2011-04-09 Benjamin KramerDon't store Twine temporaries, it's not safe.
2011-04-09 Benjamin KramerMake error message more useful.
2011-04-09 NAKAMURA Takumidocs/*.html: Make W3C HTML 4.01 Strict more compliant.
2011-04-09 Eli FriedmanAdd back a couple checks removed by r129128; the fact...
2011-04-09 Chris Lattnerfix PR9523, a crash in looprotate on a non-canonical...
2011-04-09 Chris LattnerFix a bug where RecursivelyDeleteTriviallyDeadInstructi...
2011-04-09 Chris LattnerAvoid excess precision issues that lead to generating...
2011-04-09 Eli FriedmanPR9604; try to deal with RAUW updates correctly in...
2011-04-09 Eli FriedmanTest for r129190.
2011-04-09 Chris Lattnerfix PR9629 - We were lowering regexes like a{{b|c}...
2011-04-09 Chris Lattnerfix two completely broken tests, which were matching...
2011-04-09 Chris Lattnerremove a bunch of CHECK lines that aren't checking...
2011-04-09 Chris Lattnerregexes are allowed to match empty things, e.g. {{...
2011-04-09 Chris Lattnervarious cleanups, no functionality change.
2011-04-09 Chris Lattnerrevert accidental commit.
2011-04-09 Chris Lattnerfix a potentially serious bug in AliasSet::removeCallSite
2011-04-09 Jakob Stoklund... Build the Hopfield network incrementally when splitting...
2011-04-09 Jakob Stoklund... Precompute interference for neighbor blocks as long...
2011-04-09 Chris Lattnerfix doc comment bug, noticed by Jochen
2011-04-09 Chris Lattnerhave dag combine zap "store undef", which can be formed...
2011-04-09 Chris Lattnerdon't test for codegen of 'store undef'
2011-04-09 NAKAMURA Takumidocs/tutorial/OCamlLangImpl7.html: Fix a href to missin...
2011-04-09 NAKAMURA Takumidocs: Fix some in-package URLs.
2011-04-09 NAKAMURA Takumidocs: Canonicalize URLs.
2011-04-09 Sean CallananRedirected errors from the AsmParser to the proper
next