summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix a subtle issue in SmallVector. The following code did not work as expected:Owen Anderson2011-07-06
* Handle cases where multiple dbg.declare and dbg.value intrinsics are tied to ...Devang Patel2011-07-06
* Add ARM MC registry routines.Evan Cheng2011-07-06
* Rename files for consistency.Evan Cheng2011-07-06
* Add ImmutableList::contains(). Patch by Rui Paulo!Nick Lewycky2011-07-06
* Mark ARM pseudo-instructions as isPseudo.Jim Grosbach2011-07-06
* Don't require pseudo-instructions to carry encoding information.Jim Grosbach2011-07-06
* Simplify. Consolidate dbg.declare handling in AllocaPromoter.Devang Patel2011-07-06
* indvars -disable-iv-rewrite: ExprToMap lives in Pass data, so be moreAndrew Trick2011-07-06
* Remove un-used encoding info from Pseudo MLAv5.Jim Grosbach2011-07-06
* Fix missing triple support for RTEMS target.Eli Friedman2011-07-06
* indvars -disable-iv-rewrite: Added SimplifyCongruentIVs.Andrew Trick2011-07-06
* Remove some unnecessary includes.Eli Friedman2011-07-06
* Constify getCompactUnwindRegNum.Bill Wendling2011-07-06
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-06
* LICM: Remove trailing white spacesTobias Grosser2011-07-06
* LICM: Do not loose alignment on promotionTobias Grosser2011-07-06
* Add documenation about "branch_weight" metadata and __builtin_expect instructionJakub Staszak2011-07-06
* Introduce "expect" intrinsic instructions.Jakub Staszak2011-07-06
* Update MC/ELF/relocation.s with change to X86 PUSH64i8 in r134501.Kevin Enderby2011-07-06
* Changed the X86 PUSH64i8 record to use the i64i8imm ParserMatchClass so that aKevin Enderby2011-07-06
* Allow tagless builds and fix debug build configuration.David Greene2011-07-06
* Remove the AsmWriterEmitter (unused) feature that rely on TargetSubtargetInfo.Evan Cheng2011-07-06
* Revert r134366 and add an explicit triple to make this test host-independent.Dan Gohman2011-07-05
* Remove the ObjC ARC passes from the default optimization list, and addDan Gohman2011-07-05
* Preserve debug loc.Devang Patel2011-07-05
* Speculatively revert r134431.Devang Patel2011-07-05
* Use memcmp.Benjamin Kramer2011-07-05
* Really fix typo :-(Rafael Espindola2011-07-05
* Fix typo.Rafael Espindola2011-07-05
* Clear debug loc while updating insert point.Devang Patel2011-07-05
* By default mkstemp() creates a temporary file with mode 0600, but the modeChad Rosier2011-07-05
* Break infinite loop when the Hopfield network oscillates.Jakob Stoklund Olesen2011-07-05
* Compare all 4 bytes of the header.Rafael Espindola2011-07-05
* Add assembler/disassembler support for non-AVX pclmulqdq. While I'm here, use...Eli Friedman2011-07-05
* indvars -disable-iv-rewrite: avoid multiple IVs in weird cases.Andrew Trick2011-07-05
* ARM estimateStackSize() needs to account for simplified call frames.Jim Grosbach2011-07-05
* Fix PR10277.Jakob Stoklund Olesen2011-07-05
* Tweak comment and debug output.Jakob Stoklund Olesen2011-07-05
* Fix 80-col.Michael J. Spencer2011-07-05
* Fix warnings.Michael J. Spencer2011-07-05
* SuccIterator on bbs without terminator instsTobias Grosser2011-07-04
* PR10267: Don't combine an equality compare with an AND into an inequality com...Benjamin Kramer2011-07-04
* Remove accidentaly left node from previous iteration of the patch.Roman Divacky2011-07-04
* Move early tail duplication earlier.Rafael Espindola2011-07-04
* Move most of the pre BB code to TailDuplicateAndUpdate. Change theRafael Espindola2011-07-04
* Reduce indentation and fix the count of how many PHIs we have inserted.Rafael Espindola2011-07-04
* Fix PR10244.Jakob Stoklund Olesen2011-07-04
* Make the i64 and f64 be 64bit ABI aligned in the target description.Roman Divacky2011-07-03
* test/CodeGen/X86/lsr-nonaffine.ll: Relax expressions for Win64 CC to appease ...NAKAMURA Takumi2011-07-03