Testcase for PR2585.
[oota-llvm.git] / include /
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...
2008-08-20 Dan GohmanSimplify FastISel's constructor argument list, make...
2008-08-20 Chris LattnerMove the fast-path (<=i64) cases of various APInt metho...
2008-08-20 Dan GohmanDisable DAGCombine's alignment inference in "fast"...
2008-08-20 Dan GohmanChange the FoldingSetNodeID usage for objects which...
2008-08-20 Dan GohmanFix a leak in the FastISel code that Chris pointed...
2008-08-20 Dan GohmanAdd FastISel support for several more binary operators.
2008-08-19 Dan GohmanAdd a TargetLowering hook for creating a FastISel object.
2008-08-19 Chris LattnerChange WriteTypeSymbolic/WriteAsOperand to return void...
2008-08-19 Chris Lattneradd raw_ostream method for emitting an unsigned.
2008-08-18 Dan GohmanFix the FastISel class' doxygen comment.
2008-08-18 Owen AndersonResurrect some ancient code to add spill ranges without...
2008-08-17 Gordon HenriksenDon't require Registry specializations to define random...
2008-08-17 Gordon HenriksenRename some GC classes so that their roll will hopefull...
2008-08-17 Cedric VenetMake it compile on VC2005:
2008-08-17 Anton KorobeynikovLink GC metadata printers by default to llc
2008-08-17 Anton KorobeynikovFix merge error
2008-08-17 Gordon HenriksenFactor GC metadata table assembly generation out of...
2008-08-17 Gordon HenriksenFactor GC metadata table assembly generation out of...
2008-08-17 Chris LattnerRework the routines that convert AP[S]Int into a string...
2008-08-17 Nick LewyckyFix build on GCC 4.3.
2008-08-17 Chris Lattnerremove a dead APInt ctor.
2008-08-17 Chris Lattneradd support for a cout/cerr analog (outs()/errs())...
2008-08-17 Chris Lattnerrename OutputData to 'write' to match ostream.
2008-08-17 Chris Lattnerremove accidental comment.
2008-08-17 Chris Lattneradd a new raw_ostream class which is an extremely high...
2008-08-16 Anton KorobeynikovAdd interface for section override. Use this for Sparc...
2008-08-16 Anton KorobeynikovMove SLEB/ULEB size calculation routines from AsmPrinte...
2008-08-16 Anton KorobeynikovReduce heap trashing due to std::string construction...
2008-08-15 Owen AndersonRemove GCSE, ValueNumbering, and LoadValueNumbering...
2008-08-15 Owen AndersonAdd a value_type typedef to SmallVector, to make it...
2008-08-15 Chris LattnerInline the fastpath of PATypeHolder::get(). This is...
2008-08-14 Owen AndersonMove MachineInstr::getOpcode inline.
2008-08-14 Owen AndersonConvert uses of std::vector in TargetInstrInfo to Small...
2008-08-14 Dan GohmanMake FastISel's constructor protected, and give it...
2008-08-14 Ted KremenekRemoved redundant ctor.
2008-08-14 Dan GohmanUse empty() instead of begin() == end().
2008-08-13 Owen AndersonExpunge the last uses of std::map from LiveIntervals.
2008-08-13 Owen AndersonMove r2iMap_ over to DenseMap from std::map.
2008-08-13 Owen AndersonMake the allocation of LiveIntervals explicit, rather...
2008-08-13 Owen AndersonSwitch this from std::map to DenseMap.
2008-08-13 Daniel DunbarAdd default constructor to APSInt
2008-08-13 Dan GohmanInitial checkin of the new "fast" instruction selection...
2008-08-13 Dan GohmanRename SelectionDAGISel's FastISel to Fast, to begin...
2008-08-13 Duncan SandsRename this, in case people think that NullFolder
2008-08-12 Duncan SandsAdd a NullFolder class that doesn't fold constants.
2008-08-12 Devang PatelUse SmallVector instead of std::vector
2008-08-12 Duncan SandsPoint people to ConstantExpr and ConstantFolding,
2008-08-12 Devang PatelUse DenseMap to keep track of last users.
2008-08-11 Chris Lattneradd a helper method to sys::Path for clang, patch by
2008-08-11 Devang PatelKeep track of analysis usage information for passes...
2008-08-11 Duncan SandsMake it possible to use different constant
2008-08-09 Chris Lattner"This patch adds a virtual call to AbstractLatticeFunct...
2008-08-09 Duncan SandsUnbreak the llvm-gcc build: recent changes to
2008-08-09 Chris LattnerMake 'Insert' set the name for Loads, instead of passin...
2008-08-09 Chris Lattnercomment update
2008-08-09 Gordon HenriksenDelete a redundant binding, LLVMHasInitializer.
2008-08-08 Gordon HenriksenFix the LLVMCreateJITCompiler C binding.
2008-08-08 Eric ChristopherHave IRBuilder take a template argument on whether...
2008-08-08 Anton KorobeynikovHandle visibility printing with all generality. Remove...
2008-08-08 Evan ChengUndo most of r54519.
2008-08-08 Chris LattnerDon't call getAnalysisUsage unless -debug-pass is enabl...
2008-08-08 Evan ChengAdd new parameter Fast to createJIT to enable the fast...
2008-08-08 Evan ChengIt's not legal to output a GV in a coalesced section...
2008-08-08 Chris LattnerSpeed up the passmgr by avoiding heap thrashing on...
2008-08-07 Bruno Cardoso LopesAdd the remaining fp_round libcalls:
2008-08-07 Matthijs KooijmanSilence a warning.
2008-08-07 Anton KorobeynikovProvide convenient helpers
2008-08-07 Anton KorobeynikovAdd hook for constant pool section selection for darwin.
2008-08-07 Anton KorobeynikovSelect section for constant pool entries
2008-08-07 Matthijs KooijmanRemove trailing spaces.
2008-08-07 Evan ChengFactor code that finalize PHI nodes, jump tables, etc...
2008-08-06 Dan GohmanClarify "node" vs. "value" in some comments.
2008-08-05 Dan GohmanCorrect an assertion string.
2008-08-05 Owen AndersonThis option doesn't need to be a target option. It...
2008-08-04 Owen Anderson- Fix SelectionDAG to generate correct CFGs.
2008-08-01 Bill WendlingRemoved unused parameters.
2008-07-31 Dale JohannesenAdd a flag to disable jump table generation (all
2008-07-30 Dan GohmanMove SelectionDAG::viewGraph() out of line; as an inlin...
2008-07-30 Matthijs KooijmanDocument BasicBlock::Create.
2008-07-30 Mon P WangAdded support for overloading intrinsics (atomics)...
2008-07-29 Matthijs KooijmanAdd a GetElementPtrInst::getIndexedType that accepts...
2008-07-29 Dan GohmanRevert 54147.
next