summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* 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
* Revert r133004 ; it's breaking nightly tests.Eli Friedman2011-06-14
* Partial revert of 132882.Rafael Espindola2011-06-14
* Also recognize ARM v4t and v5e variants.Evan Cheng2011-06-14
* Add 132986 back, but avoid non-determinism if a bb address gets reused.Rafael Espindola2011-06-14
* revert 132986 to see if the bots go green.Rafael Espindola2011-06-14
* Add a testcase for checking the integer-promotion of many different vectorNadav Rotem2011-06-14
* Disable trunc-store simplification on vectors.Nadav Rotem2011-06-14
* Be more obvious about what is being tested.Cameron Zwarich2011-06-14
* Implement Jakob's suggestion on how to detect fall thought without callingRafael Espindola2011-06-14
* Add one more argument to the prefetch intrinsic to indicate whether it's a dataBruno Cardoso Lopes2011-06-14
* Make the threshold used by branch folding softer. Before we would get aRafael Espindola2011-06-14
* Fit banner in 80-col and adjust whitespace. No functionality changes.Nick Lewycky2011-06-14
* Use IRBuilder to make our intrinsic calls in the inliner so that we pick upJohn McCall2011-06-14
* Update BitcodeWriter to match recent Triple changes. rdar://9603399Evan Cheng2011-06-14
* Use Value::stripPointerCasts instead of reinventing part of the wheel.Nick Lewycky2011-06-14
* Fix grammar.Cameron Zwarich2011-06-13
* Clean up a few 80 column violations.Jim Grosbach2011-06-13
* Rename MergeInType to MergeInTypeForLoadOrStore.Cameron Zwarich2011-06-13
* Remove the HadAVector instance variable and replace it with a use of ScalarKind.Cameron Zwarich2011-06-13