2009-03-04 |
Gabor Greif | ooops, forgot to include the pointless-write eliminator... |
tree | commitdiff |
2009-03-04 |
Dale Johannesen | Add some cautionary comments. |
tree | commitdiff |
2009-03-04 |
Chris Lattner | add some helper classes for building light-weight symbo... |
tree | commitdiff |
2009-03-04 |
Dale Johannesen | Re-commit 65975 and a fix for the problem that |
tree | commitdiff |
2009-03-04 |
Chris Lattner | Add a new 'AddSignalHandler' function to Signals.h... |
tree | commitdiff |
2009-03-04 |
Gabor Greif | Give sentinel traits the right to determine the policy... |
tree | commitdiff |
2009-03-04 |
Gabor Greif | "Ghostify" embedded sentinels. This is a real win in... |
tree | commitdiff |
2009-03-04 |
Dale Johannesen | Temporarily revert 65975, which breaks the llvm-gcc... |
tree | commitdiff |
2009-03-03 |
Devang Patel | Dbg Intrinsics do not access memory. |
tree | commitdiff |
2009-03-03 |
Dan Gohman | Make a comment less terse. |
tree | commitdiff |
2009-03-03 |
Dan Gohman | Fix a bunch of Doxygen syntax issues. Escape special... |
tree | commitdiff |
2009-03-03 |
Dale Johannesen | When sinking an insn in InstCombine bring its debug |
tree | commitdiff |
2009-03-02 |
Bob Wilson | Generalize BuildVectorSDNode::isConstantSplat to use... |
tree | commitdiff |
2009-03-02 |
Gabor Greif | drop support for GCC 2.x as it is hopelessly broken... |
tree | commitdiff |
2009-03-02 |
Gabor Greif | Declare Sentinel fragments as mutable to get rid |
tree | commitdiff |
2009-03-02 |
Gabor Greif | remove a deprecated interface that was pretty useless |
tree | commitdiff |
2009-03-02 |
Gabor Greif | fix typo |
tree | commitdiff |
2009-03-02 |
Mikhail Glushenkov | Move code from Main.cpp to the include dir. |
tree | commitdiff |
2009-03-02 |
Mikhail Glushenkov | Cosmetic fixes: include guards. |
tree | commitdiff |
2009-03-02 |
Mikhail Glushenkov | Plugin::Priority() doesn't need to be pure virtual. |
tree | commitdiff |
2009-03-02 |
Mikhail Glushenkov | Add a comment. |
tree | commitdiff |
2009-03-02 |
Mikhail Glushenkov | Reorganize llvmc code. |
tree | commitdiff |
2009-03-01 |
Gabor Greif | Another sentinel optimization. This one should always |
tree | commitdiff |
2009-03-01 |
Gabor Greif | Reuse a technique (pioneered for BasicBlocks) of superp... |
tree | commitdiff |
2009-03-01 |
Gabor Greif | fix a comment |
tree | commitdiff |
2009-03-01 |
Gabor Greif | Fix a typo. Thanks baldrick! |
tree | commitdiff |
2009-03-01 |
Chris Lattner | simplify handling "don't print top level name" processi... |
tree | commitdiff |
2009-03-01 |
Bob Wilson | Combine PPC's GetConstantBuildVectorBits and isConstant... |
tree | commitdiff |
2009-02-28 |
Chris Lattner | move type name population out of TypePrinting class... |
tree | commitdiff |
2009-02-28 |
Chris Lattner | delete a bunch of duplicated type printing logic, using... |
tree | commitdiff |
2009-02-28 |
Gabor Greif | add description how the ilist_traits<Instruction> works |
tree | commitdiff |
2009-02-28 |
Chris Lattner | the module is not required to exist, allow it to defaul... |
tree | commitdiff |
2009-02-28 |
Chris Lattner | disable copying and assignment. |
tree | commitdiff |
2009-02-28 |
Chris Lattner | expose TypePrinting as a public API. |
tree | commitdiff |
2009-02-28 |
Chris Lattner | Change WriteTypeSymbolic to not put a space out before... |
tree | commitdiff |
2009-02-28 |
Gabor Greif | make traits more flexible by splitting out node-related... |
tree | commitdiff |
2009-02-28 |
Evan Cheng | Avoid unused parameter warning. |
tree | commitdiff |
2009-02-27 |
Gabor Greif | group friendship |
tree | commitdiff |
2009-02-27 |
Rafael Espindola | Refactor TLS code and add some tests. The tests and... |
tree | commitdiff |
2009-02-27 |
Gabor Greif | fix comments |
tree | commitdiff |
2009-02-27 |
Gabor Greif | Introduce a new technique for merging BasicBlock with... |
tree | commitdiff |
2009-02-27 |
Dan Gohman | Make LoopInfo::print() identify header, exit, and latch... |
tree | commitdiff |
2009-02-26 |
Gabor Greif | remove deleteNode definition, it is inherited in an... |
tree | commitdiff |
2009-02-26 |
Evan Cheng | ADDS{D|S}rr_Int and MULS{D|S}rr_Int are not commutable... |
tree | commitdiff |
2009-02-26 |
Bob Wilson | Fix a duplicated word in a comment. |
tree | commitdiff |
2009-02-25 |
Evan Cheng | Revert BuildVectorSDNode related patches: 65426, 65427... |
tree | commitdiff |
2009-02-25 |
Evan Cheng | Clean up dwarf writer, part 1. This eliminated the... |
tree | commitdiff |
2009-02-25 |
Scott Michel | Expand tabs to spaces (overlooked in previous commit) |
tree | commitdiff |
2009-02-25 |
Scott Michel | Remove all "cached" data from BuildVectorSDNode, prefer... |
tree | commitdiff |
2009-02-24 |
Mon P Wang | Added support to have TableGen provide information... |
tree | commitdiff |
2009-02-24 |
Dan Gohman | Rename ScalarEvolution's getIterationCount to getBacked... |
tree | commitdiff |
2009-02-24 |
Bill Wendling | Overhaul my earlier submission due to feedback. It... |
tree | commitdiff |
2009-02-24 |
Bill Wendling | - Use the "Fast" flag instead of "OptimizeForSize"... |
tree | commitdiff |
2009-02-23 |
Ted Kremenek | Correctly implement ImmutableMap::getMaxElement() by... |
tree | commitdiff |
2009-02-23 |
Ted Kremenek | Add ImmutableMap::getMaxElement(), a method that return... |
tree | commitdiff |
2009-02-22 |
Scott Michel | Introduce the BuildVectorSDNode class that encapsulates... |
tree | commitdiff |
2009-02-21 |
Nick Lewycky | Regenerate. |
tree | commitdiff |
2009-02-21 |
Ted Kremenek | Add version of StringsEqualNoCase that takes two null... |
tree | commitdiff |
2009-02-21 |
Gabor Greif | fix and clean up a comment |
tree | commitdiff |
2009-02-20 |
Misha Brukman | Removed trailing whitespace. |
tree | commitdiff |
2009-02-20 |
Misha Brukman | Removed trailing whitespace. |
tree | commitdiff |
2009-02-20 |
Misha Brukman | Removed trailing whitespace. |
tree | commitdiff |
2009-02-20 |
Misha Brukman | Fixed lint errors: |
tree | commitdiff |
2009-02-20 |
Evan Cheng | Factor address mode matcher out of codegen prepare... |
tree | commitdiff |
2009-02-20 |
Bill Wendling | Add an accessor method to DwarfWriter to tell of debugg... |
tree | commitdiff |
2009-02-20 |
Bill Wendling | Add a default debug location object to the Machine... |
tree | commitdiff |
2009-02-19 |
Dale Johannesen | Describe tail merging's use of InsertBranch. |
tree | commitdiff |
2009-02-19 |
Bill Wendling | Print out a new label only if the debug location *tuple... |
tree | commitdiff |
2009-02-18 |
Bill Wendling | Put code that generates debug labels into TableGen... |
tree | commitdiff |
2009-02-18 |
Dan Gohman | Use a sign-extend instead of a zero-extend when promoting a |
tree | commitdiff |
2009-02-18 |
Dan Gohman | Clarify the definition of "latch block" in a comment. |
tree | commitdiff |
2009-02-18 |
Dan Gohman | Add explicit keywords. |
tree | commitdiff |
2009-02-18 |
Nate Begeman | Add support to the JIT for true non-lazy operation... |
tree | commitdiff |
2009-02-18 |
Dan Gohman | Factor out the code to add a MachineOperand to a Machin... |
tree | commitdiff |
2009-02-18 |
Dan Gohman | Eliminate several more unnecessary intptr_t casts. |
tree | commitdiff |
2009-02-18 |
Chris Lattner | allow TimeRegion to take a potentially-null pointer... |
tree | commitdiff |
2009-02-17 |
Devang Patel | The debugger sometimes lookup dynamically in the runtim... |
tree | commitdiff |
2009-02-17 |
Scott Michel | Remove trailing whitespace to reduce later commit patch... |
tree | commitdiff |
2009-02-17 |
Devang Patel | Emit debug info for bitfields. |
tree | commitdiff |
2009-02-17 |
Dan Gohman | Add a method to ScalarEvolution for telling it when... |
tree | commitdiff |
2009-02-17 |
Dan Gohman | Move dumpPassStructure out of line. |
tree | commitdiff |
2009-02-17 |
Dan Gohman | Tidy whitespace. |
tree | commitdiff |
2009-02-17 |
Bill Wendling | --- Merging (from foreign repository) r64714 into '.': |
tree | commitdiff |
2009-02-17 |
Evan Cheng | Strengthen the "non-constant stride must dominate loop... |
tree | commitdiff |
2009-02-16 |
Daniel Dunbar | Add llvm::RoundUpToAlignment. |
tree | commitdiff |
2009-02-16 |
Ted Kremenek | Fix bug where APSInt::operator-- incremented instead... |
tree | commitdiff |
2009-02-15 |
Mikhail Glushenkov | 80-column violation. |
tree | commitdiff |
2009-02-14 |
Cedric Venet | Add mode_t to the config.h generated by cmake on win32... |
tree | commitdiff |
2009-02-14 |
Cedric Venet | Unbreak the build on win32. |
tree | commitdiff |
2009-02-14 |
Mikhail Glushenkov | 80-column violation. |
tree | commitdiff |
2009-02-14 |
Duncan Sands | The trampoline intrinsic can be marked IntrWriteArgMem, |
tree | commitdiff |
2009-02-14 |
Duncan Sands | IntrWriteArgMem implies nocapture, but this wasn't |
tree | commitdiff |
2009-02-13 |
Duncan Sands | Correct a comment: since AccessArguments is now |
tree | commitdiff |
2009-02-13 |
Dale Johannesen | Remove non-DebugLoc versions of BuildMI. |
tree | commitdiff |
2009-02-12 |
Dale Johannesen | Eliminate a couple of non-DebugLoc BuildMI variants. |
tree | commitdiff |
2009-02-12 |
Dan Gohman | Teach IndVarSimplify to optimize code using the C ... |
tree | commitdiff |
2009-02-12 |
Nate Begeman | Add suppport for ConstantExprs of shufflevectors whose... |
tree | commitdiff |
2009-02-12 |
Dan Gohman | Add a utility function to LoopInfo to return the exit... |
tree | commitdiff |
2009-02-12 |
Chris Lattner | Add operator->, patch by Ben Laurie! |
tree | commitdiff |
2009-02-12 |
Ted Kremenek | Add method 'isSingleton()' to ImmutableSet. This retur... |
tree | commitdiff |
next |