summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* make these tests pass when run on a G5.Chris Lattner2009-02-204-5/+5
* Implement "superhero" strength reduction, or full strengthDan Gohman2009-02-204-111/+381
* Add an accessor method to DwarfWriter to tell of debugging info should be emi...Bill Wendling2009-02-203-6/+16
* Add a default debug location object to the Machine Function. It's used to emi...Bill Wendling2009-02-201-0/+12
* Temporarily revert r65065. It was causing test failures.Bill Wendling2009-02-191-1/+3
* Print out debug info when printing the machine instruction.Bill Wendling2009-02-191-0/+9
* Check for -fast here too.Bill Wendling2009-02-191-3/+1
* Generate these labels when we're in "fast" mode, not simply when we're no inBill Wendling2009-02-193-11/+9
* Describe tail merging's use of InsertBranch.Dale Johannesen2009-02-191-6/+11
* Use DEBUG() instead of passing *DOUT to WriteAsOperand,Dan Gohman2009-02-191-17/+7
* Make the debug output of LSR less cryptic and more informative.Dan Gohman2009-02-191-29/+46
* Print out a new label only if the debug location *tuple* is different. The debugBill Wendling2009-02-192-6/+16
* Forgot to check that debug information is supported.Bill Wendling2009-02-191-2/+2
* Regenerate.Nick Lewycky2009-02-191-2/+2
* Default to building with position independent code. This may increase LLVM'sNick Lewycky2009-02-191-3/+3
* If an executable is run through a symlink, dladdr will return theChris Lattner2009-02-191-3/+8
* Fix the logic in this assertion to properly validate the numberDan Gohman2009-02-191-2/+3
* Reapply r57340. VMKit does not presently rely on materializeFunctionDan Gohman2009-02-191-2/+2
* Temporarily XFAIL this test.Bill Wendling2009-02-191-0/+1
* Put code that generates debug labels into TableGen so that it can be used byBill Wendling2009-02-189-25/+26
* add proper asmwriter and asmparser support for anonymous functions.Chris Lattner2009-02-183-11/+41
* In theory the aliasee may have dead constant usersDuncan Sands2009-02-181-0/+1
* really fix styleRafael Espindola2009-02-181-6/+6
* The subprogram die may not exist while creating "default" scope.Devang Patel2009-02-182-1/+35
* Use a sign-extend instead of a zero-extend when promoting aDan Gohman2009-02-186-19/+96
* Simplify by using dyn_cast instead of isa and cast.Dan Gohman2009-02-181-6/+5
* Clarify the definition of "latch block" in a comment.Dan Gohman2009-02-181-4/+4
* Add explicit keywords.Dan Gohman2009-02-185-6/+6
* Add support to the JIT for true non-lazy operation. When a call to a functionNate Begeman2009-02-1813-40/+289
* fix styleRafael Espindola2009-02-181-4/+2
* Add a test for r61358, which I forgot to add way back when.Owen Anderson2009-02-181-0/+193
* Factor out the code to add a MachineOperand to a MachineInstrBuilder.Dan Gohman2009-02-189-161/+63
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-1816-31/+31
* Change the argument type in this test to something less convoluted,Dan Gohman2009-02-181-1/+1
* GV with null value initializer shouldn't go to BSS if it's meant for a mergea...Evan Cheng2009-02-184-3/+12
* allow TimeRegion to take a potentially-null pointer to aChris Lattner2009-02-181-4/+9
* Fix a corner case in the new indvars promotion logic: if thereDan Gohman2009-02-182-19/+63
* Fix a typo in a comment.Dan Gohman2009-02-181-1/+1
* If an alias is dead and so is its aliasee, then globaldce wouldDuncan Sands2009-02-172-8/+20
* And now, not so elegant, test case...Devang Patel2009-02-171-0/+13
* Remove changes that were accidently included in previous commit.Devang Patel2009-02-171-6/+0
* The debugger sometimes lookup dynamically in the runtime to find ivar info of...Devang Patel2009-02-176-6/+31
* Remove trailing whitespace to reduce later commit patch noise.Scott Michel2009-02-1710-1729/+1729
* Emit debug info for bitfields.Devang Patel2009-02-174-7/+49
* tools like nm and ar only need register_claim_file and add_symbols. Don't abortRafael Espindola2009-02-171-5/+10
* LoopIndexSplit doesn't actually use ScalarEvolution.Dan Gohman2009-02-171-4/+1
* Add a method to ScalarEvolution for telling it when a loop has beenDan Gohman2009-02-174-12/+37
* commit a tweaked version of Daniel's patch for PR3599. We nowChris Lattner2009-02-172-26/+52
* Move dumpPassStructure out of line.Dan Gohman2009-02-172-9/+12
* Tidy whitespace.Dan Gohman2009-02-171-17/+16
OpenPOWER on IntegriCloud