aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Extract a method.Jakob Stoklund Olesen2013-03-182-41/+42
* Post process ADC/SBB and use a shorter encoding if they use a sign extended i...Craig Topper2013-03-182-0/+20
* Refactor some duplicated code into helper functions.Craig Topper2013-03-182-229/+62
* Fix the build broken in r177239David Blaikie2013-03-171-1/+1
* Reduced dont-infinite-loop-during-block-escape-analysis.ll with bugpoint and ...Michael Gottesman2013-03-172-87/+27
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-1787-220/+330
* Generalize debug info test to be resilient to changes in metadata node numberingDavid Blaikie2013-03-171-3/+4
* Improve DIFile debug info annotation by letting it fallback to DIScopeDavid Blaikie2013-03-171-1/+0
* Use ArrayRef<MVT::SimpleValueType> when possible.Jakob Stoklund Olesen2013-03-176-10/+10
* To avoid symbol clash, undefine PPC here. PPC may be predefined on some hosts.Sylvestre Ledru2013-03-173-0/+10
* Build LLVMgold.so on FreeBSD using cmake.Rafael Espindola2013-03-171-1/+2
* The promised test case for r175939.Michael Gottesman2013-03-171-0/+100
* Improve PPC VR (Altivec) register spillingHal Finkel2013-03-176-42/+73
* Remove FIXMEs in PPC test cases related to unaligned loads/storesHal Finkel2013-03-162-8/+0
* Remove PPC avoidWriteAfterWrite callbackHal Finkel2013-03-162-16/+0
* Change the default latency for implicit defs.Andrew Trick2013-03-161-1/+4
* Machine model. Allow mixed itinerary classes and SchedRW lists.Andrew Trick2013-03-163-205/+174
* [docs] Discuss a potential bug to be aware of.Sean Silva2013-03-161-0/+72
* Test case for graceful handling of long file names on Windows. Patch thanks ...Aaron Ballman2013-03-161-0/+12
* Add X86 code emitter support AVX encoded MRMDestReg instructions.Craig Topper2013-03-164-32/+94
* Define more SchedWrites for annotating X86 instructions.Jakob Stoklund Olesen2013-03-161-11/+57
* Add SchedRW as an Instruction field.Jakob Stoklund Olesen2013-03-153-6/+14
* [ADT] Fix StringSet::insert() to not allocate on every lookup.Daniel Dunbar2013-03-151-12/+14
* [Support][Path][Windows] Fix dangling else. Don't call CloseHandle when Close...Michael J. Spencer2013-03-151-10/+10
* ARM cost model: Fix costs for some vector selectsArnold Schwaighofer2013-03-153-116/+15
* Adding an A15 specific optimization pass for interactions between S/D/Q regis...Silviu Baranga2013-03-156-2/+777
* ARM: Fix an old refacto.Benjamin Kramer2013-03-152-3/+13
* Enable unaligned memory access on PPC for scalar typesHal Finkel2013-03-157-4/+110
* ARM cost model: Fix cost of fptrunc and fpext instructionsArnold Schwaighofer2013-03-152-2/+41
* Protect PPC Altivec patterns with a predicateHal Finkel2013-03-152-1/+7
* Fixup for r176933: more careful setup of path to llvm-symbolizerAlexey Samsonov2013-03-152-7/+8
* Use NumBaseBits in a few more places in SmallBitVector instead of recalculati...Craig Topper2013-03-151-6/+6
* Fix the FDE encoding to be relative on ELF.Rafael Espindola2013-03-152-6/+17
* 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