Print llvm code one function at a time.
[oota-llvm.git] / lib / Target /
2004-12-11 Brian GaekePrint llvm code one function at a time.
2004-12-11 Brian GaekeJIT should print LLVM each function before selecting...
2004-12-11 Brian GaekeBools are *also* not ints. Sigh. Furthermore, most...
2004-12-11 Brian GaekeLook for many more moves to fold (previously, we only
2004-12-11 Brian GaekeMake GEPs not suck so much:
2004-12-11 Brian GaekeUpdate lists of failing benchmarks, including info...
2004-12-10 Brian GaekeMove -lowerselect later in the chain; some select instr...
2004-12-10 Brian GaekeAdd the rest of the multiply instructions.
2004-12-10 Brian GaekeSupport binary operations with immediates for <= cInt.
2004-12-10 Brian GaekeUpdate lists of failing benchmarks (except C++...someth...
2004-12-10 Brian GaekeEmit correct prototype for __builtin_alloca on V8.
2004-12-10 Brian GaekeAdd SparcV8 target back into the build
2004-12-10 Brian GaekeAdjust paths: Sparc/V8 --> SparcV8
2004-12-10 Brian GaekeMake this file self-contained.
2004-12-10 Brian GaekeUpdate list of failing MultiSource benchmarks. It works...
2004-12-10 Brian GaekeWhen FpMOVDs appeared in pairs, we were mistakenly...
2004-12-09 Brian GaekeWe're continuing to make progress on MultiSource.
2004-12-09 Brian GaekeBytes and shorts are aligned differently from words.
2004-12-09 Brian GaekeFix asm-printing directives (how did we not see this...
2004-12-05 Chris LattnerMove lower intrinsics before FP constant emission,...
2004-12-03 Chris LattnerFix test/Regression/CodeGen/CBackend/2004-12-03-ExternS...
2004-12-03 Brian GaekeThis code rotted - change it to call abort() until...
2004-12-03 Tanya LattnerWhen writing kernel, save the branches til the end...
2004-12-03 Chris LattnerFix a regression caused by the previous patch
2004-12-02 Chris LattnerThe stripping pass as we know it is about to disappear
2004-12-02 John CriswellReverting revision 1.209.
2004-12-02 Chris LattnerSpill/restore X86 floating point stack registers with...
2004-12-02 Chris LattnerConsider 64-bit registers to be FP as well.
2004-12-02 Tanya LattnerReworked branch adding in prologue. Added check for...
2004-12-01 Tanya LattnerReverting this patch:
2004-12-01 Chris LattnerInitial support for packed types, contributed by Morten...
2004-11-30 Chris LattnerDo not let GCC emit a warning for INT64_MIN
2004-11-30 Brian GaekeSparcs behave better if we use <alloca.h> and avoid...
2004-11-30 Brian GaekeUpdate list of failing benchmarks.
2004-11-30 Brian GaekeIf we're about to emit something like:
2004-11-30 Chris LattnerFix several bugs in 'op x, imm' handling. Foremost...
2004-11-30 Chris LattnerFix CodeGen/PowerPC/2004-11-30-shr-var-crash.ll
2004-11-30 Chris LattnerFix test/Regression/CodeGen/PowerPC/2004-11-29-ShrCrash.ll
2004-11-30 Chris LattnerFix test/Regression/CodeGen/PowerPC/2004-11-30-shift...
2004-11-30 Chris LattnerRemove extraneous namespacification. In particular...
2004-11-29 Chris LattnerRevamp long/ulong comparisons to use a much more effici...
2004-11-29 Tanya LattnerReworked branching so we don't handle BAs specially...
2004-11-28 Tanya LattnerFixed bug where instructions in the kernel were not...
2004-11-28 Chris LattnerThe LLVM bool type shall have 1 byte alignment on PPC.
2004-11-27 Nate BegemanRemove the ISel->AsmPrinter link via the TargetMachine...
2004-11-26 Chris LattnerThere is no reason to store <x,x>, just store <x>.
2004-11-25 Nate BegemanEnable optimization suggested by Chris Lattner to not...
2004-11-25 Chris LattnerFix the build on non ppc machines
2004-11-25 Chris LattnerThe JIT works enough
2004-11-25 Chris LattnerFix encoding of fsel, fixing olden/power, McCat/bisort...
2004-11-25 Chris LattnerFix encoding of fneg instruction
2004-11-25 Chris LattnerFix encoding of swari, fixing several programs, includi...
2004-11-25 Chris LattnerThere is not a 1-1 mappign between llvm blocks and...
2004-11-24 Chris Lattner* Rename existing relocations to be more specific
2004-11-24 Nate BegemanAdd the same optimization that we do loading from fixed...
2004-11-24 Chris LattnerWrite CompilationCallback as an explicit assembly stub...
2004-11-24 Chris LattnerWhen rewriting the original call instruction, make...
2004-11-24 Chris LattnerForce the intregs ptr into R2 and the FPregs ptr into...
2004-11-24 Brian GaekeUpdate list of failing benchmarks.
2004-11-24 Brian GaekeFix bug in emitGEPOperation with large struct-member...
2004-11-24 Chris LattnerFix a few more tests by encoding the extsb and other...
2004-11-24 Chris LattnerFix the encoding of ORi and other DForm4 instructions...
2004-11-24 Chris LattnerLoads are relocatable too
2004-11-24 Chris LattnerCalls do not need a MovPCtoLR instruction
2004-11-24 Chris LattnerGet constant pools working. This fixes even more progr...
2004-11-24 Tanya LattnerForced branches to be first to be scheduled.
2004-11-24 Chris LattnerRewrite branches more closely to correct. This makes...
2004-11-24 Chris LattnerBranch instructions explicitly represent CRx in them...
2004-11-24 Nate BegemanFix encoding of bctrl, and remove some unused instructions
2004-11-23 Chris LattnerFix encoding of blr and bctr
2004-11-23 Nate BegemanUse the correct register class as a constaint to gcc...
2004-11-23 Nate BegemanSave/Restore arg regs and nonvolatile regs the compiler...
2004-11-23 Chris LattnerFix the encoding of OR, AND and many other instructions
2004-11-23 Brian GaekeSupport shr long/ulong.
2004-11-23 Brian GaekeSupport printing ConstantAggregateZeros.
2004-11-23 Brian GaekeUpdate failing SingleSource test-case list.
2004-11-23 Chris LattnerRemove argtype and argcount magic, which was used by...
2004-11-23 Chris LattnerGet rid of flags that are dead
2004-11-23 Chris LattnerFix encoding of rlwinm?
2004-11-23 Chris LattnerFix encodings
2004-11-23 Chris LattnerEnumerate CR registers
2004-11-23 Chris LattnerInitial implementation of exiting CompilationCallback
2004-11-23 Chris LattnerThis method is dead
2004-11-23 Chris LattnerRemove this method.
2004-11-23 Chris LattnerSquelch a bogus warning
2004-11-23 Chris LattnerSquelch a bogus warning.
2004-11-23 Nate BegemanDon't return value from void function. This is only...
2004-11-23 Brian Gaekepseudocode for 64-bit lshr.
2004-11-23 Chris LattnerFix a minor bug
2004-11-23 Chris LattnerBe really paranoid about not breaking stuff yet
2004-11-23 Chris LattnerImplement the first hunk of CompilationCallback. The...
2004-11-23 Brian GaekeAdd more known-failing tests.
2004-11-23 Brian GaekeAdd the rest of the logical instructions.
2004-11-23 Chris LattnerImplement the stub needed to get into compilation callback.
2004-11-23 Chris LattnerSimplify code a bit
2004-11-23 Chris LattnerInitial implementation of the JIT interfaces. Relocati...
2004-11-23 Chris LattnerEmit relocations for the global variable using instruct...
2004-11-23 Chris LattnerImplement all of the methods
2004-11-23 Chris LattnerInitial checkin of the 32-bit PPC relocation types
2004-11-23 Chris LattnerMove JITInfo from PPCTM to PPC32TM
next