aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* R600: Dump the function name when TargetLowering::LowerCall() failsTom Stellard2013-02-081-0/+5
* R600: rework flow creation in the structurizer v2Tom Stellard2013-02-081-177/+195
* R600: fix loop analyses in the structurizerTom Stellard2013-02-081-113/+183
* R600: fix PHI value adding in the structurizerTom Stellard2013-02-081-65/+81
* Minor cleanup.Dan Gohman2013-02-081-1/+1
* Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12...Bob Wilson2013-02-087-69/+31
* Add the 16 bit version of addiu. To the assembler, the 16 and 32 bit are theReed Kotler2013-02-082-0/+21
* DAGCombiner: Constant folding around pre-increment loads/storesHal Finkel2013-02-081-0/+89
* BBVectorize: Use TTI->getAddressComputationCostHal Finkel2013-02-081-0/+5
* Revert 172027 and 174336. Remove diagnostics about over-aligned stack objects.Bob Wilson2013-02-083-34/+20
* Refine fix to bug 15041.Bill Schmidt2013-02-081-18/+17
* [SimplifyLibCalls] Library call simplification doen't work if the call site Chad Rosier2013-02-081-1/+7
* Typos.Jakob Stoklund Olesen2013-02-081-4/+4
* The patch to fix some issues in r174543 fixed the lines failing the test, but...David Tweed2013-02-081-3/+3
* ARM cost model: Address computation in vector mem ops not freeArnold Schwaighofer2013-02-085-10/+42
* Test CommitMichael Kuperstein2013-02-081-1/+1
* Parse the attribute group reference on a function.Bill Wendling2013-02-082-8/+94
* When Mips16 frames grow large, the immediate field may exceed the maximumReed Kotler2013-02-083-10/+90
* Revert "Have InstCombine call SipmlifyCall when handling calls. Test case inc...Andrew Trick2013-02-081-6/+0
* Use ParseFnAttributeValuePairs instead of ParseOptionalFuncAttrs Bill Wendling2013-02-082-90/+50
* Have InstCombine call SipmlifyCall when handling calls. Test case included.Michael Ilseman2013-02-071-0/+6
* fix 80-col violation and fix the docs.Nadav Rotem2013-02-071-3/+7
* [mips] Make Filler a class and reduce indentation.Akira Hatanaka2013-02-071-34/+38
* Formatting.Eric Christopher2013-02-071-2/+1
* "Clean up" line section symbol emission by emitting the sectionEric Christopher2013-02-072-8/+12
* [patch] bug 15055 Add Unistd.h to OProfileWrapper.cppWill Schmidt2013-02-071-0/+1
* Constrain PowerPC autovectorization to fix bug 15041.Bill Schmidt2013-02-071-0/+19
* [mips] Add definition of JALR instruction which has two register operands. Ch...Akira Hatanaka2013-02-073-3/+14
* R600/SI: cleanup VGPR encodingTom Stellard2013-02-075-178/+16
* R600/SI: Handle VGPR64 destination in copyPhysReg().Tom Stellard2013-02-071-1/+9
* R600/SI: Add pattern for mul.Tom Stellard2013-02-071-0/+4
* R600/SI: simplify and fix SMRD encodingTom Stellard2013-02-076-154/+70
* R600/SI: add proper 64bit immediate support v2Tom Stellard2013-02-073-12/+18
* R600: Add an explicit default processorTom Stellard2013-02-071-0/+1
* Identify and simplify idempotent intrinsics. Test case included.Michael Ilseman2013-02-071-0/+36
* Loop Vectorizer: Refactor Memory Cost ComputationArnold Schwaighofer2013-02-071-180/+52
* R600/SI: Use proper instructions for array/shadow samplers.Tom Stellard2013-02-072-4/+54
* R600/SI: Make sample intrinsic address parameter type overloaded.Tom Stellard2013-02-073-22/+38
* R600/SI: Add basic support for more integer vector types.Tom Stellard2013-02-075-11/+110
* ARM cost model: Add costs for vector selectsArnold Schwaighofer2013-02-071-0/+15
* R600/SI: Add pattern for flog2Michel Danzer2013-02-071-1/+3
* FDE::dumpHeader(): Forgot to fix one more formatting, ... take two!NAKAMURA Takumi2013-02-071-2/+2
* R600: Consolidate sub register indices.Tom Stellard2013-02-078-93/+73
* R600: Add support for SET*_DX10 instructionsTom Stellard2013-02-072-29/+131
* R600: Fix assembly name for SETGT_INTTom Stellard2013-02-071-1/+1
* FDE::dumpHeader(): Forgot to fix one more formatting. It affected bigendian h...NAKAMURA Takumi2013-02-071-2/+3
* Make sure we call externals from libraries properly when -static.Reed Kotler2013-02-071-0/+3
* tblgen: Diagnose duplicate includes.Sean Silva2013-02-074-10/+23
* Moved some comments due to the recent refactoring of ObjCARC.Michael Gottesman2013-02-072-5/+4
* Enable jumps when in -static mode.Reed Kotler2013-02-071-1/+1