oota-llvm.git
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 Reid SpencerImplement and document prefix options with arbitrary...
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-24 Reid SpencerMake sure additional C++ suffixes are recognized by...
2004-11-23 Reid SpencerAdd the configurable configuration files for llvmc.
2004-11-23 Reid Spencer* Adjust the options to make them either accept multipl...
2004-11-23 Reid Spencer* Don't pass empty arguments to ExecuteAndWait because...
2004-11-23 Reid SpencerConfiguration data now supports a vector of library...
2004-11-23 Reid SpencerAdd the c and cpp configuration files.
2004-11-23 Reid SpencerRemoved in favor of configurable (*.in) versions.
2004-11-23 Reid SpencerMake various adjustments to parsing so that the separat...
2004-11-23 Reid SpencerSPACE is a legitimate token now, to separate option...
2004-11-23 Reid SpencerHandle space, separators, bad substitutions, and librar...
2004-11-23 Reid SpencerConfigurable language configuration files.
2004-11-23 Reid SpencerAllow reading of member names that begin with an _...
2004-11-23 Chris LattnerFix encoding of blr and bctr
2004-11-23 John CriswellAdded remark about GCC 3.2.2. Someone with more knowle...
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 Misha BrukmanWe also provide a source distribution of the GCC front-end
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 Reid SpencerMake sure the timing output is also sent to the log...
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 Chris LattnerChange formats, as suggested by Duraid
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 Reid SpencerAllow configuration files to be themselves configured...
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
2004-11-23 Chris LattnerDo not provide the non-specialized PowerPCJITInfo objec...
2004-11-23 Chris LattnerLA is really addi. Be consistent with operand ordering...
2004-11-23 Tanya LattnerChanged the CreateCodeToLoadConst function to preserve...
2004-11-22 Chris LattnerRemove some dead code
2004-11-22 Chris LattnerComment out a couple of unused instructions.
2004-11-22 Chris LattnerDo not push two return addresses on the stack when...
2004-11-22 Chris LattnerAdd a note about the JIT changes.
2004-11-22 Chris LattnerRename Emitter.cpp -> JITEmitter.cpp
2004-11-22 Chris LattnerFix the FIXME, nuke the JIT specific forceCompilationOf...
2004-11-22 Chris LattnerDisable this.
2004-11-22 Chris LattnerThese methods are obsolete
2004-11-22 Chris LattnerThese methods are now obsolete
2004-11-22 Chris LattnerThis chunk of code needs to be rewritten
2004-11-22 Chris LattnerRemove some dead vars and some useless namespacification
2004-11-22 Chris LattnerImplement a disgusting hack to work around broken machi...
2004-11-22 Tanya LattnerFixed a bug where I was trying to ModuloSchedule a...
2004-11-22 Chris LattnerRemove JIT-specific code from the code emitter.
2004-11-22 Chris LattnerNew methods implemented
2004-11-22 Chris LattnerImplement the Sparc JIT interfaces, including relocatio...
2004-11-22 Chris LattnerExit only with a value from 0-255.
2004-11-22 Chris Lattner%p is expanded by dejagnu, avoid it in the test.
2004-11-22 Chris LattnerPull out failing test into a seperate file, which is...
2004-11-22 Chris LattnerThis was fixed
2004-11-22 Chris LattnerFix test/Regression/CFrontend/2003-11-01-EmptyStructCrash.c
2004-11-22 Chris LattnerThese tests really are failing, do not let them acciden...
2004-11-22 Chris LattnerDon't stop make if there are XFAIL or XPASSes
2004-11-22 Reid SpencerAdd a note about the name change of libraries.
2004-11-22 Tanya LattnerMoved dejagnu log link to the template.
2004-11-22 Chris LattnerDo not count debugger intrinsics in size estimation.
2004-11-22 Chris LattnerIgnore debugger intrinsics when doing inlining size...
2004-11-22 Chris LattnerDo not consider debug intrinsics in the size computatio...
2004-11-22 Chris LattnerAdd a new debug intrinsic parent class. Patch contribu...
2004-11-22 John CriswellFixed typo.
2004-11-22 Tanya LattnerChanged to catch stderror of dejagnu and fixed missing...
2004-11-22 Chris LattnerThis is the proper code for this method, thanks to...
next