summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Fix PR1323 : we haven't updated phi nodes in good manner :)Anton Korobeynikov2007-04-13
* arm has r+r*s and r+i addr modes, but no r+i+r*s addr modes.Chris Lattner2007-04-13
* Make the apint construction more effective.Zhou Sheng2007-04-13
* CSE simple binary expressions when they are inserted. This makes LSR produceChris Lattner2007-04-13
* Implement review feedback .. don't double search a set.Reid Spencer2007-04-12
* Make sure intrinsics that are lowered to functions make the function weakReid Spencer2007-04-12
* Provide support for intrinsics that lower themselves to a function body.Reid Spencer2007-04-12
* Implement Thread Local Storage (TLS) in CBackend.Lauro Ramos Venancio2007-04-12
* Implement the "thread_local" keyword.Lauro Ramos Venancio2007-04-12
* Fix bugs in generated code for part_select and part_set so that llc doesn'tReid Spencer2007-04-12
* Fix a bug in PartSet. The replacement value needs to be zext or trunc toReid Spencer2007-04-12
* the result of an inline asm copy can be an arbitrary VT that the registerChris Lattner2007-04-12
* fold noop vbitconvert instructionsChris Lattner2007-04-12
* Fix weirdness handling single element vectors.Chris Lattner2007-04-12
* Fix mmx paddq, add support for the 'y' register class, though it isn't tested.Chris Lattner2007-04-12
* For PR1284:Reid Spencer2007-04-12
* improve the patch for PR1318 to also support grouped options with customChris Lattner2007-04-12
* Fix CodeGen/X86/2007-03-24-InlineAsmPModifier.llChris Lattner2007-04-11
* Build Hello by default so it can be used in test cases.Reid Spencer2007-04-11
* fix an infinite loop compiling ldecod, notice by JeffC.Chris Lattner2007-04-11
* Fix incorrect fall-throughs in addr mode code. This fixes CodeGen/ARM/arm-ne...Chris Lattner2007-04-11
* Fix Transforms/ScalarRepl/union-pointer.llChris Lattner2007-04-11
* Fix PR1318 by reacting appropriately to a mutating option list.Chris Lattner2007-04-11
* Fix a bug where ICmpInst objects instantiated directly with a name wouldReid Spencer2007-04-11
* Fix an approximate calculation in an assertion not to give false negatives.Reid Spencer2007-04-11
* Turn stuff like:Chris Lattner2007-04-11
* Simplify some comparisons to arithmetic, this implements:Chris Lattner2007-04-11
* Fix this harder.Chris Lattner2007-04-11
* don't create shifts by zero, fix some problems with my previous patchChris Lattner2007-04-11
* canonicalize (x <u 2147483648) -> (x >s -1) and (x >u 2147483647) -> (x <s 0)Chris Lattner2007-04-11
* fix a miscompilation of:Chris Lattner2007-04-11
* doneChris Lattner2007-04-11
* Teach the codegen to turn [aez]ext (setcc) -> selectcc of 1/0, which oftenChris Lattner2007-04-11
* Codegen integer abs more efficiently using the trick from the PPC CWG. ThisChris Lattner2007-04-11
* fix a regression introduced by my last patch.Chris Lattner2007-04-11
* Hack to get sys::Path to recognize macho dylibs.Chris Lattner2007-04-11
* For PR1146:Reid Spencer2007-04-11
* Teach sys::Path how to recognize different kinds of object files for ELFReid Spencer2007-04-11
* Simplify SROA conversion to integer in some ways, make it more general in oth...Chris Lattner2007-04-11
* Make isDynamicLibrary detect more than just an ELF file.Reid Spencer2007-04-11
* Add support for our first SSSE3 instruction "pmulhrsw".Bill Wendling2007-04-10
* new micro optznChris Lattner2007-04-10
* restore support for negative stridesChris Lattner2007-04-10
* apparently some people commit without building the tree, or they forget toChris Lattner2007-04-10
* unbreak the build :(Chris Lattner2007-04-10
* Fix build problem.Jeff Cohen2007-04-10
* Strengthen the boundary conditions of this fold, implementingChris Lattner2007-04-09
* No longer needed.Jeff Cohen2007-04-09
* Re-constify things that don't break the build. Last patch in thisOwen Anderson2007-04-09
* remove dead target hooks.Chris Lattner2007-04-09