summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* Fold away one multiply in instcombine. This would normally be caught inNick Lewycky2008-02-03
* Fix typoChris Lattner2008-02-03
* SSE 4.1 Intrinsics and detectionNate Begeman2008-02-03
* handle the case where a node can become ready to processChris Lattner2008-02-03
* Use the new infrastructure for listening to node updates to Chris Lattner2008-02-03
* the world doesn't need my debugging code.Chris Lattner2008-02-03
* Change the 'global modification' APIs in SelectionDAG to take a newChris Lattner2008-02-03
* explicitly include Compiler.h instead of getting it from tblgen in the middle...Chris Lattner2008-02-03
* Generalize the SDOperand->SDOperand form of Chris Lattner2008-02-03
* don't do ReplaceUses on a result that doesn't exist.Chris Lattner2008-02-03
* add a -view-legalize-types-dags option, for viewing the dags going into legal...Chris Lattner2008-02-03
* Get rid of the annoying blank lines before labels.Evan Cheng2008-02-02
* Don't use uninitialized values. Fixes vec_align.ll on X86 Linux.Nick Lewycky2008-02-02
* Unbreak ppc debug support.Evan Cheng2008-02-02
* SDIsel processes llvm.dbg.declare by recording the variable debug information...Evan Cheng2008-02-02
* Add comment explaining what is lower level analysis pass.Devang Patel2008-02-02
* Fixing a bug creating floating point constants of type otherGordon Henriksen2008-02-02
* Frame index can be negative.Evan Cheng2008-02-02
* CBackend: Implement unaligned load/store.Lauro Ramos Venancio2008-02-01
* Don't drop function/call return attributes like 'nounwind'.Duncan Sands2008-02-01
* Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star...Evan Cheng2008-02-01
* Rename RecordLabel to RecordSourceLine because that's what it is doing.Evan Cheng2008-02-01
* Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c...Evan Cheng2008-01-31
* Chris' change to print an approximation to long doublesDale Johannesen2008-01-31
* Add a comment for a nasty short term hack.Evan Cheng2008-01-31
* Add an extra operand to LABEL nodes which distinguishes between debug, EH, or...Evan Cheng2008-01-31
* Allow ComplexExpressions in InstrInfo.td files to be slightly more... complex...Christopher Lamb2008-01-31
* Add more thorough error checking for NULL register classes.Christopher Lamb2008-01-31
* Add x86 specific getFrameIndexOffset(). This fixes local variable debugging i...Evan Cheng2008-01-31
* MRegisterInfo::getLocation() is a really bad idea. Its function is to calcula...Evan Cheng2008-01-31
* Makes the same change in ppc backend: avoid inserting prologue before debug l...Evan Cheng2008-01-31
* Avoid unnecessarily casting away const, fixing a FIXME.Dan Gohman2008-01-31
* Avoid unnecessarily casting away const.Dan Gohman2008-01-31
* Rename ISD::FLT_ROUNDS to ISD::FLT_ROUNDS_ to avoid conflictingDan Gohman2008-01-31
* Also avoid adding callee save code before debug labels.Evan Cheng2008-01-31
* Create a new class, MemOperand, for describing memory referencesDan Gohman2008-01-31
* Fixed a bug in MergeValueInAsValue() pointed out by David Greene. Replace val...Evan Cheng2008-01-30
* Treat the label for the first @llvm.dbg.stoppoint the same way as the dbg_fun...Evan Cheng2008-01-30
* Adjust loop per review feedback.Dale Johannesen2008-01-30
* A semi-gross fix for a debug info issue. When inserting the "function start" ...Evan Cheng2008-01-30
* Accept getelementptr starting at GV with all 0 indices as aDale Johannesen2008-01-30
* Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope...Evan Cheng2008-01-30
* Add a new PseudoSourceValue class, which will be used to help trackDan Gohman2008-01-30
* Remove a couple more cases of "getNumUses() == 0". No need to walk the linkedNick Lewycky2008-01-30
* Use empty() instead of comparing size() with zero.Nick Lewycky2008-01-30
* Don't DCE FreeInst's. We were using those! Patch from Owen Anderson.Nick Lewycky2008-01-30
* Skip over the label which marks the beginning of the function before insertin...Evan Cheng2008-01-30
* Back out mods to llvmAsmParser, incorrectly committedScott Michel2008-01-30
* More cleanups for CellSPU:Scott Michel2008-01-30
* Make DSE much more aggressive by performing DCE earlier. Update a testcase t...Owen Anderson2008-01-30