aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix long linesChris Lattner2007-04-146-18/+20
* add a noteChris Lattner2007-04-141-0/+18
* Implement Transforms/InstCombine/vec_extract_elt.ll, transforming:Chris Lattner2007-04-141-0/+11
* Implement InstCombine/vec_demanded_elts.ll:test2. This allows us to turnChris Lattner2007-04-141-0/+66
* avoid copying sets and vectors around.Chris Lattner2007-04-141-7/+6
* Fix PR1329.Jeff Cohen2007-04-141-0/+28
* disable switch lowering using shift/and. It still breaks ppc bootstrap forChris Lattner2007-04-141-0/+1
* avoid iterator invalidation.Chris Lattner2007-04-141-2/+4
* An even better fix.Jeff Cohen2007-04-141-3/+2
* Fix recent regression that broke several llvm-tests.Jeff Cohen2007-04-141-0/+2
* Fix PR1325: Case range optimization was performed in the case itAnton Korobeynikov2007-04-141-4/+2
* disable shift/and lowering to work around PR1325 for now.Chris Lattner2007-04-141-1/+3
* Implement a few missing xforms: printf("foo\n") -> puts. printf("x") -> putcharChris Lattner2007-04-141-9/+48
* in addition to merging, constantmerge should also delete trivially dead globals,Chris Lattner2007-04-141-1/+8
* Implement PR1201 and test/Transforms/InstCombine/malloc-free-delete.llChris Lattner2007-04-141-8/+23
* use an accessor to simplify code.Chris Lattner2007-04-141-15/+1
* add GetElementPtrInst::hasAllZeroIndices, a long-overdue helper method.Chris Lattner2007-04-141-0/+16
* We want the number of bits needed, not the power of 2.Reid Spencer2007-04-141-1/+1
* Silence VC++ warning.Jeff Cohen2007-04-131-1/+1
* Now that codegen prepare isn't defeating me, I can finally fix what I setChris Lattner2007-04-131-1/+19
* Completely rewrite addressing-mode related sinking of code. In particular,Chris Lattner2007-04-131-341/+542
* Implement a getBitsNeeded method to determine how many bits are needed toReid Spencer2007-04-131-0/+37
* Remove use of SlowOperationInformer.Devang Patel2007-04-131-3/+0
* Undo previous check-in.Devang Patel2007-04-131-1/+1
* Hello uses LLVMSupport.a (SlowerOperationInformer)Devang Patel2007-04-131-1/+1
* Fix PR1323 : we haven't updated phi nodes in good manner :)Anton Korobeynikov2007-04-131-0/+1
* arm has r+r*s and r+i addr modes, but no r+i+r*s addr modes.Chris Lattner2007-04-131-1/+5
* Make the apint construction more effective.Zhou Sheng2007-04-131-3/+3
* CSE simple binary expressions when they are inserted. This makes LSR produceChris Lattner2007-04-131-5/+25
* Implement review feedback .. don't double search a set.Reid Spencer2007-04-121-3/+1
* Make sure intrinsics that are lowered to functions make the function weakReid Spencer2007-04-121-2/+2
* Provide support for intrinsics that lower themselves to a function body.Reid Spencer2007-04-121-2/+32
* Implement Thread Local Storage (TLS) in CBackend.Lauro Ramos Venancio2007-04-121-17/+27
* Implement the "thread_local" keyword.Lauro Ramos Venancio2007-04-1215-3657/+4042
* Fix bugs in generated code for part_select and part_set so that llc doesn'tReid Spencer2007-04-121-35/+44
* Fix a bug in PartSet. The replacement value needs to be zext or trunc toReid Spencer2007-04-121-3/+7
* the result of an inline asm copy can be an arbitrary VT that the registerChris Lattner2007-04-121-4/+21
* fold noop vbitconvert instructionsChris Lattner2007-04-121-0/+9
* Fix weirdness handling single element vectors.Chris Lattner2007-04-121-5/+2
* Fix mmx paddq, add support for the 'y' register class, though it isn't tested.Chris Lattner2007-04-121-1/+5
* For PR1284:Reid Spencer2007-04-123-14/+202
* improve the patch for PR1318 to also support grouped options with customChris Lattner2007-04-121-7/+12
* Fix CodeGen/X86/2007-03-24-InlineAsmPModifier.llChris Lattner2007-04-111-6/+8
* Build Hello by default so it can be used in test cases.Reid Spencer2007-04-111-1/+1
* fix an infinite loop compiling ldecod, notice by JeffC.Chris Lattner2007-04-111-1/+1
* Fix incorrect fall-throughs in addr mode code. This fixes CodeGen/ARM/arm-ne...Chris Lattner2007-04-111-3/+3
* Fix Transforms/ScalarRepl/union-pointer.llChris Lattner2007-04-111-6/+7
* Fix PR1318 by reacting appropriately to a mutating option list.Chris Lattner2007-04-111-0/+14
* Fix a bug where ICmpInst objects instantiated directly with a name wouldReid Spencer2007-04-111-2/+2
* Fix an approximate calculation in an assertion not to give false negatives.Reid Spencer2007-04-111-1/+1