aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target
Commit message (Expand)AuthorAgeFilesLines
* Silence a warningAnton Korobeynikov2008-07-091-1/+1
* Drop enum and use constants for SectionFlagsAnton Korobeynikov2008-07-091-16/+14
* First sketch of special section objectsAnton Korobeynikov2008-07-091-11/+74
* UnbreakAnton Korobeynikov2008-07-091-0/+1
* Another bunch of hacks for named sections supportAnton Korobeynikov2008-07-091-1/+2
* Add hacky way to distinguish named and named sections. This will be generaliz...Anton Korobeynikov2008-07-091-0/+1
* Handle ELF mergeable sectionsAnton Korobeynikov2008-07-091-4/+4
* Provide general hook for section name calculationAnton Korobeynikov2008-07-091-0/+3
* Print entity size for mergeable sectionsAnton Korobeynikov2008-07-091-8/+18
* Move flag decoding stuff into special hookAnton Korobeynikov2008-07-091-0/+2
* Properly handle linkonce stuffAnton Korobeynikov2008-07-091-5/+3
* Provide skeletone code for calculation of section, where global should be emi...Anton Korobeynikov2008-07-091-1/+1
* Make hooks virtualAnton Korobeynikov2008-07-091-3/+4
* Add default section name resolution routineAnton Korobeynikov2008-07-091-0/+4
* ConstifyAnton Korobeynikov2008-07-091-1/+1
* Add code for default section falgs computationAnton Korobeynikov2008-07-091-0/+27
* Rather than having a different custom legalizationDuncan Sands2008-07-041-13/+8
* Linux also does not require exception handlingDuncan Sands2008-07-041-8/+0
* Make LiveVariables even more optional, by making it optional in the call to T...Owen Anderson2008-07-021-1/+1
* Darwin doesn't need exception handling information for the "move" info whenBill Wendling2008-07-011-1/+8
* Avoid creating expensive comment string if it's not going to be printed.Evan Cheng2008-07-011-0/+4
* Prune a few dependencies on MachineFunction.h.Dan Gohman2008-07-011-1/+0
* Make the subregister hashtable output more readable by wrapping the lines,Owen Anderson2008-07-011-3/+5
* Implement suggestions from Chris:Owen Anderson2008-07-011-2/+2
* Replace the dynamically computed std::set lookup method for subregisters with...Owen Anderson2008-07-011-2/+16
* Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman2008-07-011-6/+8
* Update comments to new-style syntax.Dan Gohman2008-06-301-3/+3
* Reorder the fields in TargetLowering to require less padding.Dan Gohman2008-06-301-18/+18
* Change bools to 1-bit bitfields to shrink ArgListEntry slightly.Dan Gohman2008-06-301-6/+6
* Replace some std::vectors that showed up in heap profiling withDan Gohman2008-06-301-2/+3
* Eliminate TargetRegisterDesc::ImmSubRegs. It's no longer in use.Evan Cheng2008-06-301-14/+3
* Start refactoring of asmprinters: provide a TAI hook, which will select a 'se...Anton Korobeynikov2008-06-281-2/+20
* Cache subregister relationships in a set in TargetRegisterInfo to allow faste...Owen Anderson2008-06-271-3/+3
* Fixes the last x86-64 test failure in compat.exp:Dale Johannesen2008-06-261-0/+7
* Switch the PPC backend and target-independent JIT to use the libsystem Chris Lattner2008-06-251-5/+0
* Provide generic hooks for icache invalidation. Add PPC implementation.Anton Korobeynikov2008-06-171-0/+5
* Add option to commuteInstruction() which forces it to create a new (commuted)...Evan Cheng2008-06-161-2/+6
* Disable some DAG combiner optimizations that may beDuncan Sands2008-06-131-8/+8
* If queried as to whether an operation is legalDuncan Sands2008-06-121-13/+17
* Remove comparison methods for MVT. The main causeDuncan Sands2008-06-081-5/+7
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-062-150/+166
* Expand documentation of StringConstantPrefix.Dale Johannesen2008-06-031-2/+4
* Add StringConstantPrefix to control what theDale Johannesen2008-06-031-0/+7
* Revert 51775.Evan Cheng2008-05-301-3/+3
* Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng2008-05-301-3/+3
* Prune and tidy #includes.Dan Gohman2008-05-292-2/+1
* Add a flag to indicate that an instruction is as cheap (or cheaper) than a moveBill Wendling2008-05-281-1/+11
* Remove warnings about unused parameters and shadowed variables.Bill Wendling2008-05-191-21/+22
* Fix typos and comments.Evan Cheng2008-05-151-1/+1
* Make use of vector load and store operations to implement memcpy, memmove, an...Evan Cheng2008-05-151-0/+9