aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 1. "Upgrage" comments.Wojciech Matyjewicz2007-12-122-15/+26
* Regenerate.Christopher Lamb2007-12-122-1215/+1197
* Implement part of review feedback for address spaces.Christopher Lamb2007-12-125-36/+23
* Use shuffles to implement insert_vector_elt for i32, i64, f32, and f64.Evan Cheng2007-12-125-64/+58
* Add a test case for -optimize-ext-uses.Evan Cheng2007-12-121-0/+19
* Lower a build_vector with all constants into a constpool load unless it can b...Evan Cheng2007-12-122-17/+26
* Add a guard to cxxabi header as other platform mayZhou Sheng2007-12-121-0/+12
* Fixed PR1629.Zhou Sheng2007-12-122-0/+94
* Fix a bug in my previous patch, thanks to Jay Foad forChris Lattner2007-12-121-2/+2
* Don't muck with phi nodes; bug fixes.Evan Cheng2007-12-121-2/+11
* Correct typo for Linux: s/esp/%rsp/Scott Michel2007-12-121-1/+1
* Bit masks conflicted. Needed to bump them by one.Bill Wendling2007-12-121-9/+9
* Forgot to remove a register from the PHI-union after I'd determined that itOwen Anderson2007-12-121-3/+6
* Add (very basic) bindings for ModuleProvider.Gordon Henriksen2007-12-127-0/+90
* Bug fix. Only safe to perform extension uses optimization if the source of ex...Evan Cheng2007-12-121-0/+5
* Changes from Curtis Dunham implementing lazy cycle detection algorithm.Daniel Berlin2007-12-121-125/+287
* If deleting a reload instruction due to reuse (value is available in register...Evan Cheng2007-12-111-2/+18
* Need to grow the indexed map. Added debug statements.Bill Wendling2007-12-111-21/+27
* Simplify slightly.Bill Wendling2007-12-111-3/+4
* Remove Trie::Edge class. Now edge labels are stored into nodes itself.Anton Korobeynikov2007-12-111-91/+85
* More progress on StrongPHIElimination. Now we actually USE the DomForest!Owen Anderson2007-12-111-0/+89
* Blark! How in the world did this work without this?!Bill Wendling2007-12-111-4/+9
* - Update the virtual reg to machine instruction map when hoisting.Bill Wendling2007-12-111-2/+12
* Checking for "zero operands" during the "CanHoistInst()" method isn't necessaryBill Wendling2007-12-111-11/+4
* Allow the JIT to encode MMX instructionsNate Begeman2007-12-111-8/+8
* Use correct member access operator.Wojciech Matyjewicz2007-12-111-1/+1
* Rename these tests to use the appropriate suffixes.Dan Gohman2007-12-112-0/+0
* Use not instead of ignore when an exit status is expected to alwaysDan Gohman2007-12-117-8/+8
* Don't redirect stderr when it isn't needed.Dan Gohman2007-12-112-2/+2
* Fix compilation.Duncan Sands2007-12-111-1/+2
* Update credits.Christopher Lamb2007-12-111-0/+1
* Add information on address space qualifiers for pointer types and global Christopher Lamb2007-12-111-4/+15
* Regenerate.Christopher Lamb2007-12-113-4845/+3590
* Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb2007-12-1115-43/+151
* Teach VMCore to constant fold shufflevectors with constant operands.Chris Lattner2007-12-111-2/+45
* Implement constant folding if vector<->vector bitcasts where the numberChris Lattner2007-12-112-2/+155
* Don't have APInt.cpp depend upon DerivedTypes.h. This helps with splitting theReid Spencer2007-12-111-14/+23
* Add first and really dirty version of generic Trie structureAnton Korobeynikov2007-12-111-0/+223
* significantly simplify some code, no functionality change.Chris Lattner2007-12-111-88/+23
* refactor some code, no functionality change.Chris Lattner2007-12-111-94/+96
* Switch over to MachineLoopInfo.Evan Cheng2007-12-115-28/+28
* Pretty print shuffle mask operand.Evan Cheng2007-12-111-0/+13
* - Improved v8i16 shuffle lowering. It now uses pshuflw and pshufhw as much asEvan Cheng2007-12-113-95/+310
* x86 doesn't actually want to custom lower v3i32Nate Begeman2007-12-111-0/+3
* CollectorMetadata and Collector are rejiggered to get along withGordon Henriksen2007-12-117-298/+427
* Project file maintenance.Gordon Henriksen2007-12-111-1/+29
* Move TargetData::hostIsLittleEndian out of line, which means we Chris Lattner2007-12-112-9/+11
* Adding Ocaml bindings for the bitreader as requested by SarahGordon Henriksen2007-12-118-1/+217
* Hey, English is not my native language :)Anton Korobeynikov2007-12-101-1/+1
* Clarify the need of CFI() stuffAnton Korobeynikov2007-12-101-0/+3