aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a pass to overlay pic16 data sections for function frame and automaticSanjiv Gupta2009-10-2111-6/+341
* Added more options to mcc16 driver.Sanjiv Gupta2009-10-213-38/+124
* Match more patterns to movt.Evan Cheng2009-10-216-17/+65
* Need a comma after imp-use.Evan Cheng2009-10-211-1/+3
* De-bork CMake buildDouglas Gregor2009-10-211-1/+0
* Set comment string, patch by Johnny Chen!Chris Lattner2009-10-211-0/+2
* make GVN work better when TD is not around:Chris Lattner2009-10-211-15/+21
* tidyChris Lattner2009-10-211-1/+1
* Fix some more NEON instruction encoding problems.Bob Wilson2009-10-211-6/+6
* Do not remove dead metadata for now.Devang Patel2009-10-211-1/+2
* Leave some NEON instruction encoding bits unspecified instead of settingBob Wilson2009-10-212-198/+247
* Clarify documentation on multi_val options.Mikhail Glushenkov2009-10-211-2/+3
* Implement any_[not_]empty and list versions of switch_on and [not_]empty.Mikhail Glushenkov2009-10-211-60/+146
* Revert r84658 and r84691. They were causing llvm-gcc bootstrap to fail.Dan Gohman2009-10-214-498/+328
* IPSCCP is missing stuff.Chris Lattner2009-10-211-0/+7
* This is passing on Darwin PPC.Bill Wendling2009-10-211-1/+1
* Delete the MacOSJITEventListener per echristo's request. It was disabled byJeffrey Yasskin2009-10-213-175/+1
* Add noteAnton Korobeynikov2009-10-211-0/+2
* Be crazy and assert in case of unsupported modifier passed.Anton Korobeynikov2009-10-211-0/+1
* Handle external symbolsAnton Korobeynikov2009-10-212-2/+14
* Distinguish between pcrel imm operands and 'normal' ones. Fix fixes gross wei...Anton Korobeynikov2009-10-214-9/+23
* Add basic block operands & jump kindsAnton Korobeynikov2009-10-215-16/+43
* Ignore all implicit reg operandsAnton Korobeynikov2009-10-211-0/+2
* Add a workaround for different memops prefixesAnton Korobeynikov2009-10-211-3/+6
* Checkpoint MCInst printer. We (almostly) able to print global / JT / constpoo...Anton Korobeynikov2009-10-215-11/+106
* Add reg-imm testsAnton Korobeynikov2009-10-212-0/+74
* Add simple operand printing stuffAnton Korobeynikov2009-10-212-4/+19
* Add experimental MSP430 MCInstLowering stuffAnton Korobeynikov2009-10-214-1/+155
* Wire up MSP430 printMCInst() methodAnton Korobeynikov2009-10-211-0/+4
* Add MSP430 InstPrinter stubAnton Korobeynikov2009-10-213-0/+84
* Use proper target dataAnton Korobeynikov2009-10-211-1/+1
* Respect src register allocation requirements when breaking anti-dependencies....David Goodwin2009-10-201-17/+20
* Cosmetic changes.Devang Patel2009-10-204-18/+18
* Fix -Asserts warning.Daniel Dunbar2009-10-201-2/+3
* Fix invalid for vector types fneg(bitconvert(x)) => bitconvert(x ^ sign)Anton Korobeynikov2009-10-202-4/+54
* Oops. Backing out 84681 - needs to wait for the indexing patch.Lang Hames2009-10-201-54/+35
* Added some debugging output to pre-alloc splitting.Lang Hames2009-10-201-35/+54
* add a real testcase for PR4313Chris Lattner2009-10-201-0/+32
* add a test similar to that needed for PR4313, but that doesn'tChris Lattner2009-10-201-0/+30
* the date on this testcase is wrong, it is unreduced, and it passes without th...Chris Lattner2009-10-201-716/+0
* Fix another place that calls Loop::contains a lot to construct a sortedDan Gohman2009-10-201-1/+4
* merge and filecheckizeChris Lattner2009-10-203-47/+67
* merge two tests and convert to filecheck.Chris Lattner2009-10-202-36/+46
* Disable by default while debuggingJim Grosbach2009-10-201-1/+1
* alternate fix for PR5258 which avoids worklist problems, with reduced testcase.Chris Lattner2009-10-203-359/+41
* add cmd line opt to disable frame index reuse for ARM and T2. debug aid.Jim Grosbach2009-10-201-0/+7
* Restore LoopUnswitch's block-oriented threshold. LoopUnswitch now checks bothDan Gohman2009-10-201-36/+27
* Checkpoint more aggressive anti-dependency breaking for post-ra scheduler.David Goodwin2009-10-204-319/+486
* Better handle instructions that re-def a scratch registerJim Grosbach2009-10-201-9/+18
* Following r84485, add Defs = [EFLAGS] to the 32-bit lock instructions too.Dan Gohman2009-10-201-0/+2