summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Move replaceCongruentIVs into SCEVExapander and bias toward "expanded"Andrew Trick2011-10-11
* Make it possible to use the linker without destroying the source module. This...Tanya Lattner2011-10-11
* Add a natural stack alignment field to TargetData, and prevent InstCombine fromLang Hames2011-10-10
* Object: add getSectionAlignment.Michael J. Spencer2011-10-10
* Add support for dumping section headers to llvm-objdump. This uses the sameNick Lewycky2011-10-10
* Allow stat += 0 without activating the stat.Andrew Trick2011-10-10
* whitespaceAndrew Trick2011-10-10
* Mark the standard pseudos as isPseudo = 1.Jakob Stoklund Olesen2011-10-10
* MCAtom extending methods need to extend the range of the atom as well.Owen Anderson2011-10-10
* Mark the llvm.eh.sjlj.functioncontext intrinsic as reading memory so that fastBill Wendling2011-10-10
* PathV2: Add simplified version of exists that returns false on error.Michael J. Spencer2011-10-08
* Object: constize Archive.Michael J. Spencer2011-10-08
* LSR should only reuse phis that match its formula.Andrew Trick2011-10-07
* Add a bool value to set the IsLandingPad flag to.Bill Wendling2011-10-07
* Thread the chain through the eh.sjlj.setjmp intrinsic, like it's documented toBill Wendling2011-10-07
* Change relocation API to be per section. This time without breaking GCC.Michael J. Spencer2011-10-07
* Revert 141376 and 141377 due to breaking the build.Bill Wendling2011-10-07
* Remove MultidefsDavid Greene2011-10-07
* Change relocation API to be per section.Michael J. Spencer2011-10-07
* Remove the old atomic instrinsics. autoupgrade functionality is included wit...Eli Friedman2011-10-06
* Don't require C bindings opcode numbers to be kept in sync.Torok Edwin2011-10-06
* Add uwtable, returnstwice and nonlazybind to the C bindings also.Torok Edwin2011-10-06
* ocaml/C bindings: type->isSized()Torok Edwin2011-10-06
* add binding to read icmp predicateTorok Edwin2011-10-06
* ocaml/C bindings: getmdstring, add num_op, get_op should work on metadata tooTorok Edwin2011-10-06
* C/OCaml API to retrieve struct name.Torok Edwin2011-10-06
* Cosmetic change.Evan Cheng2011-10-06
* Build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-06
* Remove the TRI::getSubRegisterRegClass() hook.Jakob Stoklund Olesen2011-10-06
* Add accessor method to check if the landing pad symbol has call site informat...Bill Wendling2011-10-05
* Add Multidef Data StructuresDavid Greene2011-10-05
* Add an ivar that maps a landing pad's EH symbol to the call sites that may jumpBill Wendling2011-10-05
* Check for the returns_twice attribute in callsFunctionThatReturnsTwice. ThisRafael Espindola2011-10-05
* Add TRI::getSubClassWithSubReg(RC, Idx) function.Jakob Stoklund Olesen2011-10-05
* Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson2011-10-04
* Adding back support for printing operands symbolically to ARM's new disassemblerKevin Enderby2011-10-04
* Allow <undef> flags on def operands as well as uses.Jakob Stoklund Olesen2011-10-04
* Doxygen-ize comments. No functionality change.Bill Wendling2011-10-04
* Add method to determine if a begin label has a call site number associated wi...Bill Wendling2011-10-04
* Put GCOVFile and other related interface in a common header so that llvm-cov ...Devang Patel2011-10-04
* The product of two chrec's can always be represented as a chrec.Nick Lewycky2011-10-04
* LSR should avoid redundant edge splitting.Andrew Trick2011-10-04
* whitespaceAndrew Trick2011-10-04
* Add C api for Instruction->eraseFromParent().Devang Patel2011-10-03
* Add the returns_twice attribute to LLVM.Rafael Espindola2011-10-03
* Make canonicalization of ImmutableSetRef::asImmutableSet() semi-explicit.Ted Kremenek2011-10-02
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-01
* Inlining and unrolling heuristics should be aware of free truncs.Andrew Trick2011-10-01
* whitespaceAndrew Trick2011-10-01
* Store sub-class lists as a bit vector.Jakob Stoklund Olesen2011-09-30