2007-12-13 |
Evan Cheng | Fold some and + shift in x86 addressing mode. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Evan Cheng | Oops. Forgot these. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | Fix for edge profiling, patch by 'Marc' for PR1857 |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Evan Cheng | Cosmetic change. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Evan Cheng | Implicit def instructions, e.g. X86::IMPLICIT_DEF_GR32... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Duncan Sands | Remove host endianness info from TargetData and |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Dan Gohman | Remove a forward-declaration for a non-existant class. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Dan Gohman | Allow vector integer constants to be created with |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Anton Korobeynikov | Use vector for child storage instead of map. This will... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Duncan Sands | Revert r44626, which turned off the use of readonly |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Wojciech Matyjewicz | 1. "Upgrage" comments. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Christopher... | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Christopher... | Implement part of review feedback for address spaces. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Evan Cheng | Use shuffles to implement insert_vector_elt for i32... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Evan Cheng | Add a test case for -optimize-ext-uses. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Evan Cheng | Lower a build_vector with all constants into a constpoo... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Zhou Sheng | Add a guard to cxxabi header as other platform may |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Zhou Sheng | Fixed PR1629. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | Fix a bug in my previous patch, thanks to Jay Foad for |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Evan Cheng | Don't muck with phi nodes; bug fixes. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Scott Michel | Correct typo for Linux: s/esp/%rsp/ |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Bill Wendling | Bit masks conflicted. Needed to bump them by one. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Owen Anderson | Forgot to remove a register from the PHI-union after... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Gordon Henriksen | Add (very basic) bindings for ModuleProvider. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Evan Cheng | Bug fix. Only safe to perform extension uses optimizati... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Daniel Berlin | Changes from Curtis Dunham implementing lazy cycle... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Evan Cheng | If deleting a reload instruction due to reuse (value... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Bill Wendling | Need to grow the indexed map. Added debug statements. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Bill Wendling | Simplify slightly. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Anton Korobeynikov | Remove Trie::Edge class. Now edge labels are stored... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Owen Anderson | More progress on StrongPHIElimination. Now we actually... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Bill Wendling | Blark! How in the world did this work without this?! |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Bill Wendling | - Update the virtual reg to machine instruction map... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Bill Wendling | Checking for "zero operands" during the "CanHoistInst... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Nate Begeman | Allow the JIT to encode MMX instructions |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Wojciech Matyjewicz | Use correct member access operator. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Dan Gohman | Rename these tests to use the appropriate suffixes. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Dan Gohman | Use not instead of ignore when an exit status is expect... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Dan Gohman | Don't redirect stderr when it isn't needed. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Duncan Sands | Fix compilation. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Christopher... | Update credits. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Christopher... | Add information on address space qualifiers for pointer... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Christopher... | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Christopher... | Implement address space attribute for LLVM pointer... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Chris Lattner | Teach VMCore to constant fold shufflevectors with const... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Chris Lattner | Implement constant folding if vector<->vector bitcasts... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Reid Spencer | Don't have APInt.cpp depend upon DerivedTypes.h. This... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Anton Korobeynikov | Add first and really dirty version of generic Trie... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Chris Lattner | significantly simplify some code, no functionality... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Chris Lattner | refactor some code, no functionality change. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Evan Cheng | Switch over to MachineLoopInfo. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Evan Cheng | Pretty print shuffle mask operand. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Evan Cheng | - Improved v8i16 shuffle lowering. It now uses pshuflw... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Nate Begeman | x86 doesn't actually want to custom lower v3i32 |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Gordon Henriksen | CollectorMetadata and Collector are rejiggered to get... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Gordon Henriksen | Project file maintenance. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Chris Lattner | Move TargetData::hostIsLittleEndian out of line, which... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Gordon Henriksen | Adding Ocaml bindings for the bitreader as requested... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Anton Korobeynikov | Hey, English is not my native language :) |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Anton Korobeynikov | Clarify the need of CFI() stuff |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Anton Korobeynikov | Provide convenient way to disable CFI stuff for old... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Chris Lattner | Fix PR1850 by removing an unsafe transformation from... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Ted Kremenek | Added two bounds checks to the BitVector class to detect |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Chris Lattner | split isBinaryOp into a static and member version. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
John Criswell | Fix some wording. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Chuck Rose III | Add StringPool + new CodeGen files to win32 build |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Chris Lattner | Disable cfi directives for now, darwin does't support... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Duncan Sands | Make PruneEH update the nounwind/noreturn attributes |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Duncan Sands | Fix PR1836: in the interpreter, read and write apints |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Anton Korobeynikov | And finally annotate X86-64 version of callback. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Anton Korobeynikov | Provide annotation for SSE version of callback. It... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Anton Korobeynikov | Annotate JIT callback function with call frame infromation. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Duncan Sands | It looks like this has been broken for some time - |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Owen Anderson | A little more progress on StrongPHIElimination, now... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Christopher... | Improve branch folding by recgonizing that explict... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Gordon Henriksen | Delete the CollectorNamePool if it should become empty. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Gordon Henriksen | Fix a typo spotted by Nick Lewycky. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Gordon Henriksen | Adding a collector name attribute to Function in the... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Gordon Henriksen | Reverting dtor devirtualization patch. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Chris Lattner | remove some dead code. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Chris Lattner | fix some warnings. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Chris Lattner | Fix a big problem in the recent dtor refactoring work... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Gordon Henriksen | Devirtualizing Value destructor (PR889). Patch by Pawel... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Chris Lattner | Duncan points out that the subtraction is unneeded... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Gordon Henriksen | Upgrading this test to 2.0 .ll syntax. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Chris Lattner | Fix PR1782, patch by Wojtek Matyjewicz! |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Gordon Henriksen | Fix a very silly typo. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Chris Lattner | Fix accidental commit by Bill. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Chris Lattner | Add support for splitting the operand of a return instr... |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Bill Wendling | Reverting 44702. It wasn't correct to rename them. |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Chris Lattner | add many new cases to SplitResult. SplitResult now... |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Chris Lattner | Implement splitting support for store, allowing us... |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Chris Lattner | implement vector splitting of load, undef, and binops. |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Chris Lattner | implement some methods. |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Chris Lattner | add scaffolding for splitting of vectors. |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Nate Begeman | Project cleanups |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Chris Lattner | Remove dead file and directory. |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Chris Lattner | reorganize header to separate into functional blocks. |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Chris Lattner | split scalarization out to its own file. |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Chris Lattner | Split expansion out into its own file. |
commit | commitdiff | tree | snapshot |
next |