summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* Remove an invalid assert that is really just asserting when the scheduler emitsCameron Zwarich2011-09-27
* Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId().Jim Grosbach2011-09-27
* Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer2011-09-27
* These symbols appear to be visible by SearchForAddressOfSymbol and no longer Chad Rosier2011-09-27
* Object: Add archive support.Michael J. Spencer2011-09-27
* Check that catch clauses have pointer type.Duncan Sands2011-09-27
* PTX: Fix case where printed alignment could be 0Justin Holewinski2011-09-27
* PTX: Use external symbols to keep track of params and locals. This also fixesJustin Holewinski2011-09-27
* Use existing function.Jakob Stoklund Olesen2011-09-27
* Fix function MipsRegisterInfo::getRegisterNumbering.Akira Hatanaka2011-09-27
* Do not add the pass that restores $gp if target is Mips64.Akira Hatanaka2011-09-27
* Have the verifier check that all landingpad operands are constants.Duncan Sands2011-09-27
* Cleanup PromoteIntOp_EXTRACT_VECTOR_ELT and PromoteIntRes_SETCC.Nadav Rotem2011-09-27
* Revert r140463; The patch assumes that <4 x i1> is saved to memory as 4 x i8,Nadav Rotem2011-09-27
* Mark MipsPseudo isPseudo.Akira Hatanaka2011-09-27
* PTX: Add support for sitofp in backendJustin Holewinski2011-09-27
* Split the landing pad basic block with the correct function. Also merge theBill Wendling2011-09-27
* Disable LSR retry by default.Andrew Trick2011-09-27
* LSR, one of the new Cost::isLoser() checks did not get merged in the previous...Andrew Trick2011-09-26
* Remove extraneous commit garbage.Owen Anderson2011-09-26
* LSR cost metric minor fix and verification.Andrew Trick2011-09-26
* Set register class of a register according to value of HasMips64.Akira Hatanaka2011-09-26
* Define variable HasMips64 in MipsTargetLowering.Akira Hatanaka2011-09-26
* In single float mode, double precision FP arguments are passed in integerAkira Hatanaka2011-09-26
* ASR #32 is not allowed on Thumb2 USAT and SSAT instructions.Owen Anderson2011-09-26
* Enhance alias analysis for atomic instructions a bit. Upgrade a couple alias...Eli Friedman2011-09-26
* PTX: Fix memcpy intrinsic to handle 64-bit pointersJustin Holewinski2011-09-26
* PTX: Implement PTXSelectionDAGInfoJustin Holewinski2011-09-26
* PTX: Implement ISD::ANY_EXTENDJustin Holewinski2011-09-26
* PTX: Fix detection of stack load/store vs. global load/store, as well as fix theJustin Holewinski2011-09-26
* Fix emission of debug data for global variables. getContext() on DIGlobalVari...James Molloy2011-09-26
* PTX: SM > 2.0 implies +doubleJustin Holewinski2011-09-26
* PTX: Fix some lingering issues with stack allocationJustin Holewinski2011-09-26
* PTX: Split up the TableGen instruction definitions into logical unitsJustin Holewinski2011-09-26
* PTX: Unify handling of loads/storesJustin Holewinski2011-09-26
* PTX: Handle FrameIndex nodesJustin Holewinski2011-09-26
* PR11004: Inline memcpy to avoid generating nested call sequence. Un-XFAIL 201...David Meyer2011-09-26
* Fix VEX decoding in i386 mode. Fixes PR11008.Craig Topper2011-09-26
* Add target hook for pseudo instruction expansion.Jakob Stoklund Olesen2011-09-25
* [vector-select] Address one of the issues in pr10902. EXTRACT_VECTOR_ELEMENTNadav Rotem2011-09-25
* Clean up code after renaming LowerSubregs -> ExpandPostRAPseudos.Jakob Stoklund Olesen2011-09-25
* Rename LowerSubregs to ExpandPostRAPseudos.Jakob Stoklund Olesen2011-09-25
* Sort CMakeLists.txt.Benjamin Kramer2011-09-24
* Implement Duncan's suggestion to use the result of getSetCCResultType if it i...Nadav Rotem2011-09-24
* [Vector-Select] Address one of the problems in 10902.Nadav Rotem2011-09-24
* Add .td file.Akira Hatanaka2011-09-24
* Preparation for adding simple Mips64 instructions.Akira Hatanaka2011-09-24
* Only run MF.verify() with EXPENSIVE_CHECKS=1.Jakob Stoklund Olesen2011-09-24
* sys::Process: Add a SetWorkingDirectory method.Daniel Dunbar2011-09-23
* LSR minor bug fix in RateRegister.Andrew Trick2011-09-23