summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* adjust last patch per review feedbackDale Johannesen2008-09-14
* minor correctionGabor Greif2008-09-13
* Remove isImm(), isReg(), and friends, in favor of Dan Gohman2008-09-13
* Define CallSDNode, an SDNode subclass for use with ISD::CALL.Dan Gohman2008-09-13
* Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* andDan Gohman2008-09-12
* Pass "earlyclobber" bit through to machineDale Johannesen2008-09-12
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-12
* Eliminate some unused methods.Evan Cheng2008-09-11
* Change getSubReg semantics. It now returns zero if the specified register doe...Evan Cheng2008-09-11
* The version of AtomicSDNode::AtomicSDNode used (only) forDale Johannesen2008-09-11
* Add X86FastISel support for static allocas, and refencesDan Gohman2008-09-10
* Move the uglier parts of deciding not to emit aDale Johannesen2008-09-09
* Make safer variant of alias resolution routine to be defaultAnton Korobeynikov2008-09-09
* Fix incorrect linker behaviour: we shouldn't resolve weak aliases.Anton Korobeynikov2008-09-09
* fit in 80 cols, minor tweaksGabor Greif2008-09-09
* Fix a constant lowering bug. Now we can do load and store instructions with f...Evan Cheng2008-09-09
* Fix logic for not emitting no-dead-strip for someDale Johannesen2008-09-09
* Extend the vcmp/fcmp LLVM IR instructions to take vectors as argumentsDan Gohman2008-09-09
* Reapply 55899: First draft of EH support on x86/64-linuxAnton Korobeynikov2008-09-08
* Accidental commit of partial 'stack canaries' codeBill Wendling2008-09-08
* Reverting r55898 to r55909. One of these patches was causing an ICE during th...Bill Wendling2008-09-08
* First draft of EH support on x86/64-linuxAnton Korobeynikov2008-09-08
* Reapply 55859. This doesn't change anything asDuncan Sands2008-09-08
* - Doh. Pass vector by value is bad.Evan Cheng2008-09-07
* When PruneEH turned an invoke into an ordinaryDuncan Sands2008-09-06
* Revert r55859. This is breaking the build in the abscence of its companion c...Owen Anderson2008-09-05
* Mark math lib intrinsics readonly, on the groundsDale Johannesen2008-09-05
* Delete the removeCallEdgeTo callgraph method,Duncan Sands2008-09-05
* Rename method.Owen Anderson2008-09-05
* FastISel support for ConstantExprs.Dan Gohman2008-09-05
* Add a variant of AnalyzeCallOperands that can be used by fast isel.Evan Cheng2008-09-05
* Strip trailing whitespace.Duncan Sands2008-09-05
* Add initial support for selecting constant materializations that require cons...Owen Anderson2008-09-05
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Add intrinsics for log, log2, log10, exp, exp2.Dale Johannesen2008-09-04
* Do trivial local CSE for constants and other non-Instruction valuesDan Gohman2008-09-03
* Create HandlePHINodesInSuccessorBlocksFast, a version ofDan Gohman2008-09-03
* Initial version of a Partial Specialization IPO pass. It triggers a couple h...Andrew Lenharth2008-09-03
* Do not emit a UsedDirective for things in the llvm.usedDale Johannesen2008-09-03
* Add missing decls.Devang Patel2008-09-03
* Split the SelectionDAG-building code, including the FunctionLoweringInfoDan Gohman2008-09-03
* Make UpdateValueMap, createResultReg, etc. protected instead of private so th...Evan Cheng2008-09-03
* s/FP_AlwaysInline/FN_NOTE_AlwaysInline/gDevang Patel2008-09-02
* Getter and setter for function notes.Devang Patel2008-09-02
* plug memleak: destroy internal bufferNuno Lopes2008-09-02
* Add a small pass that sets the readnone/readonlyDuncan Sands2008-09-01
* PR2731: C and Ocaml bindings for setTailCall and isTailCall.Gordon Henriksen2008-08-30
* fix some 80-col violationsGabor Greif2008-08-30
* Fix an issue where a use might be selected before a def, and then we didn't r...Owen Anderson2008-08-30
* Add GlobalValue::{removeFromParent,eraseFromParent}Daniel Dunbar2008-08-29