Removed configuration options that are better served in Makefile.config.
[oota-llvm.git] / lib /
2003-05-29 Misha BrukmanAdded the target-independent part of TableGen data.
2003-05-29 Chris LattnerEliminate unnecessary ->get calls that are now automati...
2003-05-29 Chris Lattner* Separate all of the grunt work of inlining out into...
2003-05-29 Misha BrukmanWhen TableGen finds an error in the SparcV9.td file...
2003-05-29 Misha BrukmanFixed to use the correct format of the instruction.
2003-05-29 Misha BrukmanThis should work better with re-generating the SparcV9C...
2003-05-29 Misha Brukman* Broke up SparcV9.td into separate files as it was...
2003-05-28 Misha Brukmanmmap() seems to be failing on Sparc, so just use malloc...
2003-05-28 Misha BrukmanCorrectly write out binary data as chars, before they...
2003-05-28 Misha BrukmanFixed ordering of elements in instructions: although...
2003-05-28 Brian GaekeAdd dependency to make TableGen rule fire.
2003-05-27 Misha BrukmanFixed an error preventing compilation.
2003-05-27 Misha BrukmanAdded the 'r' and 'i' annotations to instructions as...
2003-05-27 Misha BrukmanAdded a debugging code emitter that prints code to...
2003-05-27 Misha BrukmanKeep track of the current BasicBlock being processed...
2003-05-27 Misha BrukmanAdded 'r' and 'i' annotations to instructions as SparcI...
2003-05-27 Misha BrukmanAdded 'r' or 'i' annotations to instructions, as SparcI...
2003-05-27 Misha BrukmanAdded 'r' or 'i' annotations to instructions, as SparcI...
2003-05-27 Misha BrukmanAdded 'r' or 'i' annotations to instructions, as SparcI...
2003-05-27 Misha BrukmanAdded entries for each of the instructions with annotat...
2003-05-27 Misha BrukmanOne of the first major changes to make the work of...
2003-05-27 Misha Brukman* Allow passing in an unsigned configuration to allocat...
2003-05-27 Misha BrukmanMoved generation of the SparcV9CodeEmitter.inc file...
2003-05-27 Misha BrukmanAdd prototypes to add passes to JIT compilation and...
2003-05-27 Misha BrukmanBroke out class definition from SparcV9CodeEmitter...
2003-05-27 Misha BrukmanLink in Sparc libs for the JIT, even on X86 to be able...
2003-05-27 Misha BrukmanAllow for specification of which JIT to run on the...
2003-05-27 Misha BrukmanSparcV9CodeEmitter.cpp is a part of the Sparc code...
2003-05-27 Misha BrukmanAdded definitions for a bunch of floating-point instruc...
2003-05-27 Chris LattnerFix constant folding to ALWAYS work.
2003-05-27 Chris LattnerFix bug: Instcombine/2003-05-27-ConstExprCrash.ll
2003-05-27 Chris LattnerMake _sure_ we don't go into an infinite loop if a...
2003-05-27 Chris Lattner* Actually USE the statistic that we made
2003-05-27 Chris LattnerImplementation of the simple "scalar replacement of...
2003-05-27 Vikram S. AdveRenamed MachienOperand::opIsDef to MachineOperand:...
2003-05-27 Vikram S. Adve(1) Added special register class containing (for now...
2003-05-27 Vikram S. AdveRenamed opIsDef to opIsDefOnly.
2003-05-27 Vikram S. AdveAdded special register class containing (for now) ...
2003-05-26 Chris LattnerFix bug: InstCombine/2003-05-26-CastMiscompile.ll
2003-05-25 Vikram S. AdveBug fix: right shift for int divide-by-power-of-2 was...
2003-05-25 Vikram S. AdveBug fix: padding bytes within a structure should go...
2003-05-25 Vikram S. AdveBug fix: sign-extension was not happening for C = ...
2003-05-25 Chris LattnerFix problem with last checkin.
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 BrukmanImplement the TargetInstrInfo's createNOPinstr() and...
2003-05-23 Chris LattnerFix Bug: Linker/2003-04-26-NullPtrLinkProblem.ll
2003-05-23 Misha BrukmanCleaned up code layout; no functional changes.
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 LattnerMake the list accept comma separated names
2003-05-22 Chris LattnerAdd new CommaSeparated option modifier
2003-05-22 Chris LattnerDestroy using declarations
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 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-21 Chris LattnerFix bug: FunctionResolve/2003-05-21-MissingArguments.ll
2003-05-21 Chris LattnerFix Bug: BasicAA/2003-05-21-GEP-Problem.ll
2003-05-21 Misha BrukmanFixed `volatile' typo.
2003-05-21 Misha BrukmanCleaned up code layout, spacing, etc. for readability...
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 LattnerFix bugs:
2003-05-21 Chris LattnerFix bugs:
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-17 Chris LattnerAdd support for setjmp/longjmp primitives
2003-05-15 Chris LattnerFix bug: Assembler/2003-05-15-SwitchBug.ll
2003-05-15 Chris LattnerFix bug: Assembler/2003-05-15-AssemblerProblem.llx
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 LattnerFix Bug: Linker/2003-05-15-TypeProblem.ll
2003-05-14 Chris LattnerFix typeos
2003-05-14 Chris LattnerAdd support for more constant expressions
2003-05-14 Chris LattnerRemove unnecessary casts
2003-05-14 Chris LattnerPrint opaque types
2003-05-14 Chris LattnerCasts are now unnecessary
2003-05-14 Chris LattnerAdd support for atexit function, remove support for...
2003-05-14 Chris LattnerAdd support for atexit handlers to the JIT, fixing...
2003-05-14 Chris LattnerFix compilation problems with previous checking *blush*
2003-05-14 Chris LattnerAdd a framework for intercepting system calls
2003-05-14 Chris LattnerFix major problem with appending linkage changes
2003-05-14 Chris LattnerFix bug
2003-05-13 Chris LattnerImplement another getelementptr folding opportunity...
2003-05-13 Chris LattnerEliminate using declarations
2003-05-13 Chris LattnerImplement linkage of appending global variables!
2003-05-13 Chris LattnerClean up cast
2003-05-13 Chris LattnerClean up #includes
next