summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Remove host endianness info from TargetData andDuncan Sands2007-12-12
* Allow vector integer constants to be created withDan Gohman2007-12-12
* Revert r44626, which turned off the use of readonlyDuncan Sands2007-12-12
* 1. "Upgrage" comments.Wojciech Matyjewicz2007-12-12
* Regenerate.Christopher Lamb2007-12-12
* Implement part of review feedback for address spaces.Christopher Lamb2007-12-12
* Use shuffles to implement insert_vector_elt for i32, i64, f32, and f64.Evan Cheng2007-12-12
* Lower a build_vector with all constants into a constpool load unless it can b...Evan Cheng2007-12-12
* Add a guard to cxxabi header as other platform mayZhou Sheng2007-12-12
* Fixed PR1629.Zhou Sheng2007-12-12
* Fix a bug in my previous patch, thanks to Jay Foad forChris Lattner2007-12-12
* Don't muck with phi nodes; bug fixes.Evan Cheng2007-12-12
* Correct typo for Linux: s/esp/%rsp/Scott Michel2007-12-12
* Forgot to remove a register from the PHI-union after I'd determined that itOwen Anderson2007-12-12
* Add (very basic) bindings for ModuleProvider.Gordon Henriksen2007-12-12
* Bug fix. Only safe to perform extension uses optimization if the source of ex...Evan Cheng2007-12-12
* Changes from Curtis Dunham implementing lazy cycle detection algorithm.Daniel Berlin2007-12-12
* If deleting a reload instruction due to reuse (value is available in register...Evan Cheng2007-12-11
* Need to grow the indexed map. Added debug statements.Bill Wendling2007-12-11
* Simplify slightly.Bill Wendling2007-12-11
* More progress on StrongPHIElimination. Now we actually USE the DomForest!Owen Anderson2007-12-11
* Blark! How in the world did this work without this?!Bill Wendling2007-12-11
* - Update the virtual reg to machine instruction map when hoisting.Bill Wendling2007-12-11
* Checking for "zero operands" during the "CanHoistInst()" method isn't necessaryBill Wendling2007-12-11
* Allow the JIT to encode MMX instructionsNate Begeman2007-12-11
* Fix compilation.Duncan Sands2007-12-11
* Regenerate.Christopher Lamb2007-12-11
* Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb2007-12-11
* Teach VMCore to constant fold shufflevectors with constant operands.Chris Lattner2007-12-11
* Implement constant folding if vector<->vector bitcasts where the numberChris Lattner2007-12-11
* Don't have APInt.cpp depend upon DerivedTypes.h. This helps with splitting theReid Spencer2007-12-11
* significantly simplify some code, no functionality change.Chris Lattner2007-12-11
* refactor some code, no functionality change.Chris Lattner2007-12-11
* Switch over to MachineLoopInfo.Evan Cheng2007-12-11
* Pretty print shuffle mask operand.Evan Cheng2007-12-11
* - Improved v8i16 shuffle lowering. It now uses pshuflw and pshufhw as much asEvan Cheng2007-12-11
* x86 doesn't actually want to custom lower v3i32Nate Begeman2007-12-11
* CollectorMetadata and Collector are rejiggered to get along withGordon Henriksen2007-12-11
* Move TargetData::hostIsLittleEndian out of line, which means we Chris Lattner2007-12-11
* Adding Ocaml bindings for the bitreader as requested by SarahGordon Henriksen2007-12-11
* Hey, English is not my native language :)Anton Korobeynikov2007-12-10
* Clarify the need of CFI() stuffAnton Korobeynikov2007-12-10
* Provide convenient way to disable CFI stuff for old/broken assemblers.Anton Korobeynikov2007-12-10
* Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp.Chris Lattner2007-12-10
* Disable cfi directives for now, darwin does't support them.Chris Lattner2007-12-10
* Make PruneEH update the nounwind/noreturn attributesDuncan Sands2007-12-10
* Fix PR1836: in the interpreter, read and write apintsDuncan Sands2007-12-10
* And finally annotate X86-64 version of callback. Anton Korobeynikov2007-12-10
* Provide annotation for SSE version of callback. It's even moreAnton Korobeynikov2007-12-10
* Annotate JIT callback function with call frame infromation. Anton Korobeynikov2007-12-10