- 95f114c Switch to using the JIT now that it can directly call zeroarg functions by Chris Lattner · 21 years ago
- 7c45d78 Handle zero arg function case by Chris Lattner · 21 years ago
- b47130c Simplify code a bit, print error message always instead of asserting. by Chris Lattner · 21 years ago
- e8bf58c Simplify code, make it print the constructed module before it is run. by Chris Lattner · 21 years ago
- 105a56a V8 never used the instrselectorgenerator by Chris Lattner · 21 years ago
- dd43e34 isdummyclass goes away by Chris Lattner · 21 years ago
- 59b92ce Remove awareness of isDummyClass by Chris Lattner · 21 years ago
- 9222cde disable all of the pattern isel stuff by Chris Lattner · 21 years ago
- f60b91c Disable the pattern isel by Chris Lattner · 21 years ago
- 6a1e0e6 Include .td and .txt files in the greps. This will allow me to find symbols in by Chris Lattner · 21 years ago
- d2e89a7 Documentation like this doesn't belong here, and now we have the commandguide by Chris Lattner · 21 years ago
- 3bba026 Reduce usage of MRegisterInfo::getRegClass by Chris Lattner · 21 years ago
- f02b37d Add new TargetRegisterClass::contains method by Chris Lattner · 21 years ago
- 6ff3f83 Insertion methods now return void instead of #instrs inserted. Also, use by Chris Lattner · 21 years ago
- 529377d Code insertion methods now return void instead of #instrs inserted by Chris Lattner · 21 years ago
- 01d0efb Code insertion methods now return void instead of an int. by Chris Lattner · 21 years ago
- 078fee3 The insertion method returns void now by Chris Lattner · 21 years ago
- da34645 Implement a long overdue FIXME, by changing these methods to return void. by Chris Lattner · 21 years ago
- 3cc03be Nuke ifdef'd out code by Chris Lattner · 21 years ago
- 913cbd6 Remove helper method by Chris Lattner · 21 years ago
- 26eb14b Stop using CreateStackObject(RegClass*) by Chris Lattner · 21 years ago
- 57f1b67 These methods no longer take a TargetRegisterClass* operand. by Chris Lattner · 21 years ago
- ed66559 Eliminate the RegisterClass argument, since it can easily be derived from by Chris Lattner · 21 years ago
- 8c9b4de Make this compile on gc 3.4.1 (static_cast to non-const type was not allowed). by Alkis Evlogimenos · 21 years ago
- bf43772 More Functionality: by Reid Spencer · 21 years ago
- 936f5c7 Initial configuration files (to be installed) for ll (LLVM Assembly) and by Reid Spencer · 21 years ago
- 439ed90 Initial implementations of the ErrorCode and Path concepts for Linux. by Reid Spencer · 21 years ago
- d5cda87 First version of a class to represent the notion of an operating system by Reid Spencer · 21 years ago
- da5f2ab First version of a class to represent operating system and lib/System by Reid Spencer · 21 years ago
- f7bb8c0 Add future optimization opportunity by Nate Begeman · 21 years ago
- 43d64ea Fix float to int codepath by always allocating 8 bytes for the target of a double store; optimize cmplwi generation. by Nate Begeman · 21 years ago
- 08eceec Zimm16 is now dead. Its entry is not removed from the enum, to avoid having by Chris Lattner · 21 years ago
- 0ea3171 Convert all of the DForm_6* operations, which makes all of the Zimm16 users by Chris Lattner · 21 years ago
- fa14683 Add i1imm by Chris Lattner · 21 years ago
- d15575d Reenable the CCRC by Chris Lattner · 21 years ago
- 97b2a2e Convert the DForm_4 over to the asmprintergen by Chris Lattner · 21 years ago
- ad9c242 Remove dead code by Nate Begeman · 21 years ago
- 7bb424f Print mflr using the asmwriter generator by Chris Lattner · 21 years ago
- b8ce4c4 Update to no longer take MF as an argument by Chris Lattner · 21 years ago
- 175580c Make the AsmWriter a first-class tblgen object. Allow targets to specify by Chris Lattner · 21 years ago
- ca068e8 Replace PowerPCPEI.cpp with target independant PrologEpilogInserter by Nate Begeman · 21 years ago
- ffde1de Add support for frame pointers, and large offsets from stack and frame pointers. Adopt elimination of MachineFunction& arg from eliminateFrameIndex. by Nate Begeman · 21 years ago
- e749053 Use the `tools-only' target to avoid getting warnings about not having a CFE. by Misha Brukman · 21 years ago
- b0b8b93 Add indexed forms of load doubleword and load word algebraic for 64 bit targets by Nate Begeman · 21 years ago
- 6d1e2df Fix handling of FP constants with single precision, and loading of internal linkage function addresses by Nate Begeman · 21 years ago
- e59bf59 Add initial support for using the generated asm writer. Also, fix FP constant printing to always print 8 byte intializers. Move printing of LinkOnce stubs. by Nate Begeman · 21 years ago
- 14d89d6 Add generation of asm writer from tablegen files to Makefile by Nate Begeman · 21 years ago
- f8be5e9 Eliminate MachineFunction& argument from eliminateFrameIndex in x86 Target. Get MachineFunction from MachineInstruction's parent's parent by Nate Begeman · 21 years ago
- 1fa715a Eliminate MachineFunction& argument from eliminateFrameIndex in SparcV9 target by Nate Begeman · 21 years ago
- 9055378 Eliminate MachineFunction& argument from eliminateFrameIndex in Skeleton target by Nate Begeman · 21 years ago
- 5de0f7a Elminiate MachineFunction& argument from eliminateFrameIndex by Nate Begeman · 21 years ago
- 77a2a9d Implement test/Regression/Transforms/GlobalConstifier/phi-select.llx by Chris Lattner · 21 years ago
- 9a8e008 New testcase that the constifier should handle by Chris Lattner · 21 years ago
- 0c3bba3 New basic testcase for the constifier by Chris Lattner · 21 years ago
- 68fb37a Converted to use flex for tokenizing input so we can use an easier to by Reid Spencer · 21 years ago
- a3f1855 Fix header commentary. by Reid Spencer · 21 years ago
- 5c56dc1 Additional functionality. This version handles option parsing and parameter by Reid Spencer · 21 years ago
- 2594c9a First version of a utility internal to llvmc that handles the parsing and by Reid Spencer · 21 years ago
- 2c8ab58 Added description of usage of the getPosition() option on cl::opt and cl::list. by Reid Spencer · 21 years ago
- 1e13fd2 Allow any cl::opt to use the method getPosition() to retrieve the option's by Reid Spencer · 21 years ago
- 1c284ac Remove an unneeded header and forward declaration by Nate Begeman · 21 years ago
- b73a711 Fix siod by switching BoolTy to byte rather than int until CFE changes for by Nate Begeman · 21 years ago
- 293d88c Fix 177.mesa compilation, don't use floating point regs for base addresses! by Nate Begeman · 21 years ago
- 8cfa427 Fix llc crasher compiling siod by giving BuildMI the correct number of arguments by Nate Begeman · 21 years ago
- 07ad63b Add another test by Chris Lattner · 21 years ago
- a670c68 If we are extracting a block that has multiple successors that are the same by Chris Lattner · 21 years ago
- 3377728 When we code extract some stuff, leave the codeRepl block in the place where by Chris Lattner · 21 years ago
- 07ca8e7 New testcase, which causes the block extractor to barf by Chris Lattner · 21 years ago
- 8528672 "extract" the block extractor pass from bugpoint (haha) by Chris Lattner · 21 years ago
- 45df557 Add a pass by Chris Lattner · 21 years ago
- eb6f18f Add value mapper support for select constant exprs. This should fix a bug by Chris Lattner · 21 years ago
- 5a104b0 Longs are in one register on PowerPC 64; use appropriate instructions to operate on them. by Nate Begeman · 21 years ago
- 244e64e Add some more 64 bit instructions we need for the PowerPC-64 ISel to the tablegen files by Nate Begeman · 21 years ago
- c24b758 Wrap long lines and try to fill the 80 chars per line so that we don't have too by Misha Brukman · 21 years ago
- 7cc8a89 * Escape &, <, and > by Misha Brukman · 21 years ago
- a58561b Add description of packed type support. by Chris Lattner · 21 years ago
- 8dad40c Add information on adding a derived type to LLVM, patch contributed by by Chris Lattner · 21 years ago
- 09431e1 Allow targets to specify particular stack slots that certain physregs must by Chris Lattner · 21 years ago
- c330b68 Split saveCallerSavedRegisters into two methods for clarity, and add comments. by Chris Lattner · 21 years ago
- 28690ea Remove dead methods by Chris Lattner · 21 years ago
- 9d9d84b Fix warning by Chris Lattner · 21 years ago
- 750d723 Instead of a virtual method call, lets try a direct constant reference by Chris Lattner · 21 years ago
- 092ae6b Virtual method calls are overrated by Chris Lattner · 21 years ago
- be5af7d Virtual method calls are overrated. by Chris Lattner · 21 years ago
- 4f65fb3 Forward substitute some constants into their users by Chris Lattner · 21 years ago
- 3927af8 The only target that uses this code (v9) always has argsOnStackHaveFixedSize by Chris Lattner · 21 years ago
- 484577a Remove dead methods by Chris Lattner · 21 years ago
- 6845dfe When we want a constant, just use it, instead of calling through layers of by Chris Lattner · 21 years ago
- 648bc14 Convert to unix line format. by Reid Spencer · 21 years ago
- f5f7068 Disable PPC64 backend by default because LLC cannot choose automatically between by Misha Brukman · 21 years ago
- ee45f4c This patch makes the inliner refuse to inline functions that have alloca by Chris Lattner · 21 years ago
- a1b6ae9 * Correct 64-bit version: blr 1 (not 0) by Misha Brukman · 21 years ago
- e4d093c * Print out full names for non-GPR or -FPR registers by Misha Brukman · 21 years ago
- b519efb Fix code extraction of unwind blocks. This fixed bugs that bugpoint can by Chris Lattner · 21 years ago
- cc6b01b * Pointers are 8 bytes, hence cLong type on 64-bit PPC by Misha Brukman · 21 years ago
- 8e63dce Eliminate special-casing 14-bit immediate load/store opcodes by Misha Brukman · 21 years ago
- a5de823 Hrm, this pass didn't compile. This bugfix should go into 1.3! by Chris Lattner · 21 years ago
- 891150f If the block extractor fails, actually emit the bc file that failed to extract by Chris Lattner · 21 years ago
- c90f296 Correctly print out ASCII literal strings on AIX by Misha Brukman · 21 years ago
- ef9468c Mark R2 as available for allocation on Darwin/PPC32, but not AIX/PPC64 by Misha Brukman · 21 years ago