aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Rename bunch of variables.Devang Patel2007-08-211-72/+79
* Preserve LCSSA.Devang Patel2007-08-211-1/+15
* Use SmallVector.Devang Patel2007-08-211-3/+3
* No need to hardcode SmallVector size.Devang Patel2007-08-211-3/+3
* InlineAsm asm support for integer registers addedBruno Cardoso Lopes2007-08-212-0/+81
* Instruction Itinerary attribution fixedBruno Cardoso Lopes2007-08-211-0/+1
* Fix potentially N^2 behavior handling arrays with many of theChris Lattner2007-08-211-8/+35
* Use only 1 knob to enable exceptions on Darwin :). Anton Korobeynikov2007-08-211-0/+8
* Use SmallVector instead of std::vector.Devang Patel2007-08-219-21/+19
* simplify code, improve a comment.Chris Lattner2007-08-211-6/+6
* s/ExitBlock/ExitingBlock/gDevang Patel2007-08-201-26/+27
* initial checkin of Neil's APFloat work.Chris Lattner2007-08-202-10/+1518
* - Use correct header for SCEV inside LoopPass.cppAnton Korobeynikov2007-08-202-1/+13
* Replace indunction variable with split value in loop body.Devang Patel2007-08-201-1/+5
* Do not split loops rejected by processOneIterationLoop().Devang Patel2007-08-201-5/+11
* Minor cleanups to reduce some spurious differences between differentDan Gohman2007-08-201-9/+11
* Add Type::isIntOrIntVector, like Type::isFPOrFPVector.Dan Gohman2007-08-201-0/+11
* When Intrinsic::getName is constructing names for overloaded intrinsics,Dan Gohman2007-08-201-1/+2
* Partial implementation of calling functions with byval arguments:Rafael Espindola2007-08-202-1/+31
* add a noteChris Lattner2007-08-201-0/+18
* Fix PR1611 - Visibility should be ignored for a declarationChris Lattner2007-08-191-6/+13
* simplify code and print visibility for declarations.Chris Lattner2007-08-191-25/+21
* Oops, remove assert that wasn't meant to be committed.Nick Lewycky2007-08-181-2/+0
* Never insert duplicate edges.Nick Lewycky2007-08-181-13/+17
* Typo.Nick Lewycky2007-08-181-1/+1
* Compute the argument list as lazily as possible. This ensures that clientsChris Lattner2007-08-181-7/+24
* use a nicer accessor.Chris Lattner2007-08-181-1/+1
* Fold C ? 0 : 1 to ~C or zext(~C) or trunc(~C) depending the types.Evan Cheng2007-08-181-3/+14
* MipsHi now has ouput flagBruno Cardoso Lopes2007-08-181-91/+185
* Fixed stack frame addressing bugBruno Cardoso Lopes2007-08-181-8/+8
* support for Schedule included on Mips.tdBruno Cardoso Lopes2007-08-182-28/+15
* Removed LowerRETURADDR, fixed small bug into LowerRET, LowerGlobalAddressBruno Cardoso Lopes2007-08-182-17/+11
* Couple of small changes. Delay Slot handle header declared. Bruno Cardoso Lopes2007-08-182-2/+3
* Added InstrItinClass support for instruction formatsBruno Cardoso Lopes2007-08-181-9/+10
* Branch Analysis and InsertNoop inserted into header filesBruno Cardoso Lopes2007-08-181-2/+36
* createMipsDelaySlotFillerPass added to mips codegen runtime Bruno Cardoso Lopes2007-08-181-2/+2
* Added Branch Analysis support Bruno Cardoso Lopes2007-08-181-5/+234
* LowerRETURNADDR removed since it was wrong and does not have utility yet!Bruno Cardoso Lopes2007-08-181-2/+3
* InstrItineraryData support on added.Bruno Cardoso Lopes2007-08-181-2/+8
* A Pass to insert Nops on intructions with DelaySlotBruno Cardoso Lopes2007-08-181-0/+77
* Mips generic fallback instruction schedule support!Bruno Cardoso Lopes2007-08-181-0/+63
* Avoid spliting loops where two split condition branches are not independent.Devang Patel2007-08-181-1/+11
* When one branch of condition is eliminated then head of the otherDevang Patel2007-08-172-22/+44
* Avoid issue on 64-bit hosts.Evan Cheng2007-08-171-1/+2
* Fix GLIBCXX_DEBUG error of comparing two singular iteratorsDavid Greene2007-08-171-3/+8
* If dynamic_stackalloc alignment is > stack alignment, first issue an instruct...Evan Cheng2007-08-161-5/+12
* - If a dynamic_stackalloc alignment requirement is <= stack alignment, then t...Evan Cheng2007-08-161-12/+12
* Factor out some code into a helper function.Owen Anderson2007-08-161-55/+34
* Fix the verification for overloaded intrinsic types. Check that they areDan Gohman2007-08-161-6/+19
* Add some more comments to GVN.Owen Anderson2007-08-161-0/+14