aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Implement SetInterruptFunction for Windows.Jeff Cohen2005-08-021-1/+2
* add a new function protoChris Lattner2005-08-021-0/+9
* Mark these as V9 specificChris Lattner2005-08-011-5/+4
* Keep tabs and trailing spaces out.Jeff Cohen2005-07-301-2/+2
* Break SCEVExpander out of IndVarSimplify into its own .h/.cpp file so thatNate Begeman2005-07-301-0/+180
* support near allocations for the JITAndrew Lenharth2005-07-291-1/+3
* new is not a valid default anywhere, so make this pure virtualAndrew Lenharth2005-07-281-5/+2
* Like constants, globals on some platforms are GOT relative. This means they ...Andrew Lenharth2005-07-281-0/+6
* Please do not reintroduce tabs.Jeff Cohen2005-07-281-3/+3
* Fix PR608:Reid Spencer2005-07-271-3/+3
* Eliminate tabs and trailing spaces.Jeff Cohen2005-07-2714-57/+57
* allow constants to be relocated like GV (necessary for alpha, as constants ar...Andrew Lenharth2005-07-222-7/+66
* For: memory operations -> storesReid Spencer2005-07-191-0/+67
* Add two helper methods, adjust a prototypeChris Lattner2005-07-161-4/+12
* Add ability to set TYPE and FLAGS field for section triviallyChris Lattner2005-07-161-1/+4
* Major refactor of the ELFWriter code. Instead of building up one bigChris Lattner2005-07-161-63/+97
* * Correct the AC_DEFINE for LLVM_PATH_GRAPHVIZ to use AC_DEFINE_UNQUOTED soReid Spencer2005-07-141-0/+6
* Put the path to the Graphviz program in the #defines so it can be used.Reid Spencer2005-07-141-0/+3
* 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