aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allocate the RS spill slot for any PPC function with spills and a large stack...Hal Finkel2013-03-156-38/+107
* Turn anonymous type in anonymous union warning back on after cleaning upEric Christopher2013-03-155-16/+7
* Silence anonymous type in anonymous union warnings.Eric Christopher2013-03-156-197/+250
* Add a triple to the test.Nadav Rotem2013-03-151-0/+3
* Unaligned loads should use the VMOVUPS opcode.Nadav Rotem2013-03-143-2/+13
* Remove some unused variables to clean the Clang -Werror buildDavid Blaikie2013-03-141-2/+0
* [mips] Set isAllocatable bit of unallocatable register classes to 0.Akira Hatanaka2013-03-141-8/+13
* Fix r177112: Add ProcResGroup.Andrew Trick2013-03-141-1/+3
* Prepare for adding InstrSchedModel annotations to X86 instructions.Jakob Stoklund Olesen2013-03-141-0/+26
* Add a new method which enables one to change register classes.Reed Kotler2013-03-142-0/+15
* LoopVectorizer: Insert some white space to make test case more readableArnold Schwaighofer2013-03-141-6/+10
* [fast-isel] The X86FastISel::FastLowerArguments function doesn't properly handleChad Rosier2013-03-142-0/+13
* MachineModel: Add a ProcResGroup class.Andrew Trick2013-03-143-12/+97
* Move estimateStackSize from ARM into MachineFrameInfoHal Finkel2013-03-144-108/+55
* Provide the register scavenger to processFunctionBeforeFrameFinalizedHal Finkel2013-03-1410-12/+18
* Use frame-index scavenging for PPC register spillingHal Finkel2013-03-142-26/+10
* Not all PPC functions with a frame pointer need a RS spill slotHal Finkel2013-03-142-11/+11
* ARM cost model: Increase cost of some vector selects we do terrible onArnold Schwaighofer2013-03-143-5/+249
* [mips] Fix filename in comment and delete unnecessary lines of code.Akira Hatanaka2013-03-141-5/+1
* Hexagon: Removed asserts regarding alignment and offset.Jyotsna Verma2013-03-142-5/+20
* Add missing asserts flag to test - it uses debug flagsArnold Schwaighofer2013-03-141-1/+1
* Android uses cacheflush(long start, long end, long flags) for MIPS.Akira Hatanaka2013-03-141-0/+9
* LoopVectorize: Invert case when we use a vector cmp value to query select costArnold Schwaighofer2013-03-142-1/+63
* Add back lines which were accidentally deleted in CMakeLists.txt.Akira Hatanaka2013-03-141-0/+2
* [mips] Define function MipsSEDAGToDAGISel::selectAddESubE.Akira Hatanaka2013-03-142-31/+31
* Add a comment about overlapping PPC frame offsetsHal Finkel2013-03-141-0/+3
* [mips] Rename functions and variables to start with proper case.Akira Hatanaka2013-03-147-57/+57
* Add header file MipsISelDAGToDAG.h.Akira Hatanaka2013-03-141-0/+93
* [mips] Define two subclasses of MipsDAGToDAGISel. Mips16DAGToDAGISel is forAkira Hatanaka2013-03-146-648/+900
* Perform factorization as a last resort of unsafe fadd/fsub simplification.Shuxin Yang2013-03-142-5/+196
* Test that we emit a DW_AT_location for self captured by a block.Adrian Prantl2013-03-141-0/+105
* R600: Factorize code handling Const Read Port limitationVincent Lejeune2013-03-146-80/+140
* [ASan] emit instrumentation for initialization order checking by defaultAlexey Samsonov2013-03-143-5/+5
* PR14972: SROA vs. GVN exposed a really bad bug in SROA.Chandler Carruth2013-03-143-133/+162
* Add two of the float related ARM-specific entries for e_flags needed forJoerg Sonnenberger2013-03-141-0/+2
* Fix the name of a variable to match its declaration. Fixes build failure from...Craig Topper2013-03-141-1/+1
* Fix a bug in the calculation of the VEX.B bit for FMA4 rr with the VEX.W bit ...Craig Topper2013-03-143-0/+17
* Teach X86 MC instruction lowering that VMOVAPSrr and other VEX-encoded regist...Craig Topper2013-03-141-0/+42
* Fix PR15309Michael Liao2013-03-142-1/+17
* test commit: remove blank line.Jiong Wang2013-03-141-1/+0
* Remove a change to the debug info in this test, that I made while testingNick Lewycky2013-03-141-1/+1
* Try using %S to find the emitted .gcno file.Nick Lewycky2013-03-141-5/+5
* Remove accidentally committed debug line.Nick Lewycky2013-03-141-1/+0
* Refactor GCOV's six constructor arguments into a struct with a getter thatNick Lewycky2013-03-144-49/+113
* Fix typo in comment.Nick Lewycky2013-03-141-1/+1
* [Support][Test] Missed this in the API change.Michael J. Spencer2013-03-141-0/+1
* [Support] Fix lifetime of file descriptors when using MemoryBuffer.Michael J. Spencer2013-03-145-26/+41
* No functionality change. Rename emitGCNO() to the more sensibleNick Lewycky2013-03-131-7/+7
* Simplify file/directory name handling in DILexicalBlockDavid Blaikie2013-03-132-6/+4
* Remove an extra operand to a DIFile metadata entryDavid Blaikie2013-03-131-1/+1