summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* Change all #include'd files to be :: rules instead of : rulesChris Lattner2003-08-21
* Add support for the sig(set|long)jmp intrinsicsChris Lattner2003-08-18
* Spell `necessary' correctly.Misha Brukman2003-08-18
* Fix ABI issue: Longs really do need to be only 4 byte aligned on X86.Chris Lattner2003-08-17
* Rename -emitmaps to -enable-mapsBrian Gaeke2003-08-16
* Now that the JIT memory manager allocates as many bytes as necessary rather thanMisha Brukman2003-08-15
* Fix register and parameter numbers in saving double FP registers.Misha Brukman2003-08-15
* Remove uses of the NonCopyable class, to make the doxygen output look betterChris Lattner2003-08-15
* Adjust to new API, add expandCall stubChris Lattner2003-08-15
* Add support for unconditional branches and for emitting JE instructionsChris Lattner2003-08-15
* Add a bunch of new node types, including a new Void dummy register classChris Lattner2003-08-15
* * Must save FP registers when calling CompilationCallback(), because FPMisha Brukman2003-08-15
* Improvement to the previous fix: branch following a delay slot ofVikram S. Adve2003-08-14
* Stop annoying warnings about mismatched types with the argument of a freeChris Lattner2003-08-14
* Since we now have TableGen editing modes for VIM and (X)Emacs, we no longer needMisha Brukman2003-08-14
* Restore 'nice name' to passChris Lattner2003-08-14
* Factory methods for function passes now return type FunctionPass *.Brian Gaeke2003-08-14
* Unbreak SPARC backend: addPassesToJITCompile andBrian Gaeke2003-08-14
* Factory methods for function passes now return type FunctionPass *.Brian Gaeke2003-08-14
* Unbreak SPARC backend: addPassesToJITCompile andBrian Gaeke2003-08-14
* X86 static backend: smackedBrian Gaeke2003-08-13
* Factory methods for FunctionPasses now return type FunctionPass *.Brian Gaeke2003-08-13
* addPassesToJITCompile and addPassesToEmitMachineCode now take aBrian Gaeke2003-08-13
* addPassesToJITCompile now takes a FunctionPassManager, to supportBrian Gaeke2003-08-13
* Factory methods for FunctionPasses now return type FunctionPass *.Brian Gaeke2003-08-13
* Factory methods for FunctionPasses now return type FunctionPass *.Brian Gaeke2003-08-13
* Adjust files for move of mapping info stuff into the Sparc directoryChris Lattner2003-08-13
* Just incorporating some notes I wrote for myself into a place where they won'tBrian Gaeke2003-08-13
* For instructions in a delay slot of another instruction,Vikram S. Adve2003-08-12
* For an instruction with delay slots, mark all live values beforeVikram S. Adve2003-08-12
* Disable emitting LLVM-to-MI maps, by default.Vikram S. Adve2003-08-12
* Rename DNVT_bool to DNVT_i1 to be consistent with type systemChris Lattner2003-08-12
* Add support for basicblocks, setCC instructions, and branchesChris Lattner2003-08-12
* Fix va_arg to generate LDDFi for floating point values, instead of LDXi.Vikram S. Adve2003-08-12
* Add basic support for 16 and 32 bit function arguments!Chris Lattner2003-08-11
* add frameidx supportChris Lattner2003-08-11
* Sort #includes, eliminate #include of "llvm/Type.h" which was redundantChris Lattner2003-08-11
* Cygwin apparently works with %'s on registers!Chris Lattner2003-08-11
* Whoops, accidental checkin. :(Chris Lattner2003-08-11
* Add a new -enable-cygwin-compatible-output argument, which make the output moreChris Lattner2003-08-11
* Print % signs before register names; turn off "noprefix" mode in gas output.Brian Gaeke2003-08-11
* Register argument to va_start must be marked as defined!Vikram S. Adve2003-08-11
* Add (ret int) expander so that we can at least write testcasesChris Lattner2003-08-11
* Converted tabs to spaces.Misha Brukman2003-08-11
* Removed `-debug' so that spurious printouts of patterns are not seen atMisha Brukman2003-08-11
* Remove dead codeChris Lattner2003-08-11
* Add patterns for multiply, and, or, and xorChris Lattner2003-08-11
* add support for more nodesChris Lattner2003-08-11
* Until the pattern matching instruction selector is finished, enable debug out...Chris Lattner2003-08-11
* Add support for a pattern matching instruction selector. This is still inChris Lattner2003-08-11