summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Add support for emitting 64-bit integersChris Lattner2005-07-12
* Add some apparently undocumented ELF section header flagsChris Lattner2005-07-12
* Clean up and add comments to the newly implemented subtarget code.Nate Begeman2005-07-12
* Clean up the TargetSubtarget class a bit, removing an unnecessary argumentNate Begeman2005-07-12
* Implement Subtarget supportNate Begeman2005-07-12
* The symbol table just needs a const GlobalValue*, not a non-const one.Chris Lattner2005-07-11
* expose a new code emitter objectChris Lattner2005-07-11
* add a helper methodChris Lattner2005-07-11
* add a name mangler objectChris Lattner2005-07-11
* Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode.Chris Lattner2005-07-10
* Move TRUNCSTORE to using a VTSDNode operand instead of being a MVTSDNode.Chris Lattner2005-07-10
* Introduce a new VTSDNode class with the ultimate goal of eliminating theChris Lattner2005-07-10
* Final Changes For PR495:Reid Spencer2005-07-08
* fix typoJeff Cohen2005-07-08
* For PR495:Reid Spencer2005-07-07
* For PR495:Reid Spencer2005-07-07
* Add support for building/representing the symbol table, add some enum constantsChris Lattner2005-07-07
* Make several cleanups to Andrews varargs change:Chris Lattner2005-07-05
* Don't crash on a query where the block is not in any loop. Thanks toChris Lattner2005-06-29
* iniital checkin of ELFWriter header.Chris Lattner2005-06-27
* add some new file typesChris Lattner2005-06-25
* refactor these interfaces a bitChris Lattner2005-06-25
* improve commentsChris Lattner2005-06-24
* make AliasAnalysis know that VAArg writes memory. This is extremely conserva...Andrew Lenharth2005-06-20
* fix DCE + va_arg problemAndrew Lenharth2005-06-19
* header file changes for varargsAndrew Lenharth2005-06-18
* Make sure a variable is initialized before use to clean up a warning fromReid Spencer2005-06-18
* silence a huge number of bogus warnings with GCC 4 on Reid's tester.Chris Lattner2005-06-17
* Added ModuloSchedSB as a friend class.Tanya Lattner2005-06-17
* Don't lie to the casual reader about Value subclassing from Annotable.Reid Spencer2005-06-15
* Add some operators the PowerPC backend needs to efficiently and correctlyNate Begeman2005-06-15
* Give the asmparser the ability to parse strings, patch contributed byChris Lattner2005-05-20
* remove deprecated methodsChris Lattner2005-05-16
* Remove the check for the ffsll function. Its no longer needed by theReid Spencer2005-05-15
* fix warningChris Lattner2005-05-15
* fix compiler warningChris Lattner2005-05-15
* Some cleanups for compilation with GCC 4.0.0 to remove warnings:Reid Spencer2005-05-15
* Forgot to commit this earlier. Its part of the simplify-libcallsReid Spencer2005-05-14
* add a new mapChris Lattner2005-05-14
* Add a way to construct an arbitrary node, cleanly.Chris Lattner2005-05-14
* add accessorsChris Lattner2005-05-14
* Pass the dag into LowerOperationChris Lattner2005-05-14
* Print the symbolic register name in a register allocator debug dump.Chris Lattner2005-05-14
* Add an isTailCall flag to LowerCallToChris Lattner2005-05-13
* add TAILCALL nodeChris Lattner2005-05-13
* add a new methodChris Lattner2005-05-13
* allow a virtual register to be associated with live-in values.Chris Lattner2005-05-13
* rename the ADJCALLSTACKDOWN/ADJCALLSTACKUP nodes to be CALLSEQ_START/BEGIN.Chris Lattner2005-05-12
* LowerCallTo now takes the cc to useChris Lattner2005-05-12
* Add a little hookChris Lattner2005-05-12