summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Implement a test for the Graphviz program for Chris Lattner. The symbolReid Spencer2005-07-131-0/+3
* Eliminate tabsJeff Cohen2005-07-131-2/+2
* Win32 support for Mutex class.Jeff Cohen2005-07-131-3/+3
* For PR540:Reid Spencer2005-07-125-180/+68
* For PR540:Reid Spencer2005-07-121-0/+82
* For PR540:Reid Spencer2005-07-121-0/+6
* Add support for emitting 64-bit integersChris Lattner2005-07-121-1/+28
* Add some apparently undocumented ELF section header flagsChris Lattner2005-07-121-1/+12
* Clean up and add comments to the newly implemented subtarget code.Nate Begeman2005-07-121-3/+10
* Clean up the TargetSubtarget class a bit, removing an unnecessary argumentNate Begeman2005-07-121-6/+1
* Implement Subtarget supportNate Begeman2005-07-122-0/+49
* The symbol table just needs a const GlobalValue*, not a non-const one.Chris Lattner2005-07-111-5/+4
* expose a new code emitter objectChris Lattner2005-07-111-1/+14
* add a helper methodChris Lattner2005-07-111-0/+4
* add a name mangler objectChris Lattner2005-07-111-0/+5
* Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode.Chris Lattner2005-07-102-59/+8
* Move TRUNCSTORE to using a VTSDNode operand instead of being a MVTSDNode.Chris Lattner2005-07-102-15/+9
* Introduce a new VTSDNode class with the ultimate goal of eliminating theChris Lattner2005-07-102-10/+26
* Final Changes For PR495:Reid Spencer2005-07-082-125/+130
* fix typoJeff Cohen2005-07-081-1/+1
* For PR495:Reid Spencer2005-07-072-98/+56
* For PR495:Reid Spencer2005-07-071-3/+11
* Add support for building/representing the symbol table, add some enum constantsChris Lattner2005-07-071-7/+56
* Make several cleanups to Andrews varargs change:Chris Lattner2005-07-051-15/+20
* Don't crash on a query where the block is not in any loop. Thanks toChris Lattner2005-06-291-1/+2
* iniital checkin of ELFWriter header.Chris Lattner2005-06-271-0/+174
* add some new file typesChris Lattner2005-06-251-1/+1
* refactor these interfaces a bitChris Lattner2005-06-251-5/+12
* improve commentsChris Lattner2005-06-241-3/+3
* make AliasAnalysis know that VAArg writes memory. This is extremely conserva...Andrew Lenharth2005-06-201-0/+5
* fix DCE + va_arg problemAndrew Lenharth2005-06-191-0/+1
* header file changes for varargsAndrew Lenharth2005-06-184-54/+10
* Make sure a variable is initialized before use to clean up a warning fromReid Spencer2005-06-181-1/+2
* silence a huge number of bogus warnings with GCC 4 on Reid's tester.Chris Lattner2005-06-171-1/+2
* Added ModuloSchedSB as a friend class.Tanya Lattner2005-06-171-0/+3
* Don't lie to the casual reader about Value subclassing from Annotable.Reid Spencer2005-06-151-2/+1
* Add some operators the PowerPC backend needs to efficiently and correctlyNate Begeman2005-06-151-0/+20
* Give the asmparser the ability to parse strings, patch contributed byChris Lattner2005-05-201-0/+1
* remove deprecated methodsChris Lattner2005-05-162-26/+5
* Remove the check for the ffsll function. Its no longer needed by theReid Spencer2005-05-151-3/+0
* fix warningChris Lattner2005-05-151-1/+1
* fix compiler warningChris Lattner2005-05-151-1/+1
* Some cleanups for compilation with GCC 4.0.0 to remove warnings:Reid Spencer2005-05-157-12/+15
* Forgot to commit this earlier. Its part of the simplify-libcallsReid Spencer2005-05-141-0/+3
* add a new mapChris Lattner2005-05-141-0/+3
* Add a way to construct an arbitrary node, cleanly.Chris Lattner2005-05-141-2/+12
* add accessorsChris Lattner2005-05-141-0/+8
* Pass the dag into LowerOperationChris Lattner2005-05-141-1/+1
* Print the symbolic register name in a register allocator debug dump.Chris Lattner2005-05-141-1/+7
* Add an isTailCall flag to LowerCallToChris Lattner2005-05-131-2/+2