summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Remove TLI.LowerReturnTo, and just let targets custom lower ISD::RET forNate Begeman2006-01-27
* Using bit size of integers instead of ambiguous "long" et all.Jim Laskey2006-01-27
* Sorry - really folowing convention.Jim Laskey2006-01-27
* Improve visibility/correctness of operand indices in "llvm.db" objects.Jim Laskey2006-01-27
* Fix auto-upgrade of intrinsics to work properly with both assembly andReid Spencer2006-01-27
* add a methodChris Lattner2006-01-27
* Add a common INLINEASM opcodeChris Lattner2006-01-26
* Dropped DwarfWriter::Jim Laskey2006-01-26
* Add new INLINEASM nodeChris Lattner2006-01-26
* Use global information to fill out Dwarf compile units.Jim Laskey2006-01-26
* Improve compatibility with VC2005, patch by Morten Ofstad!Jeff Cohen2006-01-26
* add some methods for case-insensitive string comparesChris Lattner2006-01-26
* Use find instead of lower_bounds.Jim Laskey2006-01-26
* Add a method for inline asm support.Chris Lattner2006-01-26
* Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals.Jim Laskey2006-01-26
* Add support to find existing entries.Jim Laskey2006-01-26
* Remember plugins should someone like bugpoint want to know them.Andrew Lenharth2006-01-26
* Split out Dwarf constants for use outside DwarfWriter.Jim Laskey2006-01-26
* add methods for constraint parsingChris Lattner2006-01-26
* Allow use of isa<InlineAsm>(X) without #including InlineAsm.hChris Lattner2006-01-26
* Duh.Evan Cheng2006-01-26
* add another methodChris Lattner2006-01-25
* add some useful accessors :)Chris Lattner2006-01-25
* Change inline asms to be uniqued like constants, not embedded in a Module.Chris Lattner2006-01-25
* No need to keep track of top and bottom nodes in a group since the vector isEvan Cheng2006-01-25
* First part of bug 680:Nate Begeman2006-01-25
* Add a enum to specify target scheduling preference: SchedulingForLatency orEvan Cheng2006-01-25
* Some minor scheduler changes.Evan Cheng2006-01-25
* add a methodChris Lattner2006-01-24
* Be consistent in using class/struct to keep Visual Studio happy.Jeff Cohen2006-01-24
* Initial checkin of the InlineAsm classChris Lattner2006-01-24
* Crude Dwarf global variable debugging.Jim Laskey2006-01-24
* Add global scope asm supportChris Lattner2006-01-23
* another couple selectsAndrew Lenharth2006-01-23
* another selecttoAndrew Lenharth2006-01-23
* Skeleton of the list schedule.Evan Cheng2006-01-23
* Update for including additional function tests.Reid Spencer2006-01-23
* Factor out more instruction scheduler code to the base class.Evan Cheng2006-01-23
* Speedup and simplify pass registration by the observation that there isChris Lattner2006-01-23
* This only needs <iosfwd> not <iostream>Chris Lattner2006-01-22
* This header should not pull in <iostream>Chris Lattner2006-01-22
* Visual Studio neurotic about inconsistent class/struct usage.Jeff Cohen2006-01-22
* Do some code refactoring on Jim's scheduler in preparation of the new listEvan Cheng2006-01-21
* Simplify search for abbreviations.Jim Laskey2006-01-21
* Correct some simple errors.Jim Laskey2006-01-21
* Right size integer values before emitting.Jim Laskey2006-01-20
* Reworked how Dwarf debug info entries and abbreviations are handled. AddedJim Laskey2006-01-20
* Make sure that libm is used during config tests so that ceil, floor, andReid Spencer2006-01-19
* For PR696:Reid Spencer2006-01-19
* 1. Documentation upgrade.Reid Spencer2006-01-19