Oops, didn't handle hex values correctly. :(
[oota-llvm.git] / lib /
2001-10-15 Chris LattnerOops, didn't handle hex values correctly. :(
2001-10-14 Chris Lattner* Fix the constpoolarray -> c"" printing routines to...
2001-10-14 Chris LattnerMinor cleanup
2001-10-14 Chris LattnerImplement linker. It's 95% working now.
2001-10-14 Vikram S. AdveForward operands into implicit uses as well as explicit...
2001-10-14 Chris LattnerExternal methods shouldn't have argument lists
2001-10-14 Vikram S. AdveInsert code to trace values at basic block and method...
2001-10-14 Vikram S. AdveAdded routine to create a char array for a string.
2001-10-14 Vikram S. AdveTwo bug fixes that were suppressing some "load-constant...
2001-10-14 Chris LattnerMove the burg file to here. Add .in suffix to indicate...
2001-10-14 Chris LattnerMake the sparc.burg file be a little more flexible...
2001-10-13 Chris LattnerCheck in makefile
2001-10-13 Chris LattnerCompile the transforms directory
2001-10-13 Chris LattnerStart of a linker
2001-10-13 Chris LattnerImplement the invoke instruction
2001-10-13 Chris Lattner* Fix a nefarious bugs: TypesEqual was wrong for vararg...
2001-10-13 Chris LattnerConvert a runtime check into an assertion
2001-10-13 Chris Lattner* Add support for Module specific constants
2001-10-13 Chris LattnerAdd new TerminatorInst ctor for invoke
2001-10-13 Chris Lattner* Fix TODO
2001-10-13 Chris LattnerFix broken #endif
2001-10-13 Chris Lattner* Add #include
2001-10-13 Chris LattnerAdd StringList support
2001-10-13 Chris LattnerSupport the invoke instruction
2001-10-13 Chris LattnerSupport indirect calls
2001-10-13 Chris Lattnernot is a keyword in ansi C++, avoid it
2001-10-13 Chris Lattner* Fix privacy issues on RegToRefVecMap
2001-10-13 Chris Lattner* Use new style casts more
2001-10-13 Chris Lattner* Add real support for global variable addresses initia...
2001-10-13 Chris Lattner* Support writing GlobalVariables with info comments...
2001-10-13 Chris Lattner* Add support for forward references of global variable...
2001-10-13 Chris LattnerAdd operator< to ValID's so that they can be put in...
2001-10-13 Chris LattnerRemove exception specification
2001-10-13 Chris LattnerSupport the new Invoke instruction
2001-10-13 Chris LattnerSupport pointers to globals happily
2001-10-13 Chris LattnerFix code to make GCC 2.96 happy
2001-10-13 Chris Lattner* Add support for Invoke instructions
2001-10-13 Chris Lattnernot is a keyword in Ansi C++. Avoid it
2001-10-12 Ruchira Sasanka--corrected coalescing test: coalsed only if two are...
2001-10-12 Ruchira Sasankaadded support for implict operands in machine instruction
2001-10-12 Ruchira Sasanka--added support for implicit operands in machine instru...
2001-10-11 Vikram S. AdveRecord implicitRefs for each machine instruction instead of
2001-10-11 Vikram S. AdveAdd graph edges due to implicit refs in each machine...
2001-10-10 Vikram S. AdveDon't insert useful instructions in delay slot of a...
2001-10-10 Vikram S. AdveInsert code to load constants used as Call or Return...
2001-10-10 Vikram S. AdveMachine-independent code generation routines used in...
2001-10-10 Vikram S. AdveMoved code generation support routines to InstrSelectio...
2001-10-09 Ruchira Sasanka--removed %g regs being allocated - fix later
2001-10-03 Chris LattnerAdd comment
2001-10-03 Chris LattnerSupport multiple global's definitions
2001-10-03 Chris LattnerFactor parentness out of Module & GlobalVariable into...
2001-10-03 Chris LattnerRename getNullPointer to getNull
2001-10-03 Chris LattnerRename getNullPointer to getNull
2001-10-03 Chris LattnerAllow duplicate constant values as long as they are...
2001-10-03 Chris LattnerAdd check to make sure that we dont reference MEthodTyp...
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue
2001-10-03 Chris LattnerFirst try at a horrible global value reference wrapper
2001-10-03 Chris LattnerClean up parser, fix a bug that prevented this from...
2001-10-03 Chris Lattner* Add support for null as a constant
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-10-01 Chris LattnerAdd more support for new style casts
2001-10-01 Chris LattnerAdd support for new style casts
2001-10-01 Chris LattnerPull predecessor and successor iterators out of the...
2001-10-01 Chris LattnerFix emission of return instructions
2001-10-01 Vikram S. AdveSeveral fixes:
2001-09-30 Ruchira Sasankaremoving phy regaloc - incorrect file
2001-09-30 Vikram S. AdveChange latency of setuw and setsw to 2 cycles.
2001-09-30 Vikram S. AdveChange ! ( ...== ...) to !=.
2001-09-30 Vikram S. AdveImproved dump for disp type operand.
2001-09-30 Vikram S. AdveBug fixes:
2001-09-30 Vikram S. AdveMinor changes for bug fixes in SchedGraph.cpp.
2001-09-30 Vikram S. AdveTwo bug fixes:
2001-09-30 Ruchira Sasanka*** empty log message ***
2001-09-30 Ruchira Sasankaadded suggesting color support
2001-09-30 Ruchira Sasankaadded support for suggesting colors
2001-09-30 Ruchira Sasanka--added suggesting colors; call/ret arg handling
2001-09-30 Chris LattnerImplement constant pointers, and null specifically...
2001-09-30 Chris LattnerImplement a constant pointer value
2001-09-28 Chris LattnerFile #include file
2001-09-28 Chris LattnerPull iterators out of CFG.h and CFGdecls and put them...
2001-09-28 Chris Lattner* Properly escape function names
2001-09-28 Chris LattnerCheck in bug fix for vadve
2001-09-28 Chris LattnerInitial support for construction of a call graph
2001-09-28 Chris LattnerMake error report a little more useful
2001-09-28 Chris LattnerADCE is broken but at least we know why
2001-09-19 Ruchira Sasanka-- fixed a ret val bug
2001-09-19 Ruchira Sasanka-- removed debugging messages
2001-09-19 Ruchira Sasanka-fixed return value bug.
2001-09-19 Chris LattnerChange debug info from #define to command line option
2001-09-19 Chris LattnerChange debug info from #define to command line option
2001-09-19 Chris Lattner* REMOVE extraneous debug info if DEBUG_RA is not set
2001-09-19 Chris LattnerSeperate instruction definitions into new SparcInstr...
2001-09-19 Chris LattnerOkay, make the member function work.
2001-09-19 Chris LattnerRemove global debug output fns that have been supercede...
2001-09-19 Chris LattnerAdd EmitAssembly to mf
2001-09-19 Chris LattnerFirst cut at assembly output
2001-09-19 Chris LattnerAdd emitAssemblyMethod to TargetMachine
2001-09-18 Ruchira Sasanka*** empty log message ***
2001-09-18 Ruchira Sasanka-- ruchira
next