summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Added a temporary option -enable-x86-sse to enable sse support. It is used byEvan Cheng2006-01-27
* Bye bye Pattern ISel, hello DAG ISel.Evan Cheng2006-01-27
* 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
* A better workaroundEvan Cheng2006-01-27
* Sorry - really folowing convention.Jim Laskey2006-01-27
* force sse/3dnow off until they work. This fixes all the x86 failures last nightChris Lattner2006-01-27
* Following convention.Jim Laskey2006-01-27
* Unbreak the JIT with SSEChris Lattner2006-01-27
* fix buildAndrew Lenharth2006-01-27
* Fix build error that is apparently only a warning with some compilers.Chris Lattner2006-01-27
* Forgot the version number.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
* x86 CPU detection and proper subtarget supportEvan Cheng2006-01-27
* Subtarget feature can now set any variable to any valueEvan Cheng2006-01-27
* Stub out a methodChris Lattner2006-01-27
* PHI and INLINEASM are now built-in instructions provided by Target.tdChris Lattner2006-01-27
* Add a default NoItinerary class for targets to use.Chris Lattner2006-01-27
* Teach the scheduler to emit the appropriate INLINEASM MachineInstr for anChris Lattner2006-01-26
* initial selectiondag support for new INLINEASM node. Note that inline asmsChris 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
* Implement a method for inline asm supportChris Lattner2006-01-26
* Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals.Jim Laskey2006-01-26
* Improve compatibility with VC2005, patch by Morten Ofstad!Chris Lattner2006-01-26
* dynamically allocate plugin space as neededAndrew Lenharth2006-01-26
* Remember plugins should someone like bugpoint want to know them.Andrew Lenharth2006-01-26
* Added preliminary x86 subtarget support.Evan Cheng2006-01-26
* fix stack corruption! Previously, 16-byte whole-FP-register stores wereDuraid Madina2006-01-26
* some hooveringDuraid Madina2006-01-26
* Rest of subtarget support, remove references to ppcChris Lattner2006-01-26
* Add trivial subtarget supportChris Lattner2006-01-26
* minor renamingAndrew Lenharth2006-01-26
* allow R28 to be used for frame calculations without entirely removing it from...Andrew Lenharth2006-01-26
* Work around some x86 Darwin assembler bugsEvan Cheng2006-01-26
* add method for constraint parsingChris Lattner2006-01-26
* When trying to fold X86::SETCC into a Select, make a copy if it has more thanEvan Cheng2006-01-26
* teach the cloner to handle inline asmsChris Lattner2006-01-26
* parse and verify the constraint string.Chris Lattner2006-01-26
* Clean up some code; improve efficiency; and fixed a potential bug involvingEvan Cheng2006-01-26
* Remove the uses of STATUS flag register. Rely on node property SDNPInFlag,Evan Cheng2006-01-26
* Make sure the only user of InlineAsm's are direct calls.Chris Lattner2006-01-26
* oopsAndrew Lenharth2006-01-25
* add bc reader/writer support for inline asmChris Lattner2006-01-25
* forgot oneAndrew Lenharth2006-01-25
* regenerateChris Lattner2006-01-25
* Parse inline asm objectsChris Lattner2006-01-25
* Print InlineAsm objectsChris Lattner2006-01-25
* make things compile againAndrew Lenharth2006-01-25