CMake: Builds all examples. Corrected name of CBackend target.
[oota-llvm.git] / utils /
2008-09-25 Devang Patel Large mechanical patch.
2008-09-22 Mikhail GlushenkovMove llvmc2 header files under include/llvm/CompilerDriver
2008-09-22 Mikhail GlushenkovPlugin support for llvmc2 (a-la opt).
2008-09-22 Mikhail GlushenkovMake comments a little bit more clear.
2008-09-22 Mikhail GlushenkovGet rid of GlobalLanguageMap. Global state is evil.
2008-09-22 Mikhail GlushenkovAdd a (forward_as) option property
2008-09-22 Mikhail GlushenkovDelete the file llvmc2/doc/LLVMC-Enhancements.rst ...
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-09-17 Evan ChengAdd instruction names as comments to InstBits entries.
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-15 Devang PatelExtract optimization pass selection code from llvm...
2008-09-15 Dan GohmanUpdate the LLVM polygen grammar for recent language...
2008-09-12 Dan GohmanChange ConstantSDNode and ConstantFPSDNode to use Const...
2008-09-12 Dan GohmanRename ConstantSDNode::getValue to getZExtValue, for...
2008-09-11 Evan ChengIndentation.
2008-09-11 Jim Grosbachlib/Target/SubtargetFeature.cpp asserts that the Featur...
2008-09-11 Evan ChengChange getSubReg semantics. It now returns zero if...
2008-09-08 Dan GohmanFix typos in (generated) comments.
2008-09-08 Evan ChengCorrectly handle physical register inputs. They are...
2008-09-07 Evan ChengEliminate a compile time warning.
2008-09-07 Evan ChengFix indentation of generated code.
2008-09-07 Evan ChengIgnore multi-instruction patterns. e.g.
2008-09-03 Evan ChengLet tblgen only generate fastisel routines, not the...
2008-09-02 Evan ChengChange getBinaryCodeForInstr prototype. First operand...
2008-08-29 Owen AndersonAdd initial support for fast isel of instructions that...
2008-08-28 Dan GohmanAdd a target callback for FastISel.
2008-08-28 Gabor Greifjust a brain dump for a small tool
2008-08-28 Gabor Greiferect abstraction boundaries for accessing SDValue...
2008-08-28 Owen AndersonAdd support for fast-isel of opcodes that require use...
2008-08-27 Dan GohmanUpdate a comment to reflect recent changes.
2008-08-27 Dan GohmanBasic FastISel support for floating-point constants.
2008-08-26 Gabor Greifdisallow direct access to SDValue::ResNo, provide a...
2008-08-26 Dan GohmanRefactor a bunch of FastISelEmitter code into a helper...
2008-08-26 Cedric Venet- small bug corrected: incorrect iterator type.
2008-08-26 Owen AndersonWe need to check that the return type is correct, even...
2008-08-26 Chris Lattnercode simplification, no functionality change.
2008-08-26 Chris Lattnerstabilize more printing, this doesn't cause a problem
2008-08-26 Chris Lattnerstablize SubRegsSet printing, part of PR2590
2008-08-26 Chris LattnerStabilize 'getDwarfRegNumFull' output to not depend...
2008-08-26 Owen AndersonThrow the switch to allow FastISel to emit instructions...
2008-08-26 Owen AndersonEnhance TableGen to emit code for FastISel of opcodes...
2008-08-25 Owen AndersonAdd a RetVT parameter to emitted FastISel methods,...
2008-08-25 Owen AndersonDeepen the map structure tablegen uses to compute FastI...
2008-08-25 Owen AndersonAdd support for fast isel of (integer) immediate materi...
2008-08-23 Dan GohmanMove the point at which FastISel taps into the Selectio...
2008-08-22 Dan GohmanAdd a few comments.
2008-08-22 Dan GohmanFactor out the predicate check code from DAGISelEmitter.cpp
2008-08-21 Dan GohmanBasic fast-isel support for instructions with constant...
2008-08-21 Dan GohmanRemove the code that limited FastISel to certain fixed...
2008-08-21 Dan GohmanBegin making more use of the FastISelEmitter class.
2008-08-20 Dan GohmanRemove an obsolete todo comment.
2008-08-20 Dan GohmanFactor the code for determining the target-specific...
2008-08-20 Dan GohmanSimplify FastISel's constructor argument list, make...
2008-08-20 Dan GohmanFix the string for MVT::isVoid.
2008-08-19 Dan GohmanFor now, restrict FastISel to instructions that only...
2008-08-19 Dan GohmanFactor out the code to scan an instruction's operands...
2008-08-19 Dan GohmanAdd more comments.
2008-08-19 Dan GohmanFix indentation in FastISel tablegen-emitted code.
2008-08-19 Dan GohmanAdd more checking to filter out more kinds of things...
2008-08-19 Dan Gohman80 columns.
2008-08-19 Dan GohmanAdd a few doxygen comments.
2008-08-19 Dan GohmanRemove an unneeded #include.
2008-08-19 Devang PatelCompress manpages.
2008-08-14 Owen AndersonSpeed up addRegisterDead by adding more fast checks...
2008-08-13 Daniel DunbarUpdate makellvm to return correct result code.
2008-08-13 Dan GohmanInitial checkin of the new "fast" instruction selection...
2008-08-13 Dan GohmanOops, check in these files too, for the FastISel -...
2008-08-11 Chris Lattnerremove obsolete files
2008-08-05 Bill WendlingAdd ARM to the targets to build.
2008-07-30 Mon P WangAdded support for overloading intrinsics (atomics)...
2008-07-28 Bill WendlingDon't build with 4.0.
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-23 Chris Lattner'Previously, the emacs tablegen mode would highlight...
2008-07-21 Bill WendlingTemporary hack to build with GCC 4.0 instead of 4.2.
2008-07-17 Dan GohmanAdd a new function, ReplaceAllUsesOfValuesWith, which...
2008-07-11 Bill WendlingPorting r53478 into mainline:
2008-07-07 Evan ChengTargetRegisterDesc::Name field is the same as the abstr...
2008-07-07 Dan GohmanRefactor the tablegen DAGISelEmitter code for outputing...
2008-07-07 Dan GohmanAdd explicit keywords.
2008-07-03 Evan Chengisel load folding is disabled at -fast. Now hoist the...
2008-07-02 Dan GohmanReplace a few uses of SelectionDAG::getTargetNode with
2008-07-01 Owen AndersonMake the subregister hashtable output more readable...
2008-07-01 Owen AndersonUse delete[] instead of free on an array created with...
2008-07-01 Owen AndersonImplement suggestions from Chris:
2008-07-01 Owen AndersonReplace the dynamically computed std::set lookup method...
2008-07-01 Dan GohmanSplit ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL...
2008-06-30 Evan ChengEliminate TargetRegisterDesc::ImmSubRegs. It's no longe...
2008-06-30 Chris Lattnercheck in anton's patch to make inlining happen in a...
2008-06-26 Dale JohannesenFixes the last x86-64 test failure in compat.exp:
2008-06-25 Mon P WangAdded MemOperands to Atomic operations since Atomics...
2008-06-24 Chris LattnerAdd support for building on solaris, working around...
2008-06-23 Bill WendlingExtract the x86_64 part for the executables.
2008-06-16 Evan Cheng- Add "Commutative" property to intrinsics. This allows...
2008-06-10 Matthijs KooijmanRemove some debug output from tblgen. This fixes a...
2008-06-09 Dan GohmanAsmParser support for immediate constant aggregate...
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-06-05 Nick LewyckyEscape "$#".
2008-06-04 Chris LattnerAdd #includes required by GCC 4.3, thanks for Zhongxing Xu
next