- 898ae19 Eliminate duplicate "checking" message. by Reid Spencer · 20 years ago
- 2a0c0df The JIT works enough by Chris Lattner · 20 years ago
- 5cbf3bc Fix encoding of fsel, fixing olden/power, McCat/bisort and several others. by Chris Lattner · 20 years ago
- a1ab451 Fix encoding of fneg instruction by Chris Lattner · 20 years ago
- cd61ec8 Fix encoding of swari, fixing several programs, including Olden/mst by Chris Lattner · 20 years ago
- ab4e5fb Make the check print something, give the cache var an llvm specific name. by Reid Spencer · 20 years ago
- b752a97 There is not a 1-1 mappign between llvm blocks and PPC blocks, do not use by Chris Lattner · 20 years ago
- 5efb75d * Rename existing relocations to be more specific by Chris Lattner · 20 years ago
- 53e4aa5 Add the same optimization that we do loading from fixed alloca slots to by Nate Begeman · 20 years ago
- 7327808 Write CompilationCallback as an explicit assembly stub to avoid getting GCC's by Chris Lattner · 20 years ago
- 892afa9 When rewriting the original call instruction, make sure to rewrite it to by Chris Lattner · 20 years ago
- fb887e0 Force the intregs ptr into R2 and the FPregs ptr into R3. This fixes a really by Chris Lattner · 20 years ago
- 5f8448f Implement and document prefix options with arbitrary values including an by Reid Spencer · 20 years ago
- e4ed742 Update list of failing benchmarks. by Brian Gaeke · 20 years ago
- 31e5759 Fix bug in emitGEPOperation with large struct-member offsets. by Brian Gaeke · 20 years ago
- 69efbdd Fix a few more tests by encoding the extsb and other XForm11 instructions by Chris Lattner · 20 years ago
- 2f5091a Fix the encoding of ORi and other DForm4 instructions. This brings us to by Chris Lattner · 20 years ago
- 00a8c01 Loads are relocatable too by Chris Lattner · 20 years ago
- b765ff1 Calls do not need a MovPCtoLR instruction by Chris Lattner · 20 years ago
- b9f26da Get constant pools working. This fixes even more programs, allowing us to by Chris Lattner · 20 years ago
- a6ec8f5 Forced branches to be first to be scheduled. by Tanya Lattner · 20 years ago
- 8599d38 Rewrite branches more closely to correct. This makes more stuff pass, and by Chris Lattner · 20 years ago
- 310a752 Branch instructions explicitly represent CRx in them. bEcause of this, encode by Chris Lattner · 20 years ago
- 3b78e3b Fix encoding of bctrl, and remove some unused instructions by Nate Begeman · 20 years ago
- c9b37ee Make sure additional C++ suffixes are recognized by llvmc. by Reid Spencer · 20 years ago
- 0acd65f Add the configurable configuration files for llvmc. by Reid Spencer · 20 years ago
- 65bc4e0 * Adjust the options to make them either accept multiple occurrences or be by Reid Spencer · 20 years ago
- 0b3c7d0 * Don't pass empty arguments to ExecuteAndWait because it can cause the by Reid Spencer · 20 years ago
- 2d3ee4e Configuration data now supports a vector of library paths. by Reid Spencer · 20 years ago
- dc6812d Add the c and cpp configuration files. by Reid Spencer · 20 years ago
- f1a889c Removed in favor of configurable (*.in) versions. by Reid Spencer · 20 years ago
- e9564ce Make various adjustments to parsing so that the separator character doesn't by Reid Spencer · 20 years ago
- c0f376d SPACE is a legitimate token now, to separate option words. by Reid Spencer · 20 years ago
- 90654fd Handle space, separators, bad substitutions, and library search path better by Reid Spencer · 20 years ago
- b98c672 Configurable language configuration files. by Reid Spencer · 20 years ago
- 84b9ced Allow reading of member names that begin with an _ character. by Reid Spencer · 20 years ago
- 6f40789 Fix encoding of blr and bctr by Chris Lattner · 20 years ago
- 294ba02 Added remark about GCC 3.2.2. Someone with more knowledge of the problem by John Criswell · 20 years ago
- 65b7f3e Use the correct register class as a constaint to gcc's inline assembly, so by Nate Begeman · 20 years ago
- ca6d0f5 Save/Restore arg regs and nonvolatile regs the compiler might use during by Nate Begeman · 20 years ago
- 5afa9af Fix the encoding of OR, AND and many other instructions by Chris Lattner · 20 years ago
- 88108b8 Support shr long/ulong. by Brian Gaeke · 20 years ago
- 4dd043f Support printing ConstantAggregateZeros. by Brian Gaeke · 20 years ago
- 8a0c4fd Update failing SingleSource test-case list. by Brian Gaeke · 20 years ago
- d162032 Remove argtype and argcount magic, which was used by the old asmprinter. by Chris Lattner · 20 years ago
- 583e32b Get rid of flags that are dead by Chris Lattner · 20 years ago
- 8f9e6d6 We also provide a source distribution of the GCC front-end by Misha Brukman · 20 years ago
- 89d60de Fix encoding of rlwinm? by Chris Lattner · 20 years ago
- 943f452 Fix encodings by Chris Lattner · 20 years ago
- 9ba1235 Enumerate CR registers by Chris Lattner · 20 years ago
- d9d06b3 Initial implementation of exiting CompilationCallback by Chris Lattner · 20 years ago
- 22cd028 This method is dead by Chris Lattner · 20 years ago
- 05ad237 Remove this method. by Chris Lattner · 20 years ago
- fdd10b1 Make sure the timing output is also sent to the log file for dejagnu, not by Reid Spencer · 20 years ago
- adbcc10 Squelch a bogus warning by Chris Lattner · 20 years ago
- d7fa35c Squelch a bogus warning. by Chris Lattner · 20 years ago
- dd30751 Don't return value from void function. This is only temporary anyway while by Nate Begeman · 20 years ago
- fbe558c pseudocode for 64-bit lshr. by Brian Gaeke · 20 years ago
- 7598bba Fix a minor bug by Chris Lattner · 20 years ago
- c9a6b1f Be really paranoid about not breaking stuff yet by Chris Lattner · 20 years ago
- e61198b Implement the first hunk of CompilationCallback. The pieces missing are the by Chris Lattner · 20 years ago
- 4fa5fa8 Change formats, as suggested by Duraid by Chris Lattner · 20 years ago
- 2041d0c Add more known-failing tests. by Brian Gaeke · 20 years ago
- 82a4795 Add the rest of the logical instructions. by Brian Gaeke · 20 years ago
- 7c83dc2 Implement the stub needed to get into compilation callback. by Chris Lattner · 20 years ago
- 64729d0 Simplify code a bit by Chris Lattner · 20 years ago
- 9b3d989 Initial implementation of the JIT interfaces. Relocation is done and stubs by Chris Lattner · 20 years ago
- e94c517 Emit relocations for the global variable using instructions. This gets us by Chris Lattner · 20 years ago
- 1b426ab Allow configuration files to be themselves configured and found in the by Reid Spencer · 20 years ago
- 1633937 Implement all of the methods by Chris Lattner · 20 years ago
- 42edd31 Initial checkin of the 32-bit PPC relocation types by Chris Lattner · 20 years ago
- e4fce6f Move JITInfo from PPCTM to PPC32TM by Chris Lattner · 20 years ago
- 942d7b5 Do not provide the non-specialized PowerPCJITInfo object, it is pretty useless. by Chris Lattner · 20 years ago
- 6540c6c LA is really addi. Be consistent with operand ordering to avoid confusing the code emitter by Chris Lattner · 20 years ago
- e9cf6b9 Changed the CreateCodeToLoadConst function to preserve SSA form. This basically means adding extra tmp instructions for intermediate values. by Tanya Lattner · 20 years ago
- f2190b3 Remove some dead code by Chris Lattner · 20 years ago
- dd99885 Comment out a couple of unused instructions. by Chris Lattner · 20 years ago
- 90b1b45 Do not push two return addresses on the stack when we call external functions who have their addresses taken. This fixes test-call.ll by Chris Lattner · 20 years ago
- e55cb54 Add a note about the JIT changes. by Chris Lattner · 20 years ago
- 166f226 Rename Emitter.cpp -> JITEmitter.cpp by Chris Lattner · 20 years ago
- cf88d32 Fix the FIXME, nuke the JIT specific forceCompilationOf method. by Chris Lattner · 20 years ago
- 213c969 Disable this. by Chris Lattner · 20 years ago
- 6f71720 These methods are obsolete by Chris Lattner · 20 years ago
- 5eff98f These methods are now obsolete by Chris Lattner · 20 years ago
- 99b394d This chunk of code needs to be rewritten by Chris Lattner · 20 years ago
- 2eeda6e Remove some dead vars and some useless namespacification by Chris Lattner · 20 years ago
- befc374 Implement a disgusting hack to work around broken machine code emission of by Chris Lattner · 20 years ago
- e1df212 Fixed a bug where I was trying to ModuloSchedule a loop with no instructions but a terminator. by Tanya Lattner · 20 years ago
- 54a4d6a Remove JIT-specific code from the code emitter. by Chris Lattner · 20 years ago
- dee0c4b New methods implemented by Chris Lattner · 20 years ago
- 534ac45 Implement the Sparc JIT interfaces, including relocation support. by Chris Lattner · 20 years ago
- 0baf656 Exit only with a value from 0-255. by Chris Lattner · 20 years ago
- 0c41db8 %p is expanded by dejagnu, avoid it in the test. by Chris Lattner · 20 years ago
- f73820a Pull out failing test into a seperate file, which is xfailed by Chris Lattner · 20 years ago
- 1e17a1d This was fixed by Chris Lattner · 20 years ago
- ddc4860 Fix test/Regression/CFrontend/2003-11-01-EmptyStructCrash.c by Chris Lattner · 20 years ago
- b984970 These tests really are failing, do not let them accidentally be XPASS. by Chris Lattner · 20 years ago
- baf790e Don't stop make if there are XFAIL or XPASSes by Chris Lattner · 20 years ago
- ccbc9cf Add a note about the name change of libraries. by Reid Spencer · 20 years ago
- 882b8cd Moved dejagnu log link to the template. by Tanya Lattner · 20 years ago