oota-llvm.git
2011-07-07 Oscar FuentesUpdate CMake library dependencies
2011-07-07 Douglas GregorFix CMake build
2011-07-07 Cameron ZwarichThe VMLA instruction and its friends are not actually...
2011-07-07 Evan ChengSink feature IsThumb into MC layer.
2011-07-07 Evan ChengFeature bits are 64-bits.
2011-07-07 Evan ChengCompute feature bits at time of MCSubtargetInfo initial...
2011-07-07 Chris Lattnertype can be null
2011-07-07 Chris Lattneruse a more efficient check for 'is metadata'
2011-07-07 Bill WendlingUse ArrayRef instead of a std::vector&.
2011-07-07 Lang HamesAdd functions 'hasPredecessor' and 'hasPredecessorHelpe...
2011-07-07 Evan ChengChange some ARM subtarget features to be single bit...
2011-07-07 Bill WendlingAdd a target hook to encode the compact unwind information.
2011-07-07 Jim GrosbachAdd isCodeGenOnly value to the CodeGenInstruction class.
2011-07-07 Lang HamesAdded a testcase for PR10220.
2011-07-07 Devang PatelAdd DEBUG messages.
2011-07-07 Evan ChengFactor ARM triple parsing out of ARMSubtarget. Another...
2011-07-07 Devang PatelUse DBG_VALUE location while inserting DBG_VALUE during...
2011-07-06 Jakub StaszakFix a bug in the "expect" intrinsic lowering.
2011-07-06 Eli FriedmanWhen tail-merging multiple blocks, make sure to correct...
2011-07-06 Jim GrosbachTypo.
2011-07-06 Devang PatelRemove dead code.
2011-07-06 Devang PatelTypo.
2011-07-06 Bill WendlingClean up the #includes.
2011-07-06 Eric ChristopherGrammar and 80-col.
2011-07-06 Owen AndersonFix a subtle issue in SmallVector. The following code...
2011-07-06 Devang PatelHandle cases where multiple dbg.declare and dbg.value...
2011-07-06 Evan ChengAdd ARM MC registry routines.
2011-07-06 Evan ChengRename files for consistency.
2011-07-06 Nick LewyckyAdd ImmutableList::contains(). Patch by Rui Paulo!
2011-07-06 Jim GrosbachMark ARM pseudo-instructions as isPseudo.
2011-07-06 Jim GrosbachDon't require pseudo-instructions to carry encoding...
2011-07-06 Devang PatelSimplify. Consolidate dbg.declare handling in AllocaPro...
2011-07-06 Andrew Trickindvars -disable-iv-rewrite: ExprToMap lives in Pass...
2011-07-06 Jim GrosbachRemove un-used encoding info from Pseudo MLAv5.
2011-07-06 Eli FriedmanFix missing triple support for RTEMS target.
2011-07-06 Andrew Trickindvars -disable-iv-rewrite: Added SimplifyCongruentIVs.
2011-07-06 Eli FriedmanRemove some unnecessary includes.
2011-07-06 Bill WendlingConstify getCompactUnwindRegNum.
2011-07-06 Evan ChengcreateMCInstPrinter doesn't need TargetMachine anymore.
2011-07-06 Tobias GrosserLICM: Remove trailing white spaces
2011-07-06 Tobias GrosserLICM: Do not loose alignment on promotion
2011-07-06 Jakub StaszakAdd documenation about "branch_weight" metadata and...
2011-07-06 Jakub StaszakIntroduce "expect" intrinsic instructions.
2011-07-06 Kevin EnderbyUpdate MC/ELF/relocation.s with change to X86 PUSH64i8...
2011-07-06 Kevin EnderbyChanged the X86 PUSH64i8 record to use the i64i8imm...
2011-07-06 David GreeneAllow tagless builds and fix debug build configuration.
2011-07-06 Evan ChengRemove the AsmWriterEmitter (unused) feature that rely...
2011-07-05 Dan GohmanRevert r134366 and add an explicit triple to make this...
2011-07-05 Dan GohmanRemove the ObjC ARC passes from the default optimizatio...
2011-07-05 Devang PatelPreserve debug loc.
2011-07-05 Devang PatelSpeculatively revert r134431.
2011-07-05 Benjamin KramerUse memcmp.
2011-07-05 Rafael EspindolaReally fix typo :-(
2011-07-05 Rafael EspindolaFix typo.
2011-07-05 Devang PatelClear debug loc while updating insert point.
2011-07-05 Chad RosierBy default mkstemp() creates a temporary file with...
2011-07-05 Jakob Stoklund... Break infinite loop when the Hopfield network oscillates.
2011-07-05 Rafael EspindolaCompare all 4 bytes of the header.
2011-07-05 Eli FriedmanAdd assembler/disassembler support for non-AVX pclmulqd...
2011-07-05 Andrew Trickindvars -disable-iv-rewrite: avoid multiple IVs in...
2011-07-05 Jim GrosbachARM estimateStackSize() needs to account for simplified...
2011-07-05 Jakob Stoklund... Fix PR10277.
2011-07-05 Jakob Stoklund... Tweak comment and debug output.
2011-07-05 Michael J.... Fix 80-col.
2011-07-05 Michael J.... Fix warnings.
2011-07-04 Tobias GrosserSuccIterator on bbs without terminator insts
2011-07-04 Benjamin KramerPR10267: Don't combine an equality compare with an...
2011-07-04 Roman DivackyRemove accidentaly left node from previous iteration...
2011-07-04 Rafael EspindolaMove early tail duplication earlier.
2011-07-04 Rafael EspindolaMove most of the pre BB code to TailDuplicateAndUpdate...
2011-07-04 Rafael EspindolaReduce indentation and fix the count of how many PHIs...
2011-07-04 Jakob Stoklund... Fix PR10244.
2011-07-03 Roman DivackyMake the i64 and f64 be 64bit ABI aligned in the target...
2011-07-03 NAKAMURA Takumitest/CodeGen/X86/lsr-nonaffine.ll: Relax expressions...
2011-07-03 Rafael EspindolaFix an easy fixme.
2011-07-02 Chandler CarruthFileCheck-ize another test. Reduces the llc invocations...
2011-07-02 Chandler CarruthAvoid writing to an arbitrary filename during the test...
2011-07-02 Chandler CarruthFileCheck-ize another X86 test, making it more precisel...
2011-07-02 Chandler CarruthQuote two greps which contain parentheses.
2011-07-02 Chandler CarruthFileCheck-ize and simplify RUN lines.
2011-07-02 Chandler CarruthFileCheck-ize
2011-07-02 Chandler CarruthFileCheck-ize and tighten up assertions to only check...
2011-07-02 Chandler CarruthFileCheck-ize and cleanup IR.
2011-07-02 Chandler CarruthFileCheck-ize
2011-07-02 Chandler CarruthRemove a grep that is already checked with FileCheck.
2011-07-02 Chandler CarruthFileCheck-ize
2011-07-02 Chandler CarruthFileCheck-ize and modernize IR.
2011-07-02 Chandler CarruthFileCheck-ize and simplify RUNs.
2011-07-02 Chandler CarruthFileCheck-ize and modernize the RUN line.
2011-07-02 Chandler CarruthFileCheck-ize, tightening checks and avoiding a tempora...
2011-07-02 Chandler CarruthFileCheck-ize, tightening checks and avoiding a tempora...
2011-07-02 Chandler CarruthFileCheck-ize
2011-07-02 Chandler CarruthFileCheck-ize
2011-07-02 Chandler CarruthFileCheck-ize a test, avoiding a temporary file.
2011-07-02 Chandler CarruthFileCheck-ize and simplify this test.
2011-07-02 Chandler CarruthFileCheck-ize
2011-07-02 Chandler CarruthFileCheck-ize another codegen test.
2011-07-02 Chandler CarruthPartially FileCheck-ize a test to remove a weird quotin...
2011-07-02 Chandler CarruthFileCheck-ize another test, and upgrade its syntax...
2011-07-02 Chandler CarruthFileCheck-ize another codegen test, tightening it up.
next