| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename AddReadAttrs to FunctionAttrs, and teach it how | Duncan Sands | 2008-12-31 | 2 | -3/+5 |
* | Add a new Attribute::getAlignmentFromAttrs method. | Chris Lattner | 2008-12-31 | 1 | -5/+11 |
* | Linux wants the FDE initial location and address range to be forced to 32-bit. | Bill Wendling | 2008-12-29 | 1 | -0/+8 |
* | move select validation logic into a shared place where the select ctor, | Chris Lattner | 2008-12-29 | 1 | -0/+5 |
* | Forgot to commit this file. | Owen Anderson | 2008-12-28 | 1 | -0/+10 |
* | implement simplify_type for PATypeHolder so that isa<FooType>(PATypeHolder) | Chris Lattner | 2008-12-27 | 1 | -0/+16 |
* | Darwin likes for the EH frame to be non-local. | Bill Wendling | 2008-12-24 | 1 | -0/+7 |
* | GCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding on Darwin. I'm not sure | Bill Wendling | 2008-12-24 | 1 | -0/+8 |
* | Clean up the atomic opcodes in SelectionDAG. | Dan Gohman | 2008-12-23 | 4 | -243/+110 |
* | Rename BuildSchedUnits to BuildSchedGraph, and refactor the | Dan Gohman | 2008-12-23 | 3 | -8/+13 |
* | Comment MO_FPImmediate and doxygenate surrounding comments. | Dan Gohman | 2008-12-23 | 1 | -9/+9 |
* | Refactor a bunch of code out of AsmPrinter::EmitGlobalConstant into separate | Dan Gohman | 2008-12-22 | 1 | -0/+8 |
* | Add an assertion to the ScheduleDAGInstrs class to catch SUnits | Dan Gohman | 2008-12-22 | 1 | -0/+4 |
* | Add an accesor for the isNormalMemory field in the SDep class. | Dan Gohman | 2008-12-22 | 1 | -0/+7 |
* | Add an assertion to catch SUnits reallocations. And add a doxygen | Dan Gohman | 2008-12-22 | 1 | -0/+18 |
* | Clarify a comment. | Dan Gohman | 2008-12-22 | 1 | -1/+2 |
* | Reword the comment for ConstantInt's getLimitedValue. | Dan Gohman | 2008-12-20 | 1 | -3/+5 |
* | LiveInterval::removeKills and isKill don't need 'this' and | Dan Gohman | 2008-12-20 | 1 | -2/+2 |
* | Fix PR3149. If an early clobber def is a physical register and it is tied to ... | Evan Cheng | 2008-12-19 | 1 | -3/+7 |
* | Add dyn_cast_or_null bindings for some additional classes missed in r61252. | Gordon Henriksen | 2008-12-19 | 1 | -1/+18 |
* | C bindings for dyn_cast_or_null. | Gordon Henriksen | 2008-12-19 | 1 | -10/+65 |
* | Add support for writing LLVM IR to a specified BitstreamWriter. | Chris Lattner | 2008-12-19 | 2 | -0/+8 |
* | Fix bug 3202. | Rafael Espindola | 2008-12-19 | 1 | -0/+6 |
* | Resubmit support for the 'nocapture' attribute. | Nick Lewycky | 2008-12-19 | 1 | -13/+26 |
* | Fix RegScavenger::forward() to work on basic blocks containing exactly | Dan Gohman | 2008-12-19 | 1 | -0/+1 |
* | Delete the RegScavenging constructor that takes a MachineBasicBlock | Dan Gohman | 2008-12-19 | 1 | -4/+0 |
* | Added support for vector widening. | Mon P Wang | 2008-12-18 | 3 | -40/+82 |
* | Today the front-ends (llvm-gcc and clang) generate multiple llvm.dbg.compile_... | Devang Patel | 2008-12-17 | 2 | -10/+35 |
* | This adds some missing functions to the C binding: | Chris Lattner | 2008-12-17 | 1 | -0/+9 |
* | Fix the comments for getDepth and getHeight. | Dan Gohman | 2008-12-17 | 1 | -3/+3 |
* | Some enhancements for the 'case' expression. | Mikhail Glushenkov | 2008-12-17 | 1 | -0/+1 |
* | Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release | Bill Wendling | 2008-12-16 | 1 | -18/+13 |
* | Add -print-dbginfo pass that prints LLVM IR with comments inserted to show | Edwin Török | 2008-12-16 | 2 | -0/+4 |
* | Add utility functions to search for DbgStopPointInst corresponding to an | Edwin Török | 2008-12-16 | 1 | -1/+14 |
* | Add initial support for back-scheduling address computations, | Dan Gohman | 2008-12-16 | 2 | -2/+9 |
* | Fix some register-alias-related bugs in the post-RA scheduler liveness | Dan Gohman | 2008-12-16 | 3 | -28/+68 |
* | Move addPred and removePred out-of-line. | Dan Gohman | 2008-12-16 | 1 | -53/+2 |
* | Make addPred and removePred return void, since the return value is not | Dan Gohman | 2008-12-16 | 1 | -9/+6 |
* | Add a getSDep() access function to SUnitIterator to return the | Dan Gohman | 2008-12-16 | 1 | -2/+5 |
* | Reorder some SDep methods. No functionality change. | Dan Gohman | 2008-12-16 | 1 | -6/+6 |
* | SDep's operator== should compare the Latency field too. | Dan Gohman | 2008-12-16 | 1 | -1/+1 |
* | Fix a typo in a comment. | Dan Gohman | 2008-12-15 | 1 | -1/+1 |
* | It turns out that "align 1" and unaligned are different. Add a bias to the | Nick Lewycky | 2008-12-15 | 1 | -3/+5 |
* | Implement initial support for PHI translation in memdep. This means that | Chris Lattner | 2008-12-15 | 1 | -5/+12 |
* | Introducing nocapture, a parameter attribute for pointers to indicate that the | Nick Lewycky | 2008-12-15 | 1 | -12/+15 |
* | Reapply r60997, this time without forgetting that | Duncan Sands | 2008-12-14 | 1 | -1/+1 |
* | Temporarily revert r60997. It was causing this failure: | Bill Wendling | 2008-12-13 | 1 | -1/+1 |
* | LegalizeDAG is not supposed to introduce illegal | Duncan Sands | 2008-12-13 | 1 | -1/+1 |
* | Add explicit this-> for some member function in templated base class. | Cédric Venet | 2008-12-13 | 2 | -27/+27 |
* | Fix getFieldAs() to use the parameter instead of 6. | Edwin Török | 2008-12-13 | 1 | -1/+1 |