Initial support for the CMake build system.
[oota-llvm.git] / include /
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-09-21 Chris Lattnerexplain what earlyclobber actually is.
2008-09-21 Dan GohmanFactor out code into HandleVirtRegDef, for consistency...
2008-09-20 Cedric VenetUpdate VS projects.
2008-09-20 Dale JohannesenShorten and rearrange data fields to save a word of...
2008-09-19 Bill WendlingPrevent warning about conversion from 64-bit to 32...
2008-09-19 Dan GohmanNow that ConstantSDNode doesn't hold an APInt,
2008-09-19 Ted KremenekAdded static methods to APSInt: getMinValue and getMaxV...
2008-09-19 Gabor Greifbacking out my last commit, it was not intended to...
2008-09-19 Gabor Greiffirst shot at removing Use::Val
2008-09-19 Duncan SandsRemove the MarkModRef pass (use AddReadAttrs instead).
2008-09-19 Duncan SandsAdd a new pass AddReadAttrs which works out which functions
2008-09-19 Dale JohannesenRemove AsmThatEarlyClobber etc. from LiveIntervalAnalysis
2008-09-18 Dan GohmanAdd a new "fast" scheduler. This is currently basically...
2008-09-18 Evan ChengPreliminary support for systems which require changing...
2008-09-17 Dale JohannesenAdd a bit to mark operands of asm's that conflict
2008-09-17 Dan GohmanAdd a new MachineInstr-level DCE pass. It is very simpl...
2008-09-16 Devang PatelRemove.
2008-09-16 Bill WendlingReverting r56249. On further investigation, this functi...
2008-09-16 Bill Wendling- Change "ExternalSymbolSDNode" to "SymbolSDNode".
2008-09-16 Dan GohmanFix these comments to reflect current reality. Surprisi...
2008-09-16 Dan GohmanFCmpInst predicates UNO, ORD, FALSE, and TRUE are commu...
2008-09-16 Dan GohmanRe-enables the new vector select in the bitcode reader...
2008-09-15 Devang PatelExtract optimization pass selection code from llvm...
2008-09-15 Dan GohmanRe-enable SelectionDAG CSE for calls. It matters in...
2008-09-14 Dale Johannesenadjust last patch per review feedback
2008-09-13 Gabor Greifminor correction
2008-09-13 Dan GohmanRemove isImm(), isReg(), and friends, in favor of
2008-09-13 Dan GohmanDefine CallSDNode, an SDNode subclass for use with...
2008-09-12 Dan GohmanChange ConstantSDNode and ConstantFPSDNode to use Const...
2008-09-12 Dale JohannesenPass "earlyclobber" bit through to machine
2008-09-12 Dan GohmanRename ConstantSDNode::getValue to getZExtValue, for...
2008-09-11 Evan ChengEliminate some unused methods.
2008-09-11 Evan ChengChange getSubReg semantics. It now returns zero if...
2008-09-11 Dale JohannesenThe version of AtomicSDNode::AtomicSDNode used (only...
2008-09-10 Dan GohmanAdd X86FastISel support for static allocas, and refences
2008-09-09 Dale JohannesenMove the uglier parts of deciding not to emit a
2008-09-09 Anton KorobeynikovMake safer variant of alias resolution routine to be...
2008-09-09 Anton KorobeynikovFix incorrect linker behaviour: we shouldn't resolve...
2008-09-09 Gabor Greiffit in 80 cols, minor tweaks
2008-09-09 Evan ChengFix a constant lowering bug. Now we can do load and...
2008-09-09 Dale JohannesenFix logic for not emitting no-dead-strip for some
2008-09-09 Dan GohmanExtend the vcmp/fcmp LLVM IR instructions to take vecto...
2008-09-08 Anton KorobeynikovReapply 55899: First draft of EH support on x86/64...
2008-09-08 Bill WendlingAccidental commit of partial 'stack canaries' code
2008-09-08 Bill WendlingReverting r55898 to r55909. One of these patches was...
2008-09-08 Anton KorobeynikovFirst draft of EH support on x86/64-linux
2008-09-08 Duncan SandsReapply 55859. This doesn't change anything as
2008-09-07 Evan Cheng- Doh. Pass vector by value is bad.
2008-09-06 Duncan SandsWhen PruneEH turned an invoke into an ordinary
2008-09-05 Owen AndersonRevert r55859. This is breaking the build in the absce...
2008-09-05 Dale JohannesenMark math lib intrinsics readonly, on the grounds
2008-09-05 Duncan SandsDelete the removeCallEdgeTo callgraph method,
2008-09-05 Owen AndersonRename method.
2008-09-05 Dan GohmanFastISel support for ConstantExprs.
2008-09-05 Evan ChengAdd a variant of AnalyzeCallOperands that can be used...
2008-09-05 Duncan SandsStrip trailing whitespace.
2008-09-05 Owen AndersonAdd initial support for selecting constant materializat...
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-09-04 Dale JohannesenAdd intrinsics for log, log2, log10, exp, exp2.
2008-09-03 Dan GohmanDo trivial local CSE for constants and other non-Instru...
2008-09-03 Dan GohmanCreate HandlePHINodesInSuccessorBlocksFast, a version of
2008-09-03 Andrew LenharthInitial version of a Partial Specialization IPO pass...
2008-09-03 Dale JohannesenDo not emit a UsedDirective for things in the llvm...
2008-09-03 Devang PatelAdd missing decls.
2008-09-03 Dan GohmanSplit the SelectionDAG-building code, including the...
2008-09-03 Evan ChengMake UpdateValueMap, createResultReg, etc. protected...
2008-09-02 Devang Patels/FP_AlwaysInline/FN_NOTE_AlwaysInline/g
2008-09-02 Devang PatelGetter and setter for function notes.
2008-09-02 Nuno Lopesplug memleak: destroy internal buffer
2008-09-01 Duncan SandsAdd a small pass that sets the readnone/readonly
2008-08-30 Gordon HenriksenPR2731: C and Ocaml bindings for setTailCall and isTail...
2008-08-30 Gabor Greiffix some 80-col violations
2008-08-30 Owen AndersonFix an issue where a use might be selected before a...
2008-08-29 Daniel DunbarAdd GlobalValue::{removeFromParent,eraseFromParent}
2008-08-29 Daniel DunbarAdd DenseMap::lookup:
2008-08-28 Dan GohmanAdd a target callback for FastISel.
2008-08-28 Chris Lattnerrename destroy -> releaseMemory to properly hook into...
2008-08-28 Gabor Greiferect abstraction boundaries for accessing SDValue...
2008-08-28 Dan GohmanFix a FastISel bug where the instructions from lowering...
2008-08-28 Owen AndersonFastEmitInst_extractsubreg doesn't need to be passed...
2008-08-28 Dale JohannesenSplit the ATOMIC NodeType's to include the size, e.g.
2008-08-28 Dan GohmanFix a missing #include. Patch by Andrew John Hughes.
2008-08-27 Dan GohmanReorganize the lifetimes of the major objects Selection...
2008-08-27 Owen AndersonAdd a helper method that will be used to support EXTRAC...
2008-08-27 Evan ChengRefactor isSafeToReMat out of 2addr pass.
2008-08-27 Dan GohmanAdd a new FastISel method, getRegForValue, which takes...
2008-08-27 Dan GohmanUnbreak PseudoSourceValue::print. This fixes -print...
2008-08-27 Evan ChengAdd DebugInfoBuilder. Patch by Talin!
2008-08-27 Dan GohmanBasic FastISel support for floating-point constants.
2008-08-26 Owen AndersonFactor out a large amoutn of the cast handling code...
2008-08-26 Dan GohmanAdd a MachineInstrBuilder method for adding floating...
2008-08-26 Gabor Greifdisallow direct access to SDValue::ResNo, provide a...
2008-08-26 Dan GohmanRefactor the bitcast code into its own function.
2008-08-26 Cedric Venet- small bug corrected: incorrect iterator type.
2008-08-26 Owen AndersonMake TargetInstrInfo::copyRegToReg return a bool indica...
2008-08-26 Gabor Greiffix doxygen comment
2008-08-26 Ted KremenekGrammar fix.
2008-08-26 Ted KremenekAdded "str()" method to raw_string_ostream.
2008-08-25 Owen AndersonAdd a RetVT parameter to emitted FastISel methods,...
next