| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove host endianness info from TargetData and | Duncan Sands | 2007-12-12 | 2 | -11/+3 |
* | Allow vector integer constants to be created with | Dan Gohman | 2007-12-12 | 2 | -9/+28 |
* | Revert r44626, which turned off the use of readonly | Duncan Sands | 2007-12-12 | 2 | -15/+4 |
* | 1. "Upgrage" comments. | Wojciech Matyjewicz | 2007-12-12 | 1 | -15/+16 |
* | Regenerate. | Christopher Lamb | 2007-12-12 | 2 | -1215/+1197 |
* | Implement part of review feedback for address spaces. | Christopher Lamb | 2007-12-12 | 2 | -33/+18 |
* | Use shuffles to implement insert_vector_elt for i32, i64, f32, and f64. | Evan Cheng | 2007-12-12 | 1 | -36/+18 |
* | Lower a build_vector with all constants into a constpool load unless it can b... | Evan Cheng | 2007-12-12 | 1 | -14/+16 |
* | Add a guard to cxxabi header as other platform may | Zhou Sheng | 2007-12-12 | 1 | -0/+12 |
* | Fixed PR1629. | Zhou Sheng | 2007-12-12 | 1 | -0/+40 |
* | Fix a bug in my previous patch, thanks to Jay Foad for | Chris Lattner | 2007-12-12 | 1 | -2/+2 |
* | Don't muck with phi nodes; bug fixes. | Evan Cheng | 2007-12-12 | 1 | -2/+11 |
* | Correct typo for Linux: s/esp/%rsp/ | Scott Michel | 2007-12-12 | 1 | -1/+1 |
* | Forgot to remove a register from the PHI-union after I'd determined that it | Owen Anderson | 2007-12-12 | 1 | -3/+6 |
* | Add (very basic) bindings for ModuleProvider. | Gordon Henriksen | 2007-12-12 | 1 | -0/+14 |
* | Bug fix. Only safe to perform extension uses optimization if the source of ex... | Evan Cheng | 2007-12-12 | 1 | -0/+5 |
* | Changes from Curtis Dunham implementing lazy cycle detection algorithm. | Daniel Berlin | 2007-12-12 | 1 | -125/+287 |
* | If deleting a reload instruction due to reuse (value is available in register... | Evan Cheng | 2007-12-11 | 1 | -2/+18 |
* | Need to grow the indexed map. Added debug statements. | Bill Wendling | 2007-12-11 | 1 | -21/+27 |
* | Simplify slightly. | Bill Wendling | 2007-12-11 | 1 | -3/+4 |
* | More progress on StrongPHIElimination. Now we actually USE the DomForest! | Owen Anderson | 2007-12-11 | 1 | -0/+89 |
* | Blark! How in the world did this work without this?! | Bill Wendling | 2007-12-11 | 1 | -4/+9 |
* | - Update the virtual reg to machine instruction map when hoisting. | Bill Wendling | 2007-12-11 | 1 | -2/+12 |
* | Checking for "zero operands" during the "CanHoistInst()" method isn't necessary | Bill Wendling | 2007-12-11 | 1 | -11/+4 |
* | Allow the JIT to encode MMX instructions | Nate Begeman | 2007-12-11 | 1 | -8/+8 |
* | Fix compilation. | Duncan Sands | 2007-12-11 | 1 | -1/+2 |
* | Regenerate. | Christopher Lamb | 2007-12-11 | 3 | -4845/+3590 |
* | Implement address space attribute for LLVM pointer types. Address spaces are | Christopher Lamb | 2007-12-11 | 9 | -34/+103 |
* | Teach VMCore to constant fold shufflevectors with constant operands. | Chris Lattner | 2007-12-11 | 1 | -2/+45 |
* | Implement constant folding if vector<->vector bitcasts where the number | Chris Lattner | 2007-12-11 | 1 | -2/+122 |
* | Don't have APInt.cpp depend upon DerivedTypes.h. This helps with splitting the | Reid Spencer | 2007-12-11 | 1 | -14/+23 |
* | significantly simplify some code, no functionality change. | Chris Lattner | 2007-12-11 | 1 | -88/+23 |
* | refactor some code, no functionality change. | Chris Lattner | 2007-12-11 | 1 | -94/+96 |
* | Switch over to MachineLoopInfo. | Evan Cheng | 2007-12-11 | 4 | -24/+23 |
* | Pretty print shuffle mask operand. | Evan Cheng | 2007-12-11 | 1 | -0/+13 |
* | - Improved v8i16 shuffle lowering. It now uses pshuflw and pshufhw as much as | Evan Cheng | 2007-12-11 | 1 | -71/+274 |
* | x86 doesn't actually want to custom lower v3i32 | Nate Begeman | 2007-12-11 | 1 | -0/+3 |
* | CollectorMetadata and Collector are rejiggered to get along with | Gordon Henriksen | 2007-12-11 | 2 | -111/+186 |
* | Move TargetData::hostIsLittleEndian out of line, which means we | Chris Lattner | 2007-12-11 | 1 | -0/+9 |
* | Adding Ocaml bindings for the bitreader as requested by Sarah | Gordon Henriksen | 2007-12-11 | 1 | -0/+42 |
* | Hey, English is not my native language :) | Anton Korobeynikov | 2007-12-10 | 1 | -1/+1 |
* | Clarify the need of CFI() stuff | Anton Korobeynikov | 2007-12-10 | 1 | -0/+3 |
* | Provide convenient way to disable CFI stuff for old/broken assemblers. | Anton Korobeynikov | 2007-12-10 | 1 | -70/+76 |
* | Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp. | Chris Lattner | 2007-12-10 | 4 | -33/+112 |
* | Disable cfi directives for now, darwin does't support them. | Chris Lattner | 2007-12-10 | 1 | -67/+70 |
* | Make PruneEH update the nounwind/noreturn attributes | Duncan Sands | 2007-12-10 | 2 | -76/+81 |
* | Fix PR1836: in the interpreter, read and write apints | Duncan Sands | 2007-12-10 | 1 | -24/+47 |
* | And finally annotate X86-64 version of callback. | Anton Korobeynikov | 2007-12-10 | 1 | -24/+51 |
* | Provide annotation for SSE version of callback. It's even more | Anton Korobeynikov | 2007-12-10 | 1 | -1/+26 |
* | Annotate JIT callback function with call frame infromation. | Anton Korobeynikov | 2007-12-10 | 1 | -1/+19 |