| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement a FIXME, by not searching linearly through a map to remove an | Chris Lattner | 2004-08-04 | 1 | -8/+34 |
* | Squelch warnings in release mode | Chris Lattner | 2004-08-04 | 2 | -6/+6 |
* | Add a cast | Chris Lattner | 2004-08-04 | 1 | -1/+1 |
* | Change SymbolTable::insertEntry to be more careful about how many map | Chris Lattner | 2004-08-04 | 1 | -15/+22 |
* | Add a --version option for every tool that prints out: | Reid Spencer | 2004-08-04 | 1 | -1/+18 |
* | Make getGlobalTableValue not use getTypeSlot, this speeds up the bc reader | Chris Lattner | 2004-08-04 | 3 | -32/+34 |
* | Do not do a linear std::find to reconstruct information we had, but later threw | Chris Lattner | 2004-08-03 | 2 | -29/+24 |
* | Remove unused opcodes. | Misha Brukman | 2004-08-03 | 1 | -676/+0 |
* | Move this file out of the top-level docs directory | Chris Lattner | 2004-08-03 | 1 | -0/+197 |
* | * Use simpler instruction templates to define instructions | Misha Brukman | 2004-08-02 | 1 | -52/+52 |
* | Replace patterns 0, 4, and 5 with simpler heirarchical definitions that use the | Misha Brukman | 2004-08-02 | 1 | -68/+98 |
* | Hide this option | Chris Lattner | 2004-08-02 | 1 | -1/+1 |
* | Separate instruction formats from instruction definitions. | Misha Brukman | 2004-08-02 | 2 | -1236/+1248 |
* | Add #include <cstdlib> and abort() to silence a warning | Misha Brukman | 2004-08-02 | 2 | -10/+12 |
* | * ceil() requires #include <cmath> for compilation | Misha Brukman | 2004-08-02 | 2 | -6/+8 |
* | Fix a regression in InstCombine/xor.ll | Chris Lattner | 2004-08-01 | 1 | -2/+2 |
* | Fix a warning | Chris Lattner | 2004-08-01 | 1 | -2/+1 |
* | Adding ModuloScheduling so that it compiles for everyone. | Tanya Lattner | 2004-08-01 | 1 | -1/+1 |
* | Convert all I<> instructions to asmformat. | Chris Lattner | 2004-08-01 | 1 | -224/+302 |
* | Dereferencing end() is bad. | Chris Lattner | 2004-08-01 | 1 | -1/+1 |
* | Add some immediate forms, make name optional | Chris Lattner | 2004-08-01 | 1 | -2/+5 |
* | Eliminate 3 of the X86 printImplicit* flags. | Chris Lattner | 2004-08-01 | 3 | -25/+3 |
* | Get rid of 3 of the 4 'printimplicit' flags. Implicit operands are now | Chris Lattner | 2004-08-01 | 1 | -79/+1 |
* | Convert more instructions over to the asmprinter | Chris Lattner | 2004-08-01 | 1 | -50/+66 |
* | Handle registers a bit more efficiently | Chris Lattner | 2004-08-01 | 1 | -1/+7 |
* | give FP stack registers names | Chris Lattner | 2004-08-01 | 1 | -2/+5 |
* | Switch more instructions over to using the asmprinter. Fix bugs in the emission | Chris Lattner | 2004-08-01 | 1 | -36/+47 |
* | The tblgen'erated asmparser wants a way to print operands. | Chris Lattner | 2004-08-01 | 1 | -0/+6 |
* | Rename the Printer class -> X86AsmPrinter. | Chris Lattner | 2004-08-01 | 1 | -34/+46 |
* | Factor a bunch of the rules and add support for generating the asmwriter. | Chris Lattner | 2004-08-01 | 1 | -21/+23 |
* | Specify an asm string and operands lists for a bunch of instructions. | Chris Lattner | 2004-08-01 | 1 | -38/+75 |
* | Add the 'ops' marker, add an AsmString initializer | Chris Lattner | 2004-08-01 | 1 | -1/+6 |
* | Completely disable the pattern isel until it is more substantial. | Chris Lattner | 2004-08-01 | 1 | -0/+4 |
* | Entirely eliminate all patterns and expanders from this file. We shall go | Chris Lattner | 2004-08-01 | 1 | -82/+45 |
* | Move the 'Expander' node to later in the file, with the other experimental | Chris Lattner | 2004-08-01 | 1 | -15/+23 |
* | Remove obsolete file | Chris Lattner | 2004-08-01 | 1 | -393/+0 |
* | Make OptimizeBlock take a MachineFunction::iterator instead of a | Alkis Evlogimenos | 2004-07-31 | 1 | -4/+4 |
* | Next on a pointer increments the pointer, not an iterator | Chris Lattner | 2004-07-31 | 1 | -1/+1 |
* | Use next() helper to make code more readable. Use | Alkis Evlogimenos | 2004-07-31 | 1 | -4/+6 |
* | Use MachineFunction::iterator instead of a MachineBasicBlock* because | Alkis Evlogimenos | 2004-07-31 | 1 | -2/+3 |
* | Align breaks. | Alkis Evlogimenos | 2004-07-31 | 1 | -6/+6 |
* | Expose this as a functionpass | Chris Lattner | 2004-07-31 | 1 | -1/+3 |
* | Implement a simple target-independent CFG cleanup pass | Chris Lattner | 2004-07-31 | 1 | -0/+201 |
* | Add breaks | Chris Lattner | 2004-07-31 | 1 | -12/+12 |
* | Simplify code a bit. | Alkis Evlogimenos | 2004-07-31 | 1 | -3/+1 |
* | Correctly spell 'unconditional'. | Alkis Evlogimenos | 2004-07-31 | 1 | -1/+1 |
* | Implement insertGoto and reverseBranchCondition for the X86. | Alkis Evlogimenos | 2004-07-31 | 2 | -0/+43 |
* | I'm pretty sure that ba is branch always, which is a barrier. Brg should | Chris Lattner | 2004-07-31 | 2 | -2/+6 |
* | Mark barrier instructions. Execution does not fall through uncond branches | Chris Lattner | 2004-07-31 | 1 | -2/+4 |
* | New flag | Chris Lattner | 2004-07-31 | 1 | -0/+1 |