- f86aaa8 Merged in tools/lli/JIT/SparcEmitter.cpp, coupled with the JITResolver taken by Misha Brukman · 22 years ago
- 53a7ba8 Remove spurious assert() by Misha Brukman · 22 years ago
- cd60313 Renamed MachineCodeEmitter.cpp -> X86CodeEmitter.cpp as it conflicts with the by Misha Brukman · 22 years ago
- 906f5fa * Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cpp by Misha Brukman · 22 years ago
- cf135cb Fix bug: CBackend/2003-06-01-NullPointerType.ll by Chris Lattner · 22 years ago
- 71799cd Testcase distilled from 255.vortex by Chris Lattner · 22 years ago
- c3eaa89 Deal with %lo/%lm/%hm/%hh flags in getMachineOpValue(). by Brian Gaeke · 22 years ago
- d50cbf0 Old testcase by Chris Lattner · 22 years ago
- 24a26e5 The flag modifications weren't picking up the old values of the by Brian Gaeke · 22 years ago
- d5af63f Remove obsolete code by Chris Lattner · 22 years ago
- bba1b6d Move target specific code to target files. The new MachineCodeEmitter by Chris Lattner · 22 years ago
- 04b0b30 Move X86 specific code out of the JIT into the X86 backend by Chris Lattner · 22 years ago
- efc84a4 Changes to be compatible with MachineCodeEmitter.h by Chris Lattner · 22 years ago
- f2e364a Hack up MachineCodeEmitter to actually be target independent. by Chris Lattner · 22 years ago
- 63b99f9 Fix induction variable name clash in for loops, in finishFunction(). by Brian Gaeke · 22 years ago
- 76e3dc7 Make the .inc file depend on $(TBLGEN), so that changes to TableGen followed by Brian Gaeke · 22 years ago
- 26c6915 Don't print out unique identifier for opaque types by Chris Lattner · 22 years ago
- 2077254 * Implement cast (long|ulong) to bool by Chris Lattner · 22 years ago
- 6c8125f Add RR forms of test instruction by Chris Lattner · 22 years ago
- af2f438 Add tests for cast of long to bool by Chris Lattner · 22 years ago
- d13bd22 Fix a bug with casts to bool. This fixes testcase UnitTests/2003-05-31-CastToBool.c by Chris Lattner · 22 years ago
- 074d84c Implement xform: (X != 0) -> (bool)X by Chris Lattner · 22 years ago
- 4d6404f New testcases by Chris Lattner · 22 years ago
- 55afc33 Add map info for arguments to call (copies) by Anand Shukla · 22 years ago
- 619754f Added the #(internal functions) to output by Anand Shukla · 22 years ago
- e4a0133 Add tests for 64 bit shifts by Chris Lattner · 22 years ago
- 9171ef5 Add support for shl and shr for 64 bit integer types by Chris Lattner · 22 years ago
- 3f7905b Add definitions for TEST instructions by Chris Lattner · 22 years ago
- 8d8e0c6 Add new cmovne32 instruction by Chris Lattner · 22 years ago
- a92dc19 Fix bug: CBackend/2003-05-31-MissingStructName.ll by Chris Lattner · 22 years ago
- 8afdc7d New testcase by Chris Lattner · 22 years ago
- c16e631 Fix bug: FunctionResolve/2003-05-31-AllInternalDecls.ll by Chris Lattner · 22 years ago
- 3ce0ea8 Add support for: -o - by Chris Lattner · 22 years ago
- eea9383 New testcase by Chris Lattner · 22 years ago
- 8a143e8 New testcase for behavior we depend on. by Chris Lattner · 22 years ago
- 12ce59d Fix bug: FuncResolve/2003-05-31-InternalDecl.ll Count resolutions correctly. by Chris Lattner · 22 years ago
- cfea29f New testcase by Chris Lattner · 22 years ago
- 40c4959 Simplify funcresolve a bit more by Chris Lattner · 22 years ago
- 567ccee Fix bug: FunctionResolve/2003-05-31-FuncPointerResolve.ll by Chris Lattner · 22 years ago
- 87a09562 Add another testcase by Chris Lattner · 22 years ago
- c036cfa New testcase by Chris Lattner · 22 years ago
- 658c5bc Fixed comment width, changed arg to be const, fixed indentation, removed unnecessary includes. by Tanya Lattner · 22 years ago
- 39698a5 * Correct title * Give credit to John for making the page by Chris Lattner · 22 years ago
- 0a0d0dc *** empty log message *** by John Criswell · 22 years ago
- 3fd7bf4 Made a single common InvalidRegNum = -1. by Vikram S. Adve · 22 years ago
- 2263df0 Renamed a variable. by Vikram S. Adve · 22 years ago
- 9f495b5 Support for annul/pred and other future flags on op codes. by Vikram S. Adve · 22 years ago
- 5cdb12f Minor changes. by Vikram S. Adve · 22 years ago
- f3d3ca1 Added MachineCodeForInstruction object as an argument to by Vikram S. Adve · 22 years ago
- 3497782 Allow explicit physical registers for implicit operands. by Vikram S. Adve · 22 years ago
- 7952d60 Changes to allow explicit physical register arguments that have been by Vikram S. Adve · 22 years ago
- 9635867 Several bug fixes: globals in call operands were not being pulled out; by Vikram S. Adve · 22 years ago
- d0d06ad Extensive changes to the way code generation occurs for function by Vikram S. Adve · 22 years ago
- af9fd51 Reverting previous beautification changes. by Vikram S. Adve · 22 years ago
- f86d635 Fixed rewriting of branches -- they now work forward and backward. by Misha Brukman · 22 years ago
- dcbe712 Removed useless code -- the byte order of output code is correct as is. by Misha Brukman · 22 years ago
- 33cc123 The 'rd' register is consistently mentioned last in instruction definitions. by Misha Brukman · 22 years ago
- 2869039 * Put back into action SLL/SRL/SRA{r,i}6 instructions by Misha Brukman · 22 years ago
- b3fabe0 Code beautification, no functional changes. by Misha Brukman · 22 years ago
- 1624215 3 more bugs from the SPEC codes and from richards_benchmark.c by Vikram S. Adve · 22 years ago
- b17343d Enabling some of these passes causes lli to break by Misha Brukman · 22 years ago
- c89d256 The actual order of parameters in a 2-reg-immediate assembly instructions is by Misha Brukman · 22 years ago
- e236eca New testcase by Chris Lattner · 22 years ago
- 417a7c0 Since malloc is no longer used, no need to free() memory. by Misha Brukman · 22 years ago
- 88ba254 When converting virtual registers to immediate constants, change the opcode. by Misha Brukman · 22 years ago
- da3a8b1 Added saveBBreferences() for BasicBlock resolution. by Misha Brukman · 22 years ago
- e7800b5 getValueOp() now takes a MachineInstr as well as a MachineOperand. by Misha Brukman · 22 years ago
- a9f7f6e Added: by Misha Brukman · 22 years ago
- f3453d1 Fixed the namespace to match SparcInternals.h; added notes on some missing by Misha Brukman · 22 years ago
- d3d97be The register types need to be visible outside of the class to be useful. by Misha Brukman · 22 years ago
- 7b64794 Moved and expanded convertOpcodeFromRegToImm() to conver more opcodes. by Misha Brukman · 22 years ago
- d1ef7a8 Make LLI behave just like LLC with regard to the compile passes it uses. by Misha Brukman · 22 years ago
- 42ed21b Add SRoA pass to gccas by Chris Lattner · 22 years ago
- 4dc3535 Move indvars pass after mem2reg pass where it is more likely to be useful by Chris Lattner · 22 years ago
- b37923f Okay totally give up on trying to optimize aggregates that cannot be completely by Chris Lattner · 22 years ago
- ed36fd8 Made the register and immediate versions of instructions consecutive. by Misha Brukman · 22 years ago
- 26d2ca1 add a check that allows the SRoA pass to avoid breaking programs, even if their by Chris Lattner · 22 years ago
- 9b03633 Because the format of the shift instructions is `shift r, shcnt, r', the by Misha Brukman · 22 years ago
- 7cf322f Sorry, correcting small typo. by Tanya Lattner · 22 years ago
- 794fcd2 Added configurable options for the Linker and Archiver. by John Criswell · 22 years ago
- 6074d2f Added the CloneTrace function which clones traces. It takes a vector of basic blocks, removes by Tanya Lattner · 22 years ago
- 2c49fc0 Added support for cloning a trace. by Tanya Lattner · 22 years ago
- 9604416 Makefile: Make SparcV9CodeEmitter.inc depend on SparcV9_F*.td as well. by Brian Gaeke · 22 years ago
- 261d686 Fix bug: ScalarRepl/2003-05-30-MultiLevel.ll by Chris Lattner · 22 years ago
- fa4c20d New testcase by Chris Lattner · 22 years ago
- 5e062a1 Fix bug: ScalarRepl/2003-05-29-ArrayFail.ll by Chris Lattner · 22 years ago
- 6607fbe Fix call to mmap, so that it can be used on sparc. by Brian Gaeke · 22 years ago
- 139f0c2 so far everything compiles by Guochun Shi · 22 years ago
- 87a991e Implementation of Equivalence Classes by Sumant Kowshik · 22 years ago
- 5e587d7 Changes to support function pointers by Sumant Kowshik · 22 years ago
- a78220f Added support for function pointers by Sumant Kowshik · 22 years ago
- d57f3ef Prevent lines from wrapping. by Misha Brukman · 22 years ago
- 584dd18 Added documentation for the project options by Dinakar Dhurjati · 22 years ago
- aa8ca2d New testcase by Chris Lattner · 22 years ago
- f977143 Get rid of extraneous ""s by Chris Lattner · 22 years ago
- faf4cc2 Add comment by Chris Lattner · 22 years ago
- 96191ab Initial checkin by Chris Lattner · 22 years ago
- 2cc36e6 New testcases by Chris Lattner · 22 years ago
- 6cf7f6d Since there is now another derived .inc file, ignore them all. by Misha Brukman · 22 years ago
- 6567975 Use an absolute path to TableGen because not everyone (e.g. automatic tester) by Misha Brukman · 22 years ago