aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* BranchProbabilityInfo: floating point equality is unlikely.Benjamin Kramer2011-10-211-2/+34
* Assembly parsing for 3-register variant of VLD1.Jim Grosbach2011-10-218-23/+46
* STABS symbols are debug symbols.Owen Anderson2011-10-211-1/+3
* Minor simplification: use ShuffleVectorInst::getMaskValue instead of a more e...Eli Friedman2011-10-211-2/+2
* Extend instcombine's shufflevector simplification to handle more cases where ...Eli Friedman2011-10-212-61/+241
* ARM VLD parsing and encoding.Jim Grosbach2011-10-218-255/+285
* Don't automatically set the "fc" bits on MSR instructions if the user didn't ...Owen Anderson2011-10-211-3/+7
* Bind libObject API for obtaining the section containing a Symbol.Owen Anderson2011-10-212-0/+8
* Expand the coverage of the libObject C bindings to include more SectionRef ac...Owen Anderson2011-10-212-2/+100
* Fix pr11194. When promoting and splitting integers we need to useNadav Rotem2011-10-212-3/+31
* Nuke an #if0 that got accidentally left in.Jim Grosbach2011-10-211-31/+0
* whitespace.Jim Grosbach2011-10-211-1/+1
* Don't hard code the desired alignment for loops -- it isn't 16-bytes onChandler Carruth2011-10-211-3/+3
* Remove some outdated comments.Jim Grosbach2011-10-211-11/+11
* 1. Fix the widening of SETCC in WidenVecOp_SETCC. Use the correct return CC t...Nadav Rotem2011-10-214-14/+47
* Ensure timestamps are not embedded into files when doing a release build.Duncan Sands2011-10-211-0/+1
* Fix build on mingw-w64.Anton Korobeynikov2011-10-211-6/+8
* Add loop aligning to MachineBlockPlacement based on review discussion soChandler Carruth2011-10-212-5/+108
* Add a very basic test for MachineBlockPlacement. This is essentially theChandler Carruth2011-10-211-0/+75
* Modify the script to output the regressions and passes into categories. My Py...Bill Wendling2011-10-211-9/+44
* Remove intrinsics for X86 BLSI, BLSMSK, and BLSR intrinsics and replace with ...Craig Topper2011-10-215-51/+93
* Implement a block placement pass based on the branch probability andChandler Carruth2011-10-216-2/+643
* Check for divide by zero.Bill Wendling2011-10-211-2/+2
* Remove a now dead function, fixing -Wunused-function warnings fromChandler Carruth2011-10-211-20/+0
* Fix unused variable warning.Richard Smith2011-10-211-1/+1
* Revert r142618, r142622, and r142624, which were based on an incorrect readin...Owen Anderson2011-10-204-65/+77
* Fix decoding tests for fixed MSR encodings.Owen Anderson2011-10-202-55/+5
* Remove unused include of sys/uio.h in MemoryBuffer.cpp. It was not correctly ...David Meyer2011-10-201-1/+0
* Fix tests for corrected MSR encodings.Owen Anderson2011-10-201-18/+18
* Disable the PPC hazard recognizer. It currently only supportsDan Gohman2011-10-201-2/+8
* Delete the list-tdrr scheduler. Top-down schedulers are going awayDan Gohman2011-10-203-209/+11
* Separate out ARM MSR instructions into M-class versions and AR-class versions...Owen Anderson2011-10-201-4/+42
* Add missing operand. <rdar://problem/10313323>Bill Wendling2011-10-201-1/+2
* Also compare the built dragonegg objects between phases 2 and 3.Duncan Sands2011-10-201-1/+2
* Reset the system compiler each time we start a new flavour. OtherwiseDuncan Sands2011-10-201-2/+3
* Haven't yet found a nice way to handle TargetData verification in theLang Hames2011-10-202-38/+109
* Revert r142579, "Fix a type in the legalization of CONCAT_VECTORS". This is Chad Rosier2011-10-201-1/+1
* As Evan suggested, loads from constant pool are safe to speculate.Devang Patel2011-10-201-5/+5
* Add a comment.Devang Patel2011-10-201-1/+3
* Tidy up. Trailing whitespace.Jim Grosbach2011-10-201-2/+2
* ARM VLD1/VST1 (one register, no writeback) assembly parsing and encoding.Jim Grosbach2011-10-203-228/+226
* Tidy up formatting.Jim Grosbach2011-10-201-46/+59
* ARM VTBX (one register) assembly parsing and encoding.Jim Grosbach2011-10-202-16/+15
* Fix a type in the legalization of CONCAT_VECTORS.Nadav Rotem2011-10-201-1/+1
* Add support for testing dragonegg. This is disabled by default.Duncan Sands2011-10-201-37/+174
* Comment out or remove unused parameter names so as to avoid a slew ofDuncan Sands2011-10-201-63/+69
* Avoid warnings about the parameter G being unused.Duncan Sands2011-10-201-1/+1
* Refactor code from inlining and globalopt that checks whether a function defi...Eli Friedman2011-10-206-7/+52
* Remove useless code.Eli Friedman2011-10-201-6/+0
* A FIXME about block addresses and indirectbr.Eli Friedman2011-10-201-0/+6