Fix longjmp case so that, along with the call to abort(), we also
[oota-llvm.git] / lib / Target /
2003-09-16 Vikram S. AdveFix longjmp case so that, along with the call to abort...
2003-09-16 Vikram S. AdveAdd flag to control whether or not delay slots are...
2003-09-15 Chris LattnerFix problems with programs that prototype printf to...
2003-09-15 Brian GaekeFix typos in comments.
2003-09-11 Misha BrukmanFixed spelling and grammar.
2003-09-11 Misha BrukmanFixed spelling and grammar.
2003-09-10 Chris LattnerRemove a bunch of warnings from the CBE generated C...
2003-09-10 Chris Lattner"the one true solution for compatibility with GCC 3.3+"
2003-09-10 Chris LattnerBe a little more specific about what is begin generated...
2003-09-10 Chris LattnerOnly emit inter-field-padding if the amount of padding...
2003-09-10 John CriswellDon't explicitly use $SourceDir to find the tblgen...
2003-09-09 John CriswellUpdated to find source files using VPATH. This makes...
2003-09-09 Chris Lattner* Simplify printConstantValueOnly by moving the tail...
2003-09-08 Chris LattnerEliminate support for the llvm.unwind intrinisic, using...
2003-09-08 Chris LattnerAdd support for the unwind instruction
2003-09-06 John CriswellCheckin of autoconf-style object root.
2003-09-05 Misha BrukmanAdded some optimizations:
2003-09-01 Chris LattnerOptInfo is no longer required
2003-09-01 Chris LattnerNo longer provide an optinfo, noone uses it
2003-09-01 Chris LattnerInline simple comparison which is sparc specific anyway
2003-09-01 Chris LattnerMove private interfaces into private .h file
2003-09-01 Chris LattnerSimplify code a bit
2003-09-01 Chris LattnerLiveRange.h is now in lib/CodeGen/RegAlloc
2003-09-01 Chris LattnerThis file is hopelessly out of date
2003-09-01 Chris LattnerLiveRangeInfo got moved into the lib/CodeGen/RegAlloc...
2003-09-01 Chris LattnerPhyRegAlloc.h got moved to lib/CodeGen/RegAlloc
2003-09-01 Chris LattnerMove IGNode from public include directory to here....
2003-09-01 Chris LattnerIGNode got moved to lib/CodeGen/RegAlloc
2003-09-01 Chris LattnerThis file just needs LiveRange.h not IGNode.h
2003-09-01 Chris LattnerNo longer include IGNode.h in the Sparc global header
2003-08-29 Misha Brukman* Use alloca() to force GCC not to eliminate frame...
2003-08-28 John CriswellFixed two double free bugs that caused llc to segfault...
2003-08-28 Chris LattnerAdd support for the llvm.unwind intrinsic, which we...
2003-08-28 Chris LattnerFix really nasty bugs in the CWriter, handling invoke...
2003-08-28 Tanya LattnerRemoving README
2003-08-28 Tanya LattnerPutting my revised version of ModuloScheduling in cvs...
2003-08-28 Tanya LattnerMoved index into BB to common graph class because its...
2003-08-27 Tanya LattnerAdded/removed header file
2003-08-27 Tanya Lattner*** empty log message ***
2003-08-25 Tanya LattnerFirst version of SchedGraph common class and refactorin...
2003-08-24 Chris LattnerSimplify code
2003-08-24 Chris LattnerTargets should configure themselves based on a Module...
2003-08-24 Chris LattnerImplement: Jello/test-constantexpr.ll
2003-08-24 Chris LattnerAdd support for 'any' pointer size and endianness
2003-08-24 Chris LattnerImplement support for the unwind intrinsic in the CBE
2003-08-21 Misha BrukmanThe word `dependent' has no `a'.
2003-08-21 Chris LattnerFix spello
2003-08-21 Chris LattnerChange all #include'd files to be :: rules instead...
2003-08-18 Chris LattnerAdd support for the sig(set|long)jmp intrinsics
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-17 Chris LattnerFix ABI issue: Longs really do need to be only 4 byte...
2003-08-16 Brian GaekeRename -emitmaps to -enable-maps
2003-08-15 Misha BrukmanNow that the JIT memory manager allocates as many bytes...
2003-08-15 Misha BrukmanFix register and parameter numbers in saving double...
2003-08-15 Chris LattnerRemove uses of the NonCopyable class, to make the doxyg...
2003-08-15 Chris LattnerAdjust to new API, add expandCall stub
2003-08-15 Chris LattnerAdd support for unconditional branches and for emitting...
2003-08-15 Chris LattnerAdd a bunch of new node types, including a new Void...
2003-08-15 Misha Brukman* Must save FP registers when calling CompilationCallba...
2003-08-14 Vikram S. AdveImprovement to the previous fix: branch following a...
2003-08-14 Chris LattnerStop annoying warnings about mismatched types with...
2003-08-14 Misha BrukmanSince we now have TableGen editing modes for VIM and...
2003-08-14 Chris LattnerRestore 'nice name' to pass
2003-08-14 Brian GaekeFactory methods for function passes now return type...
2003-08-14 Brian GaekeUnbreak SPARC backend: addPassesToJITCompile and
2003-08-14 Brian GaekeFactory methods for function passes now return type...
2003-08-14 Brian GaekeUnbreak SPARC backend: addPassesToJITCompile and
2003-08-13 Brian GaekeX86 static backend: smacked
2003-08-13 Brian GaekeFactory methods for FunctionPasses now return type...
2003-08-13 Brian GaekeaddPassesToJITCompile and addPassesToEmitMachineCode...
2003-08-13 Brian GaekeaddPassesToJITCompile now takes a FunctionPassManager...
2003-08-13 Brian GaekeFactory methods for FunctionPasses now return type...
2003-08-13 Brian GaekeFactory methods for FunctionPasses now return type...
2003-08-13 Chris LattnerAdjust files for move of mapping info stuff into the...
2003-08-13 Brian GaekeJust incorporating some notes I wrote for myself into...
2003-08-12 Vikram S. AdveFor instructions in a delay slot of another instruction,
2003-08-12 Vikram S. AdveFor an instruction with delay slots, mark all live...
2003-08-12 Vikram S. AdveDisable emitting LLVM-to-MI maps, by default.
2003-08-12 Chris LattnerRename DNVT_bool to DNVT_i1 to be consistent with type...
2003-08-12 Chris LattnerAdd support for basicblocks, setCC instructions, and...
2003-08-12 Vikram S. AdveFix va_arg to generate LDDFi for floating point values...
2003-08-11 Chris LattnerAdd basic support for 16 and 32 bit function arguments!
2003-08-11 Chris Lattneradd frameidx support
2003-08-11 Chris LattnerSort #includes, eliminate #include of "llvm/Type.h...
2003-08-11 Chris LattnerCygwin apparently works with %'s on registers!
2003-08-11 Chris LattnerWhoops, accidental checkin. :(
2003-08-11 Chris LattnerAdd a new -enable-cygwin-compatible-output argument...
2003-08-11 Brian GaekePrint % signs before register names; turn off "noprefix...
2003-08-11 Vikram S. AdveRegister argument to va_start must be marked as defined!
2003-08-11 Chris LattnerAdd (ret int) expander so that we can at least write...
2003-08-11 Misha BrukmanConverted tabs to spaces.
2003-08-11 Misha BrukmanRemoved `-debug' so that spurious printouts of patterns...
2003-08-11 Chris LattnerRemove dead code
2003-08-11 Chris LattnerAdd patterns for multiply, and, or, and xor
2003-08-11 Chris Lattneradd support for more nodes
2003-08-11 Chris LattnerUntil the pattern matching instruction selector is...
2003-08-11 Chris LattnerAdd support for a pattern matching instruction selector...
2003-08-10 Chris LattnerMake imm be a leaf instead of a nonterminal
2003-08-07 Misha BrukmanImplement LLVM intrinsics `llvm.setjmp' and `llvm.longj...
2003-08-07 Vikram S. AdveFix sanity-checking in 'maskUnsigned' code to be more...
next