aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Change relocation API to be per section. This time without breaking GCC.Michael J. Spencer2011-10-073-45/+93
* Revert 141376 and 141377 due to breaking the build.Bill Wendling2011-10-073-93/+45
* Remove MultidefsDavid Greene2011-10-071-17/+0
* Change relocation API to be per section.Michael J. Spencer2011-10-073-45/+93
* Remove the old atomic instrinsics. autoupgrade functionality is included wit...Eli Friedman2011-10-061-68/+0
* Don't require C bindings opcode numbers to be kept in sync.Torok Edwin2011-10-061-3/+5
* Add uwtable, returnstwice and nonlazybind to the C bindings also.Torok Edwin2011-10-061-1/+4
* ocaml/C bindings: type->isSized()Torok Edwin2011-10-061-0/+1
* add binding to read icmp predicateTorok Edwin2011-10-061-0/+1
* ocaml/C bindings: getmdstring, add num_op, get_op should work on metadata tooTorok Edwin2011-10-061-0/+5
* C/OCaml API to retrieve struct name.Torok Edwin2011-10-061-0/+1
* Cosmetic change.Evan Cheng2011-10-061-16/+16
* Build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-061-1/+1
* Remove the TRI::getSubRegisterRegClass() hook.Jakob Stoklund Olesen2011-10-061-22/+1
* Add accessor method to check if the landing pad symbol has call site informat...Bill Wendling2011-10-051-0/+8
* Add Multidef Data StructuresDavid Greene2011-10-051-0/+17
* Add an ivar that maps a landing pad's EH symbol to the call sites that may jumpBill Wendling2011-10-051-0/+14
* Check for the returns_twice attribute in callsFunctionThatReturnsTwice. ThisRafael Espindola2011-10-051-0/+9
* Add TRI::getSubClassWithSubReg(RC, Idx) function.Jakob Stoklund Olesen2011-10-051-0/+14
* Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson2011-10-042-0/+70
* Adding back support for printing operands symbolically to ARM's new disassemblerKevin Enderby2011-10-042-5/+42
* Allow <undef> flags on def operands as well as uses.Jakob Stoklund Olesen2011-10-041-2/+26
* Doxygen-ize comments. No functionality change.Bill Wendling2011-10-041-21/+19
* Add method to determine if a begin label has a call site number associated wi...Bill Wendling2011-10-041-3/+9
* Put GCOVFile and other related interface in a common header so that llvm-cov ...Devang Patel2011-10-041-0/+224
* The product of two chrec's can always be represented as a chrec.Nick Lewycky2011-10-041-0/+8
* LSR should avoid redundant edge splitting.Andrew Trick2011-10-041-3/+6
* whitespaceAndrew Trick2011-10-041-12/+12
* Add C api for Instruction->eraseFromParent().Devang Patel2011-10-031-0/+1
* Add the returns_twice attribute to LLVM.Rafael Espindola2011-10-031-3/+2
* Make canonicalization of ImmutableSetRef::asImmutableSet() semi-explicit.Ted Kremenek2011-10-021-2/+3
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-015-0/+1801
* Inlining and unrolling heuristics should be aware of free truncs.Andrew Trick2011-10-012-3/+13
* whitespaceAndrew Trick2011-10-011-5/+5
* Store sub-class lists as a bit vector.Jakob Stoklund Olesen2011-09-301-39/+24
* Move getCommonSubClass() into TRI.Jakob Stoklund Olesen2011-09-303-5/+10
* Tidy up. Formatting.Jim Grosbach2011-09-291-8/+5
* Fix typo.Nick Lewycky2011-09-291-1/+1
* Clean up uses of switch instructions so they are not dependent on the operand...Eli Friedman2011-09-291-0/+7
* Expand the x86 V_SET0* pseudos right after register allocation.Jakob Stoklund Olesen2011-09-291-1/+1
* Remove NumImplicitOps which is now unused.Jakob Stoklund Olesen2011-09-291-5/+0
* Object: Add isSection{Data,BSS}.Michael J. Spencer2011-09-282-0/+14
* Create and use an llvm.eh.sjlj.functioncontext intrinsic.Bill Wendling2011-09-282-4/+15
* Remove X86-dependent stuff from SSEDomainFix.Jakob Stoklund Olesen2011-09-271-0/+9
* Promote the X86 Get/SetSSEDomain functions to TargetInstrInfo.Jakob Stoklund Olesen2011-09-271-0/+31
* Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId().Jim Grosbach2011-09-271-1/+1
* Object: Add archive support.Michael J. Spencer2011-09-271-0/+90
* Cleanup PromoteIntOp_EXTRACT_VECTOR_ELT and PromoteIntRes_SETCC.Nadav Rotem2011-09-271-0/+4
* Enhance alias analysis for atomic instructions a bit. Upgrade a couple alias...Eli Friedman2011-09-261-8/+4
* Fix emission of debug data for global variables. getContext() on DIGlobalVari...James Molloy2011-09-261-0/+11