summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add a new function attribute, nonlazybind, which inhibits lazy-loadingJohn McCall2011-06-15
* Remove unused code.Eli Friedman2011-06-15
* Document ADT/PackedVector.h in "Programmer's Manual" doc.Argyrios Kyrtzidis2011-06-15
* Add unit tests for ADT/PackedVectorArgyrios Kyrtzidis2011-06-15
* Constify PackedVector::reference::operator T().Argyrios Kyrtzidis2011-06-15
* Diagnostic for undefined assembler local symbols.Jim Grosbach2011-06-15
* Disabling this test until I can figure out the right lit flags.Andrew Trick2011-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
* TargetLoweringOpt is a struct used by DAGCombine, not a pass.Chad Rosier2011-06-15
* Make PPC64CompilationCallback compilable no non-darwin platforms.Roman Divacky2011-06-15
* getZeroExtendInReg needs to get a scalar typeNadav Rotem2011-06-15
* This test was failing on X86 machines which do not have SSE4. Fixed the test byNadav 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
* Use a SetTheory instance to expand register lists in register classes.Jakob Stoklund Olesen2011-06-15
* Remove the LTO stuff from the profile_rt library's Makefile.Bill Wendling2011-06-15
* Give CodeGenRegisterClass a real sorted member set.Jakob Stoklund Olesen2011-06-15
* Improve the heuristic to emit the alias if the number of hard-coded registersBill Wendling2011-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
* Move the list of register classes into CodeGenRegBank as well.Jakob Stoklund Olesen2011-06-15
* Add an optimization that looks for a specific pair-wise add pattern and gener...Tanya Lattner2011-06-14
* Add triple.Rafael Espindola2011-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
* Check the llc output.Rafael Espindola2011-06-14
* PR10136: fix PPCTargetLowering::LowerCall_SVR4 so that a necessary CopyToReg ...Eli Friedman2011-06-14
* Anna's test commit.Anna Zaks2011-06-14
* Test case for x86 MMX inline asm. rdar://problem/8886707Stuart Hastings2011-06-14
* Revert 133010. Self-hosted buildbot unhappy.Jim Grosbach2011-06-14
* Diagnostic for undefined assembler local symbols.Jim Grosbach2011-06-14
* Add a test for the recent regression.Rafael Espindola2011-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
* This test is still failing. Delete the rest of it.Dan Gohman2011-06-14
* Revert r132991. This test is failing on theDan Gohman2011-06-14
* Fix a compile time regression caused by too small hash tables.Jakob Stoklund Olesen2011-06-14
* Add 132986 back, but avoid non-determinism if a bb address gets reused.Rafael Espindola2011-06-14
* Add a testcase for #9623Nadav Rotem2011-06-14
* revert 132986 to see if the bots go green.Rafael Espindola2011-06-14
* This testcase cause a failure on some bots. Remove the failing test untilNadav Rotem2011-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