summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* move the address space into the subclass data field, saving a word on Pointer...Chris Lattner2011-06-16
* tidy up some comments, store the 'isvararg' bit for FunctionType inChris Lattner2011-06-16
* remove Type::getVAArgsPromotedType, which is dead, and tidy up a bit.Chris Lattner2011-06-16
* Fix ARCOpt to insert releases on both successors of an invoke ratherDan Gohman2011-06-16
* Move PBQP off allocation_order_begin. No functional change intended.Jakob Stoklund Olesen2011-06-16
* Introduce MachineBranchProbabilityInfo class, which has similar API toJakub Staszak2011-06-16
* Change the REG_SEQUENCE SDNode to take an explict register class ID as its fi...Owen Anderson2011-06-16
* Switch linear scan to using RegisterClassInfo.Jakob Stoklund Olesen2011-06-16
* Mark ldrexd/strexd w/ volatile memory by defaultBruno Cardoso Lopes2011-06-16
* Test commit.Jakub Staszak2011-06-16
* PTX: Finish new calling convention implementationJustin Holewinski2011-06-16
* PTX: Rename register classes for readability and combine int and fp registersJustin Holewinski2011-06-16
* Add TargetRegisterInfo::getRawAllocationOrder().Jakob Stoklund Olesen2011-06-16
* Add a comment describing why transforming (shl x, 1) to (add x, x) is to beDan Gohman2011-06-16
* PTX: Fix whitespace errorsJustin Holewinski2011-06-16
* Add AVX suport for fpextend.Bruno Cardoso Lopes2011-06-16
* Revision r128665 added an optimization to make use of NEON multiplierChad Rosier2011-06-16
* Add a DAGCombine for (ext (binop (load x), cst)).Nick Lewycky2011-06-16
* Silence warnings in non assert builds. Patch by David BlaikieBruno Cardoso Lopes2011-06-16
* Function::getNumBlockIDs() should be used instead of Function::size() to set ...Anna Zaks2011-06-16
* Add a limit to the number of instructions memdep will scan in a single block....Eli Friedman2011-06-15
* The ARC language-specific optimizer. Credit to Dan Gohman.John McCall2011-06-15
* Add a new MVT::untyped. This will be used in future work for modelling ISA f...Owen Anderson2011-06-15
* Use set operations instead of plain lists to enumerate register classes.Jakob Stoklund Olesen2011-06-15
* Simplify; no significant functionality change.Eli Friedman2011-06-15
* Fix cmake build.Rafael Espindola2011-06-15
* Handle jump tables. Test to follow soon.Rafael Espindola2011-06-15
* Add a new function attribute, nonlazybind, which inhibits lazy-loadingJohn McCall2011-06-15
* Remove unused code.Eli Friedman2011-06-15
* Diagnostic for undefined assembler local symbols.Jim Grosbach2011-06-15
* Remove custom allocation orders in SystemZ.Jakob Stoklund Olesen2011-06-15
* Another revsh pattern. rdar://9609059Evan Cheng2011-06-15
* Added -stress-sched flag in the Asserts build.Andrew Trick2011-06-15
* Make PPC64CompilationCallback compilable no non-darwin platforms.Roman Divacky2011-06-15
* getZeroExtendInReg needs to get a scalar typeNadav Rotem2011-06-15
* Enable the simplification of truncating-store after fixing the usage ofNadav Rotem2011-06-15
* Replace the statically generated hashtables for checking register relationshi...Owen Anderson2011-06-15
* Teach the .ll parser to handle named metadata with non-simple names.Nick Lewycky2011-06-15
* A minor simplification: no functional change.Bob Wilson2011-06-15
* Stop using memdep for a check that didn't really make sense with memdep. In t...Eli Friedman2011-06-15
* PerformBFICombine - (bfi A, (and B, Mask1), Mask2) -> (bfi A, B, Mask2) iffEvan Cheng2011-06-15
* add option for literal formatting to APInt::toString()Ted Kremenek2011-06-15
* Add "unknown" results for memdep, which mean "I don't know whether a dependen...Eli Friedman2011-06-15
* Add an optimization that looks for a specific pair-wise add pattern and gener...Tanya Lattner2011-06-14
* Anna's test commit (#2).Anna Zaks2011-06-14
* When pattern matching during instruction selection make sure shl x,1 is notChad Rosier2011-06-14
* PR10136: fix PPCTargetLowering::LowerCall_SVR4 so that a necessary CopyToReg ...Eli Friedman2011-06-14
* Anna's test commit.Anna Zaks2011-06-14
* Revert 133010. Self-hosted buildbot unhappy.Jim Grosbach2011-06-14
* Diagnostic for undefined assembler local symbols.Jim Grosbach2011-06-14