oota-llvm.git
2008-09-23 Owen AndersonAdd initial support for inserting last minute copies.
2008-09-22 Evan ChengSupport x86 specific inline asm modifier 'J'.
2008-09-22 Dale JohannesenRemove silly semicolon.
2008-09-22 Dan GohmanFix the alignment of loads from constant pool entries...
2008-09-22 Dale JohannesenRemove a compiler warning.
2008-09-22 Devang PatelAdd hasNote() to check note associated with a function.
2008-09-22 Evan ChengLivestacks really does preserve everything.
2008-09-22 Evan ChengInstead of setPreservesAll, just mark them preseving...
2008-09-22 Evan ChengTest case for fp logical instructions.
2008-09-22 Owen AndersonSignificant improvements to the logic for merging live...
2008-09-22 Dale JohannesenMake log, log2, log10, exp, exp2 use Expand by
2008-09-22 Evan ChengMark several codegen passes as preserving all analysis.
2008-09-22 Dale JohannesenMore refactoring. Yawn.
2008-09-22 Mikhail GlushenkovConvert llvmc2 plugins to use llvm/Support/Registry...
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 GlushenkovAdd a 'Debugging' section to the documentation.
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 GlushenkovRename our version of ccc to ccc2
2008-09-22 Mikhail GlushenkovFix some comments
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 Dale JohannesenRefactor FP intrinisic setup. Per review feedback.
2008-09-22 Oscar FuentesCMake build system: support for parallel builds.
2008-09-22 Evan ChengPer review feedback: Only perform
2008-09-22 Arnold SchwaighoferChange the calling convention used when tail call optim...
2008-09-22 Rafael EspindolaAdd bound checks in SmallVector
2008-09-22 Oscar Fuentesadd_partially_linked_object: Replaced nonexistent MESSA...
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-09-22 Bill WendlingAdd helper function to get a 32-bit floating point...
2008-09-21 Chris Lattnerexplain what earlyclobber actually is.
2008-09-21 Chris LattnerFold immediates into X86 shifts with fast isel. This...
2008-09-21 Dan GohmanFactor out code into HandleVirtRegDef, for consistency...
2008-09-21 Dan GohmanInstead of building a list and sorting it just to find...
2008-09-21 Owen AndersonFetch the starting index of the block when assigning...
2008-09-21 Chris Lattnerdon't print GlobalAddressSDNode's with an offset of...
2008-09-20 Chris Lattneradd a note
2008-09-20 Cedric VenetUpdate VS projects.
2008-09-20 Dale JohannesenShorten and rearrange data fields to save a word of...
2008-09-20 Duncan SandsImplement review feedback from Devang: make use
2008-09-20 Dale JohannesenTeach coalescer about earlyclobber bits.
2008-09-20 Evan ChengFix PR2808. When regalloc runs out of register, it...
2008-09-20 Evan ChengClean up the test.
2008-09-20 Evan ChengNo need to print function stubs for Mac OS X 10.5 and...
2008-09-20 Evan Cheng80 column violation.
2008-09-19 Dan GohmanFix a FastISel GlobalVariable CSE bug.
2008-09-19 Evan ChengContinue after removing the current MI.
2008-09-19 Dan GohmanRefactor X86SelectConstAddr, folding it into X86SelectA...
2008-09-19 Dale JohannesenMake earlyclobber stuff work when virtual regs
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 Evan ChengRe-materalized definition instructions may be dead...
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 SandsTurn on the AddReadAttrs pass.
2008-09-19 Duncan SandsAdd test for improvement of readonly to readnone,
2008-09-19 Duncan SandsTurn on these tests!
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 Duncan SandsTest the callgraph directly for the missing edge.
2008-09-19 Duncan SandsTeach -callgraph to always print the callgraph (as the
2008-09-19 Dale JohannesenRemove AsmThatEarlyClobber etc. from LiveIntervalAnalysis
2008-09-18 Devang PatelsplitLoop does not handle split condition EQ.
2008-09-18 Dan GohmanAddress-mode folding for X86FastISel. It's pretty basic...
2008-09-18 Bill WendlingDecrementing the iterator here could be wrong if the...
2008-09-18 Devang PatelTry to place hoisted instructions befoe icmp instruction.
2008-09-18 Evan ChengSomehow RegAllocLinearScan is keeping two pointers...
2008-09-18 Dan GohmanSimplify this code. The FastISel class has its own...
2008-09-18 Dan GohmanDon't consider instructions with implicit physical...
2008-09-18 Tanya LattnerUpgrade doxygen.
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-18 Evan ChengDuh. Default to ARMCC::AL (always).
2008-09-18 Evan ChengClean up.
2008-09-18 Evan ChengCosmetic.
2008-09-17 Dan GohmanFastISel: For calls, prefer using the callee's address...
2008-09-17 Dale JohannesenAdd a bit to mark operands of asm's that conflict
2008-09-17 Evan ChengUnallocatable registers do not have live intervals.
2008-09-17 Devang PatelDo not hoist instruction above branch condition. The...
2008-09-17 Devang PatelDo not ignore iv uses outside the loop.
2008-09-17 Devang PatelFix comments, help messages.
2008-09-17 Dan GohmanDon't worry about clobbering physical register defs...
2008-09-17 Evan ChengFix addrmode1 instruction encodings; fix bx_ret encoding.
2008-09-17 Evan ChengSpecify instruction encoding using range list to avoid...
2008-09-17 Evan ChengAdd instruction names as comments to InstBits entries.
2008-09-17 Dan GohmanSimplify and generalize X86DAGToDAGISel::CanBeFoldedBy...
2008-09-17 Dan GohmanAdd a new MachineInstr-level DCE pass. It is very simpl...
2008-09-17 Bill WendlingAdd trampoline support to PPC. GCC simply calls the...
2008-09-17 Devang PatelFix cut-n-pasto.
2008-09-16 Evan ChengWhen converting a CopyFromReg to a copy instruction...
2008-09-16 Devang PatelRemove.
2008-09-16 Devang PatelAdd -O1, -O2 and -O3 that matches llvm-gcc's -O1, ...
2008-09-16 Dan GohmanChange SelectionDAG::getConstantPool to always set...
2008-09-16 Bill WendlingReverting r56249. On further investigation, this functi...
2008-09-16 Dan GohmanInclude the alignment value when displaying ConstantPoo...
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 GohmanFinally re-apply r46959. This is made feasible by the...
next