2009-01-04 |
Nick Lewycky | Add a mechanism to specify attributes in getOrInsertFun... |
tree | commitdiff |
2009-01-04 |
Nick Lewycky | Add utility functions for marking parameters as noalias... |
tree | commitdiff |
2009-01-04 |
Dan Gohman | Add several more unimplemented operator overloads to... |
tree | commitdiff |
2009-01-04 |
Chris Lattner | add #include guards, thanks Dan. |
tree | commitdiff |
2009-01-03 |
Dan Gohman | Remove the code from the scheduler that commuted two... |
tree | commitdiff |
2009-01-02 |
Misha Brukman | * Alphabetized system headers per the style guide |
tree | commitdiff |
2009-01-02 |
Chris Lattner | Reimplement the old and horrible bison parser for ... |
tree | commitdiff |
2009-01-02 |
Nick Lewycky | Fix typo. |
tree | commitdiff |
2009-01-01 |
Duncan Sands | Fix PR3274: when promoting the condition of a BRCOND... |
tree | commitdiff |
2009-01-01 |
Bill Wendling | Some compilers are picky about accessing the first... |
tree | commitdiff |
2008-12-31 |
Duncan Sands | Don't analyze arguments already marked 'nocapture'. |
tree | commitdiff |
2008-12-31 |
Misha Brukman | Fixed grammar and capitalization. |
tree | commitdiff |
2008-12-31 |
Duncan Sands | Rename AddReadAttrs to FunctionAttrs, and teach it how |
tree | commitdiff |
2008-12-31 |
Chris Lattner | Add a new Attribute::getAlignmentFromAttrs method. |
tree | commitdiff |
2008-12-29 |
Bill Wendling | Linux wants the FDE initial location and address range... |
tree | commitdiff |
2008-12-29 |
Chris Lattner | move select validation logic into a shared place where... |
tree | commitdiff |
2008-12-28 |
Owen Anderson | Forgot to commit this file. |
tree | commitdiff |
2008-12-27 |
Chris Lattner | implement simplify_type for PATypeHolder so that isa... |
tree | commitdiff |
2008-12-24 |
Bill Wendling | Darwin likes for the EH frame to be non-local. |
tree | commitdiff |
2008-12-24 |
Bill Wendling | GCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding... |
tree | commitdiff |
2008-12-23 |
Dan Gohman | Clean up the atomic opcodes in SelectionDAG. |
tree | commitdiff |
2008-12-23 |
Dan Gohman | Rename BuildSchedUnits to BuildSchedGraph, and refactor the |
tree | commitdiff |
2008-12-23 |
Dan Gohman | Comment MO_FPImmediate and doxygenate surrounding comments. |
tree | commitdiff |
2008-12-22 |
Dan Gohman | Refactor a bunch of code out of AsmPrinter::EmitGlobalC... |
tree | commitdiff |
2008-12-22 |
Dan Gohman | Add an assertion to the ScheduleDAGInstrs class to... |
tree | commitdiff |
2008-12-22 |
Dan Gohman | Add an accesor for the isNormalMemory field in the... |
tree | commitdiff |
2008-12-22 |
Dan Gohman | Add an assertion to catch SUnits reallocations. And... |
tree | commitdiff |
2008-12-22 |
Dan Gohman | Clarify a comment. |
tree | commitdiff |
2008-12-20 |
Dan Gohman | Reword the comment for ConstantInt's getLimitedValue. |
tree | commitdiff |
2008-12-20 |
Dan Gohman | LiveInterval::removeKills and isKill don't need 'this... |
tree | commitdiff |
2008-12-19 |
Evan Cheng | Fix PR3149. If an early clobber def is a physical regis... |
tree | commitdiff |
2008-12-19 |
Gordon Henriksen | Add dyn_cast_or_null bindings for some additional class... |
tree | commitdiff |
2008-12-19 |
Gordon Henriksen | C bindings for dyn_cast_or_null. |
tree | commitdiff |
2008-12-19 |
Chris Lattner | Add support for writing LLVM IR to a specified Bitstrea... |
tree | commitdiff |
2008-12-19 |
Rafael Espindola | Fix bug 3202. |
tree | commitdiff |
2008-12-19 |
Nick Lewycky | Resubmit support for the 'nocapture' attribute. |
tree | commitdiff |
2008-12-19 |
Dan Gohman | Fix RegScavenger::forward() to work on basic blocks... |
tree | commitdiff |
2008-12-19 |
Dan Gohman | Delete the RegScavenging constructor that takes a Machi... |
tree | commitdiff |
2008-12-18 |
Mon P Wang | Added support for vector widening. |
tree | commitdiff |
2008-12-17 |
Devang Patel | Today the front-ends (llvm-gcc and clang) generate... |
tree | commitdiff |
2008-12-17 |
Chris Lattner | This adds some missing functions to the C binding: |
tree | commitdiff |
2008-12-17 |
Dan Gohman | Fix the comments for getDepth and getHeight. |
tree | commitdiff |
2008-12-17 |
Mikhail Glushenkov | Some enhancements for the 'case' expression. |
tree | commitdiff |
2008-12-16 |
Bill Wendling | Temporarily revert r61019, r61030, and r61040. These... |
tree | commitdiff |
2008-12-16 |
Torok Edwin | Add -print-dbginfo pass that prints LLVM IR with commen... |
tree | commitdiff |
2008-12-16 |
Torok Edwin | Add utility functions to search for DbgStopPointInst... |
tree | commitdiff |
2008-12-16 |
Dan Gohman | Add initial support for back-scheduling address computa... |
tree | commitdiff |
2008-12-16 |
Dan Gohman | Fix some register-alias-related bugs in the post-RA... |
tree | commitdiff |
2008-12-16 |
Dan Gohman | Move addPred and removePred out-of-line. |
tree | commitdiff |
2008-12-16 |
Dan Gohman | Make addPred and removePred return void, since the... |
tree | commitdiff |
2008-12-16 |
Dan Gohman | Add a getSDep() access function to SUnitIterator to... |
tree | commitdiff |
2008-12-16 |
Dan Gohman | Reorder some SDep methods. No functionality change. |
tree | commitdiff |
2008-12-16 |
Dan Gohman | SDep's operator== should compare the Latency field... |
tree | commitdiff |
2008-12-15 |
Dan Gohman | Fix a typo in a comment. |
tree | commitdiff |
2008-12-15 |
Nick Lewycky | It turns out that "align 1" and unaligned are different... |
tree | commitdiff |
2008-12-15 |
Chris Lattner | Implement initial support for PHI translation in memdep... |
tree | commitdiff |
2008-12-15 |
Nick Lewycky | Introducing nocapture, a parameter attribute for pointe... |
tree | commitdiff |
2008-12-14 |
Duncan Sands | Reapply r60997, this time without forgetting that |
tree | commitdiff |
2008-12-13 |
Bill Wendling | Temporarily revert r60997. It was causing this failure: |
tree | commitdiff |
2008-12-13 |
Duncan Sands | LegalizeDAG is not supposed to introduce illegal |
tree | commitdiff |
2008-12-13 |
Cedric Venet | Add explicit this-> for some member function in templat... |
tree | commitdiff |
2008-12-13 |
Torok Edwin | Fix getFieldAs() to use the parameter instead of 6. |
tree | commitdiff |
2008-12-11 |
Torok Edwin | fix grammar, thanks Duncan! |
tree | commitdiff |
2008-12-11 |
Mikhail Glushenkov | Merge Base.td and Tools.td. |
tree | commitdiff |
2008-12-11 |
Torok Edwin | introduce BasicBlock::getUniquePredecessor() |
tree | commitdiff |
2008-12-10 |
Evan Cheng | Fix MachineCodeEmitter to use uintptr_t instead of... |
tree | commitdiff |
2008-12-10 |
Dan Gohman | Update CalcLatency to work in terms of edge latencies... |
tree | commitdiff |
2008-12-10 |
Evan Cheng | Fix a couple of Dwarf bugs. |
tree | commitdiff |
2008-12-09 |
Dan Gohman | Rewrite the SDep class, and simplify some of the relate... |
tree | commitdiff |
2008-12-09 |
Bill Wendling | Add sub/mul overflow intrinsics. This currently doesn... |
tree | commitdiff |
2008-12-09 |
Chris Lattner | Teach GVN to invalidate some memdep information when... |
tree | commitdiff |
2008-12-09 |
Duncan Sands | Fix PR3117: not all nodes being legalized. The |
tree | commitdiff |
2008-12-09 |
Chris Lattner | Teach BasicAA::getModRefInfo(CallSite, CallSite) some |
tree | commitdiff |
2008-12-09 |
Chris Lattner | rename getNonLocalDependency -> getNonLocalCallDependen... |
tree | commitdiff |
2008-12-09 |
Mikhail Glushenkov | Support -emit-llvm properly (with -S and -c). |
tree | commitdiff |
2008-12-09 |
Chris Lattner | rename getNonLocalPointerDepInternal -> getNonLocalPoin... |
tree | commitdiff |
2008-12-09 |
Evan Cheng | DisableGVCompilation should not abort on internal Globa... |
tree | commitdiff |
2008-12-09 |
Chris Lattner | newline at end of phile |
tree | commitdiff |
2008-12-09 |
Chris Lattner | use hte new pred cache to speed up the new non-local... |
tree | commitdiff |
2008-12-09 |
Chris Lattner | pred_iterator got a lot slower since use-diet landed... |
tree | commitdiff |
2008-12-09 |
Dan Gohman | Fix the name of ISD::TokenFactor in a comment. Thanks... |
tree | commitdiff |
2008-12-09 |
Chris Lattner | remove two unneeded forward declarations, pointed out... |
tree | commitdiff |
2008-12-08 |
Dan Gohman | Move the conversion to intptr_t to a separate statement... |
tree | commitdiff |
2008-12-08 |
Ted Kremenek | Use 'delete []' instead of 'delete' in OwningArray... |
tree | commitdiff |
2008-12-08 |
Duncan Sands | Fix comment typo. |
tree | commitdiff |
2008-12-08 |
Dan Gohman | Factor out the code for sign-extending/truncating gep... |
tree | commitdiff |
2008-12-08 |
Chris Lattner | add another level of caching for non-local pointer... |
tree | commitdiff |
2008-12-08 |
Chris Lattner | introduce a new RoundUpAlignment helper function, use... |
tree | commitdiff |
2008-12-08 |
Dan Gohman | Make ConstantAggregateZero::get return a ConstantAggreg... |
tree | commitdiff |
2008-12-08 |
Chris Lattner | Speed up getABITypeSize by turning a i64 mul and div... |
tree | commitdiff |
2008-12-08 |
Dan Gohman | Clarify a comment. |
tree | commitdiff |
2008-12-08 |
Dan Gohman | Move createVirtualRegister out-of-line. |
tree | commitdiff |
2008-12-07 |
Dan Gohman | Use bool instead of int, now that it no longer evokes... |
tree | commitdiff |
2008-12-07 |
Dan Gohman | Use intptr_t instead of unsigned here, which is more... |
tree | commitdiff |
2008-12-07 |
Chris Lattner | fix a typo duncan noticed! |
tree | commitdiff |
2008-12-07 |
Mikhail Glushenkov | Make 'extern' an option property. |
tree | commitdiff |
2008-12-07 |
Mikhail Glushenkov | Plugin updates: support more options. |
tree | commitdiff |
2008-12-07 |
Mikhail Glushenkov | Use (actions) instead of option properties, support... |
tree | commitdiff |
2008-12-07 |
Chris Lattner | add support for caching pointer dependence queries... |
tree | commitdiff |
2008-12-07 |
Chris Lattner | Some internal refactoring to make it easier to cache... |
tree | commitdiff |
next |