aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Implement constant folding if vector<->vector bitcasts where the numberChris Lattner2007-12-111-2/+122
* Don't have APInt.cpp depend upon DerivedTypes.h. This helps with splitting theReid Spencer2007-12-111-14/+23
* 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-114-24/+23
* 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-111-71/+274
* 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-112-111/+186
* Move TargetData::hostIsLittleEndian out of line, which means we Chris Lattner2007-12-111-0/+9
* Adding Ocaml bindings for the bitreader as requested by SarahGordon Henriksen2007-12-111-0/+42
* Hey, English is not my native language :)Anton Korobeynikov2007-12-101-1/+1
* Clarify the need of CFI() stuffAnton Korobeynikov2007-12-101-0/+3
* Provide convenient way to disable CFI stuff for old/broken assemblers.Anton Korobeynikov2007-12-101-70/+76
* Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp.Chris Lattner2007-12-104-33/+112
* Disable cfi directives for now, darwin does't support them.Chris Lattner2007-12-101-67/+70
* Make PruneEH update the nounwind/noreturn attributesDuncan Sands2007-12-102-76/+81
* Fix PR1836: in the interpreter, read and write apintsDuncan Sands2007-12-101-24/+47
* And finally annotate X86-64 version of callback. Anton Korobeynikov2007-12-101-24/+51
* Provide annotation for SSE version of callback. It's even moreAnton Korobeynikov2007-12-101-1/+26
* Annotate JIT callback function with call frame infromation. Anton Korobeynikov2007-12-101-1/+19
* It looks like this has been broken for some time -Duncan Sands2007-12-101-2/+2
* A little more progress on StrongPHIElimination, now that I have a better sens...Owen Anderson2007-12-101-11/+16
* Improve branch folding by recgonizing that explict successor relationships im...Christopher Lamb2007-12-101-0/+5
* Delete the CollectorNamePool if it should become empty.Gordon Henriksen2007-12-101-0/+4
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-1011-1223/+1352
* Reverting dtor devirtualization patch.Gordon Henriksen2007-12-107-295/+197
* fix some warnings.Chris Lattner2007-12-101-15/+12
* Fix a big problem in the recent dtor refactoring work, now it passes 2007-11-...Chris Lattner2007-12-101-50/+14
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-097-197/+334
* Duncan points out that the subtraction is unneeded since hte codeChris Lattner2007-12-091-1/+1
* Fix PR1782, patch by Wojtek Matyjewicz!Chris Lattner2007-12-091-4/+4
* Add support for splitting the operand of a return instruction.Chris Lattner2007-12-093-53/+21
* Reverting 44702. It wasn't correct to rename them.Bill Wendling2007-12-084-16/+16
* add many new cases to SplitResult. SplitResult now handles all the cases tha...Chris Lattner2007-12-082-3/+178
* Implement splitting support for store, allowing us to compile:Chris Lattner2007-12-082-3/+27
* implement vector splitting of load, undef, and binops.Chris Lattner2007-12-082-4/+88
* implement some methods.Chris Lattner2007-12-082-2/+29
* add scaffolding for splitting of vectors.Chris Lattner2007-12-083-4/+138
* Remove dead file and directory.Chris Lattner2007-12-081-30/+0
* reorganize header to separate into functional blocks.Chris Lattner2007-12-081-47/+59
* split scalarization out to its own file.Chris Lattner2007-12-082-183/+202
* Split expansion out into its own file.Chris Lattner2007-12-082-1144/+1166
* Split promotion support out to its own file.Chris Lattner2007-12-082-472/+490
* Rename LegalizeDAGTypes.cpp -> LegalizeTypes.cppChris Lattner2007-12-081-1/+0
* Split the class definition of DAGTypeLegalizer out into a header.Chris Lattner2007-12-082-234/+256
* add #includeChris Lattner2007-12-081-0/+1
* proper #include order.Chris Lattner2007-12-081-1/+1
* Adding a StringPool data structure, which GC will use.Gordon Henriksen2007-12-081-0/+35
* aesthetic changes, no functionality change. Evan, it's not clearChris Lattner2007-12-081-39/+41