oota-llvm.git
2003-05-25 Vikram S. AdveAdd support for compiling varargs functions.
2003-05-24 Misha BrukmanReword to remove reference to how things worked in...
2003-05-24 Misha BrukmanAdd ability to utilize the code emitter generator ...
2003-05-24 Misha BrukmanFirst cut at the Code Generator using the TableGen...
2003-05-24 Misha BrukmanImplement the TargetInstrInfo's createNOPinstr() and...
2003-05-24 Misha BrukmanNOP instructions are pseudo-instructions. We should...
2003-05-23 Brian GaekeSuggest -save-temps instead of -S, -E.
2003-05-23 Brian GaekeRemove ".bc" from the end of InputFile if it is there, in
2003-05-23 Brian Gaekegccld.cpp:
2003-05-23 Chris LattnerFix Bug: Linker/2003-04-26-NullPtrLinkProblem.ll
2003-05-23 Chris LattnerRemove some cruft, add some methods to allow implementa...
2003-05-23 Misha BrukmanCleaned up code layout; no functional changes.
2003-05-23 Chris LattnerMinor rewording/cleanups
2003-05-23 Chris LattnerNew testcase identified by Brian Gaeke. Gotta love...
2003-05-23 Chris LattnerFix a problem brian identified.
2003-05-23 Brian GaekeClarify BugDriver.cpp:BugDriver::ParseInputFile()'s...
2003-05-22 Chris LattnerRemove long dead code
2003-05-22 Chris LattnerRemove using declarations
2003-05-22 Chris LattnerAdd using declarations
2003-05-22 Misha BrukmanCleaned up code layout. No functional changes.
2003-05-22 Chris LattnerRemove using declarations and extraneous #includes
2003-05-22 Chris LattnerFix static constructor ordering problem
2003-05-22 Misha BrukmanKill `using' directives.
2003-05-22 Chris LattnerRemove using declarations
2003-05-22 Chris LattnerFix testcase
2003-05-22 Chris LattnerNew testcase
2003-05-22 Chris LattnerAdd documentation for the new cl::CommaSeparated modifier
2003-05-22 Chris Lattneradd support for an explicit EXPORTED_SYMBOL_LIST
2003-05-22 Chris LattnerMake the list accept comma separated names
2003-05-22 Chris LattnerAdd new CommaSeparated option modifier
2003-05-22 Chris LattnerAdd support for a new "CommaSeparated" modifier
2003-05-22 Chris LattnerKill using declarations
2003-05-22 Chris LattnerDestroy using declarations
2003-05-22 Chris LattnerSpecify a list of symbols that should be exported by...
2003-05-22 Chris Lattner* Revert to old behavior of ignoring a module if it...
2003-05-22 Chris LattnerAdd option to internalize to allow it to read a file...
2003-05-22 Chris LattnerUpdate to match typename produced by the C frontend
2003-05-22 Chris LattnerMinor cleanups.
2003-05-22 Chris LattnerFix bug: Assembler/2003-05-03-BytecodeReaderProblem.llx
2003-05-22 Chris LattnerDo not assert fail or crash when a bytecode parse fails!
2003-05-22 Chris LattnerEliminate the uchar typedef, use unsigned char explicitly
2003-05-22 Chris LattnerMake the testcase even more insane
2003-05-22 Chris LattnerNew testcase
2003-05-21 Chris LattnerNew testcase
2003-05-21 Chris LattnerNew testcase that was killing the CFE
2003-05-21 Chris LattnerNew document
2003-05-21 Chris LattnerNew graphic for web page
2003-05-21 Chris LattnerFix bug: FunctionResolve/2003-05-21-MissingArguments.ll
2003-05-21 Chris LattnerNew testcase that crashes the funcresolve pass.
2003-05-21 Chris LattnerAllow disabling final cleanups
2003-05-21 Chris LattnerFix Bug: BasicAA/2003-05-21-GEP-Problem.ll
2003-05-21 Chris LattnerTrim testcase a bit
2003-05-21 Chris LattnerNew testcase identified by joel
2003-05-21 Chris LattnerIncrease odds that this won't bork things
2003-05-21 Misha BrukmanFixed `volatile' typo.
2003-05-21 Misha BrukmanCleaned up code layout, spacing, etc. for readability...
2003-05-21 Chris LattnerNew testcase
2003-05-21 Chris Lattner* Fix divide by zero error with empty structs
2003-05-21 Misha BrukmanCleaned up code layout, spacing, etc. for readability...
2003-05-21 Misha BrukmanNamespacified `vector' and `cerr' to always use the...
2003-05-21 Chris LattnerAdd support for shift constant expressions
2003-05-21 Chris LattnerNew method
2003-05-21 Chris LattnerFix bugs:
2003-05-21 Chris LattnerNew testcase, found by inspection
2003-05-21 Chris LattnerNew testcase
2003-05-21 Chris LattnerFix bugs:
2003-05-21 Chris LattnerAdd run string
2003-05-21 Chris LattnerNew testcase
2003-05-20 Misha BrukmanI fixed that ``thang'', yo.
2003-05-20 Misha BrukmanHopefully, the final fix for `[Pp]ropogate'.
2003-05-20 Misha BrukmanThe word `operands' has an `r' in it.
2003-05-20 Misha BrukmanSparc instruction opcodes now all live under the `V9...
2003-05-20 Misha Brukmans/convertable/convertible/g
2003-05-20 Misha BrukmanThe plural of `Pass' is Passes, not Pass's.
2003-05-17 Chris LattnerAdd flexibility
2003-05-17 Chris LattnerAdd support for setjmp/longjmp primitives
2003-05-17 Chris LattnerInitial test
2003-05-15 Chris LattnerFix bug: Assembler/2003-05-15-SwitchBug.ll
2003-05-15 Chris LattnerAdd facilities for building source that is outside...
2003-05-15 Chris LattnerNew testcase, straight out of the asm manual
2003-05-15 Chris LattnerAdd note
2003-05-15 Chris LattnerFix bug: Assembler/2003-05-15-AssemblerProblem.llx
2003-05-15 Chris LattnerNew testcase that breaks the assembler.
2003-05-15 Chris LattnerFix long standing bug
2003-05-15 Chris LattnerFix bug: Analysis/LoopInfo/2003-05-15-NestingProblem.ll
2003-05-15 Chris LattnerDepends on analyze, not opt
2003-05-15 Chris LattnerNew directory
2003-05-15 Chris LattnerNew test
2003-05-15 Chris LattnerAdd new loopinfo test
2003-05-15 Chris LattnerFix Bug: Linker/2003-05-15-TypeProblem.ll
2003-05-15 Chris LattnerNew linker problem from twolf benchmark
2003-05-14 Chris LattnerNew testcase
2003-05-14 Chris LattnerGet rid of really old makefile cruft
2003-05-14 Chris LattnerNew testcase that breaks CFE
2003-05-14 Chris LattnerUlimit the test, and print out a more interesting outpu...
2003-05-14 Chris LattnerRemove long dead file
2003-05-14 Chris LattnerFix path problem
2003-05-14 Chris LattnerGeneralize the script a bit
2003-05-14 Chris LattnerModernize testcases
2003-05-14 Chris LattnerFix typeos
next