aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clean up tailing whitespacesMichael Liao2012-10-031-2/+2
* Added instregex support to TableGen subtarget emitter.Andrew Trick2012-10-034-12/+95
* TableGen subtarget emitter, nearly first class support for SchedAlias.Andrew Trick2012-10-033-130/+229
* Cleanup TableGen subtarget emitter.Andrew Trick2012-10-032-6/+7
* [ms-inline asm] Default to the 'm' constraint. This matches the behavior of theChad Rosier2012-10-031-3/+3
* [ms-inline asm] Add support in the X86AsmPrinter for printing memory referencesChad Rosier2012-10-033-0/+70
* This patch moves from using a hard coded number (4) Jack Carter2012-10-031-2/+4
* tblgen: Remove last traces of old TableGenMain API.Sean Silva2012-10-035-76/+1
* tblgen: Migrate llvm-tblgen to new TableGenMain API.Sean Silva2012-10-031-82/+77
* tblgen: Put new TableGenMain API in place.Sean Silva2012-10-032-0/+27
* Add function to return return attributes.Bill Wendling2012-10-031-0/+6
* Update to use the predicate methods to query if an attribute exists.Bill Wendling2012-10-031-17/+17
* Fix a cycle in the DAG. In this code we replace multiple loads with a single ...Nadav Rotem2012-10-032-7/+50
* Use unsigned long long instead of uin64_t for OS where that matters.Nick Kledzik2012-10-031-1/+1
* Typos.Chad Rosier2012-10-032-5/+4
* Don't call getAsUnsignedInteger directly, it fails to compile if uint64_t is ...Benjamin Kramer2012-10-031-1/+5
* Add getAsUnsignedInteger test case that checks that known bad values are reje...Nick Kledzik2012-10-031-0/+19
* No need to call functions which do the same thing as the default.Bill Wendling2012-10-031-4/+0
* Remove assert that's too restrictive.Bill Wendling2012-10-031-1/+4
* Add methods which query for the specific attribute instead of using theBill Wendling2012-10-035-16/+148
* Implement .rel relocation for R_ARM_ABS32 in MCJIT.Tim Northover2012-10-032-2/+26
* This Patch corrects a problem whereby the optimization to use a faster dividePreston Gurd2012-10-031-5/+15
* A DAGCombine optimization for mergeing consecutive stores to memory. The opti...Nadav Rotem2012-10-032-0/+668
* Set up MCSchedModel after detecting the CPU type in X86SubTarget.Preston Gurd2012-10-031-0/+4
* tsan: update the test for new atomic enumsDmitry Vyukov2012-10-031-80/+80
* tsan: update the test for new atomic enumsDmitry Vyukov2012-10-031-40/+40
* tsan: prepare for migration to new memory_order enum values (ABI compatible)Dmitry Vyukov2012-10-031-1/+2
* Fixed a bug in the ExecutionDependencyFix pass that caused dependencies to no...Silviu Baranga2012-10-032-3/+28
* Fix an issue where we failed to adjust the alignment constraint onChandler Carruth2012-10-032-0/+37
* Try to use a better set of abstractions for computing the alignmentChandler Carruth2012-10-032-20/+87
* Revert 165051-165049 while looking into the foreach.m failure inEric Christopher2012-10-035-95/+27
* Fix doxygen comment to match function name.Craig Topper2012-10-031-1/+1
* Remove unused function that used to get itineraries from SubTargetFeatures. T...Craig Topper2012-10-032-28/+0
* Fix 80-column violationCraig Topper2012-10-031-2/+2
* test/ExecutionEngine/MCJIT: MCJIT should work also on mingw.NAKAMURA Takumi2012-10-032-2/+2
* Third try at fixing this. ;] Go back to using std::remove_if, which hasChandler Carruth2012-10-031-8/+28
* The early if conversion pass is ready to be used as an opt-in.Jakob Stoklund Olesen2012-10-033-5/+11
* Switch the SetVector::remove_if implementation to use partition whichChandler Carruth2012-10-032-3/+6
* Fix a serious X86 instruction selection bug. InEvan Cheng2012-10-022-3/+30
* Revert "Don't use a debug location for frame setup instructions in the"Eric Christopher2012-10-023-39/+5
* Revert 165057, per Jim's request. This requires further discussion.Chad Rosier2012-10-022-33/+8
* The mips 64bit instructions DSLL, DSRA, DSRL, DEXT and DINS get transformed b...Jack Carter2012-10-026-56/+54
* Teach the new SROA to handle cases where an alloca that has already beenChandler Carruth2012-10-023-0/+59
* Clean up these doxygen comments to follow the proposed new style. ThisChandler Carruth2012-10-021-21/+22
* Make sure to put our sret argument into %rax on x86-64. Fixes PR13563!Nick Lewycky2012-10-022-2/+29
* Remove the old coalescer algorithm.Jakob Stoklund Olesen2012-10-021-344/+1
* Handle reserved registers more accurately in handleMove().Jakob Stoklund Olesen2012-10-021-8/+7
* [ms-inline asm] Add basic support for wildcard MCParsedAsmOperands. This typeChad Rosier2012-10-022-8/+33
* Make sure the whole live range is covered when values are pruned twice.Jakob Stoklund Olesen2012-10-022-2/+31
* Allow alternate instructions to silence bot.Eric Christopher2012-10-021-1/+1