aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fix some out of date prose dating from the LLVMContext changes.Chris Lattner2010-02-171-3/+3
* Fix comment.Daniel Dunbar2010-02-171-1/+1
* redisable this to save people a small amount of build time.Chris Lattner2010-02-171-1/+1
* Dead code elimination.Jakob Stoklund Olesen2010-02-172-38/+0
* "Fix and issue in SparcAsmPrinter where multiple identical .LLGETPCHn symbols...Chris Lattner2010-02-171-5/+6
* move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter,Chris Lattner2010-02-176-37/+75
* add a note, from PR5100Chris Lattner2010-02-171-0/+2
* add missing method, PR6284Chris Lattner2010-02-171-1/+3
* add optional debian instructions, PR6272Chris Lattner2010-02-171-2/+8
* Added routine to clone the body of a function and maintain a map of alreadySanjiv Gupta2010-02-172-0/+45
* Mention an API change.Duncan Sands2010-02-171-0/+4
* Pacify gcc-4.5, which warns (correctly) that these switches haveDuncan Sands2010-02-171-2/+2
* Revert:Eric Christopher2010-02-172-17/+1
* reduce nesting.Chris Lattner2010-02-171-3/+7
* Added a function to clone locals of a function.( which for pic16 are globalsSanjiv Gupta2010-02-172-1/+47
* improve comments, the matcher is now feature complete, on to codegen.Chris Lattner2010-02-171-1/+5
* Removed header files from .h by adding forward decls.Sanjiv Gupta2010-02-172-22/+27
* Added BFI for disassembly only.Johnny Chen2010-02-171-0/+11
* sink special case "cannotyetselect" for intrinsics out of the Chris Lattner2010-02-172-14/+7
* Emulate the current isel's "IsChainCompatible" logic for now.Chris Lattner2010-02-175-6/+57
* properly record chain inputs to complex patterns,Chris Lattner2010-02-171-6/+13
* rename and document some arguments so I don't have to keepChris Lattner2010-02-171-11/+18
* Use pointer-wide encoding for LSDA and FDE on Darwin.Anton Korobeynikov2010-02-171-4/+4
* simplify IsChainCompatible codegen, add comments. no Chris Lattner2010-02-172-8/+14
* Removed an early out which was causing the PBQP allocator to not compute live...Lang Hames2010-02-171-4/+0
* Fix SCEVExpander's existing PHI reuse checking to recognize theDan Gohman2010-02-171-0/+13
* Before setting scope end marker, pay attention to scope begin marker and exis...Devang Patel2010-02-172-1/+42
* Prep work to handle input chains of matched patterns and checking forChris Lattner2010-02-171-4/+28
* daniel remembered why this was needed.Chris Lattner2010-02-171-1/+4
* add a comment explaining why darwin/i386 uses ## as a comment.Chris Lattner2010-02-171-0/+2
* record input chains.Chris Lattner2010-02-171-0/+9
* prefix captured value names with $ so they look likeChris Lattner2010-02-172-5/+4
* Initial implementation of PIC16 Cloner pass.Sanjiv Gupta2010-02-172-0/+254
* Don't check for comments, which vary between subtargets.Dan Gohman2010-02-171-1/+1
* improve comments on OPC_Record to say what we're recording a node.Chris Lattner2010-02-173-3/+11
* Fold bswap(undef) to undef.Dan Gohman2010-02-172-0/+12
* Delete some unneeded casts.Dan Gohman2010-02-171-2/+2
* Don't attempt to divide INT_MIN by -1; consider such cases toDan Gohman2010-02-172-0/+30
* make the new isel's interpreter loop call the generated Chris Lattner2010-02-172-6/+10
* improve comments in generated matcher a bit.Chris Lattner2010-02-171-12/+12
* Make the operand and format specifier match, and print allDan Gohman2010-02-171-1/+1
* make the new isel generator plop out a CheckComplexPattern functionChris Lattner2010-02-174-6/+52
* Wrap lines to 80 columns and generally try to clean up whitespace andBob Wilson2010-02-171-312/+216
* roundss is an sse 4 thing, fix the test on non-sse41 buildersChris Lattner2010-02-171-1/+1
* fix inverted condition.Chris Lattner2010-02-171-1/+3
* Make g5 target explicit; scheduling affects register choice.Dale Johannesen2010-02-161-1/+1
* complex patterns don't get 'record' nodes, they implicitlyChris Lattner2010-02-161-1/+20
* clean up some code, eliminate NodeIsComplexPattern, whichChris Lattner2010-02-161-18/+5
* Make error statement more personal.Bill Wendling2010-02-161-1/+1
* fix indentationChris Lattner2010-02-161-62/+66