Handle calls which produce i1 results: promote to i8 but and it with 1 to get the...
[oota-llvm.git] / include /
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,...
2008-08-25 Owen AndersonAdd support for fast isel of (integer) immediate materi...
2008-08-24 Chris Lattnersimplify PseudoSourceValue printing a bit. Unnest...
2008-08-24 Evan ChengPrint PseudoSourceValue.
2008-08-24 Chris Lattnerwe should use 'class' for non-pod types instead of...
2008-08-24 Cedric VenetUpdating VC++ project.
2008-08-23 Chris Lattnerget MachineConstantPool off std::ostream, onto raw_ostr...
2008-08-23 Chris Lattnerremove dead method.
2008-08-23 Chris LattnerAdd raw_stream adaptors that write into an std::string...
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-08-23 Chris LattnerSplit format() out to its own file, add support for...
2008-08-23 Chris Lattnerconditionalize this to work on windows, untested but...
2008-08-23 Chris Lattneradd a simple mechanism for formatted output. This...
2008-08-23 Chris LattnerAdd a new trivial -inst-namer pass which makes it possi...
2008-08-23 Dan GohmanMake MBBMap a DenseMap instead of a std::map.
2008-08-23 Dan GohmanMove the point at which FastISel taps into the Selectio...
2008-08-23 Dan GohmanMove SelectionDAG's constructor out of line.
2008-08-23 Dan GohmanAdd a clear() method to FoldingSet.
2008-08-22 Dan GohmanReapply r55191 and r55192.
2008-08-22 Bill WendlingReverting r55190, r55191, and r55192. They broke the...
2008-08-22 Dan GohmanSupport non-fallthrough unconditional branches in FastISel.
2008-08-22 Owen AndersonFix typo.
2008-08-22 Dale JohannesenImplement __sync_synchronize on ppc32. Patch by Gary...
2008-08-22 Dan GohmanAdd an empty() member to FoldingSet.
2008-08-22 Dan GohmanFix SmallVector's size calculation so that a size of...
2008-08-22 Nicolas GeoffrayAlso overload for char, since the "char" type depends...
2008-08-22 Owen AndersonOverload for both signed and unsigned char.
2008-08-22 Chris Lattnerconsolidate DenseMapInfo implementations, and add one...
2008-08-22 Dan GohmanFactor out the predicate check code from DAGISelEmitter.cpp
2008-08-21 Owen AndersonMove non-trivial methods out of line to avoid code...
2008-08-21 Dan GohmanAdd libcalls for the new rounding opcodes.
2008-08-21 Dan GohmanFix a typo that Dale noticed.
2008-08-21 Dan GohmanAdd libm-oriented ISD opcodes for rounding operations.
2008-08-21 Dan GohmanSimplify SelectRoot's interface, and factor out some...
2008-08-21 Dan GohmanSelectionDAGISel::SelectRootInit does not need to be...
2008-08-21 Dan GohmanMake HandleSDNode::getValue return an SDValue instead of
2008-08-21 Chris Lattnerremove redundant include
2008-08-21 Chris LattnerFix the build with gcc 4.3 as the host, patch by Zhongx...
2008-08-21 Owen AndersonImplement operator<< in terms of basic types rather...
2008-08-21 Nick LewyckyFix build on GCC 4.3.
2008-08-21 Eli FriedmanRemove size_t operator; this unbreaks the build on...
2008-08-21 Dan GohmanBasic fast-isel support for instructions with constant...
2008-08-21 Dan GohmanImprove the doxygen comment for SelectInstructions...
2008-08-21 Dan GohmanBegin making more use of the FastISelEmitter class.
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-20 Evan ChengFirst cut, un-optimized (and untested) fast isel loweri...
2008-08-20 Chris LattnerAdd a new ConstantExpr::getWithOperands that takes...
next