aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Revise APIs for creating constantexpr GEPs to not require the use ofChris Lattner2007-01-312-6/+24
* Make this a *real* header:Chris Lattner2007-01-301-3/+34
* move constant folding code out of Utils/Local into libanalysisChris Lattner2007-01-301-27/+0
* The inliner/cloner can now optionally take TargetData info, which can beChris Lattner2007-01-301-4/+6
* Change constant folding APIs to take an optional TargetData, and changeChris Lattner2007-01-302-11/+8
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-303-13/+12
* Compaction tables no longer supported, remove its block ID.Reid Spencer2007-01-301-7/+1
* Out of line function.Jim Laskey2007-01-291-2/+1
* Only gather frame info if debug or eh.Jim Laskey2007-01-291-0/+5
* - Undo previous check-in (i.e. Do not export TimingInfo class throughDevang Patel2007-01-291-49/+2
* Finish off bug 680, allowing targets to custom lower frame and returnNate Begeman2007-01-292-8/+7
* Properly support cstringsNate Begeman2007-01-291-2/+8
* Flag to control exception handling.Jim Laskey2007-01-291-0/+5
* Move TimingInfo into PassManagers.h so that other libs can use it.Devang Patel2007-01-291-0/+49
* Landing pad-less eh for PPC.Jim Laskey2007-01-292-7/+26
* IntrinsicLowering now requires TargetData.Reid Spencer2007-01-291-1/+3
* Make doxygen happyAnton Korobeynikov2007-01-291-1/+1
* Adjust a comment to reflect reality.Reid Spencer2007-01-281-4/+4
* Propagate changes from my local tree. This patch includes:Anton Korobeynikov2007-01-285-19/+25
* provide a definition for uintptr_tChris Lattner2007-01-271-0/+1
* Make SmallSet<whatever*, N> faster by transparently implementing it withChris Lattner2007-01-271-0/+5
* add some missing APIChris Lattner2007-01-271-0/+3
* Give SmallSet a reasonable fallback if it gets large: use an std::set.Chris Lattner2007-01-271-27/+51
* implement SmallPtrSet::eraseChris Lattner2007-01-271-3/+10
* Fix a limitation of SmallPtrSet. Before it would assert if the smallsizeChris Lattner2007-01-271-2/+30
* add some comments on the algorithmChris Lattner2007-01-271-1/+20
* Add a new SmallSet ADT specialized for pointers.Chris Lattner2007-01-271-0/+165
* Add some comments, fix an 80 cols violation.Reid Spencer2007-01-271-12/+16
* Accessor for the TargetELFWriterInfo class object.Bill Wendling2007-01-271-1/+7
* The TargetELFWriterInfo class holds target-specific information for the ELF w...Bill Wendling2007-01-271-0/+43
* simplify insert interfaceChris Lattner2007-01-271-3/+3
* clean up commentChris Lattner2007-01-271-3/+3
* Handle multiple functions, properly mangle symbols, and fix support forNate Begeman2007-01-261-7/+16
* fit in 80 colsChris Lattner2007-01-261-2/+2
* rename filesJim Laskey2007-01-261-25/+27
* Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey2007-01-266-23/+23
* Make LABEL a builtin opcode.Jim Laskey2007-01-263-14/+13
* For PR761:Reid Spencer2007-01-261-3/+1
* For PR761:Reid Spencer2007-01-261-8/+2
* For PR645:Reid Spencer2007-01-261-7/+0
* Remove dead code.Devang Patel2007-01-261-5/+0
* Inherit CallGraphSCCPass directly from Pass.Devang Patel2007-01-262-4/+5
* Inherit FunctionPass directly from Pass.Devang Patel2007-01-261-1/+1
* Inherit BasicBlockPass directly from Pass.Devang Patel2007-01-252-4/+4
* Remove dead code.Devang Patel2007-01-251-7/+0
* Added a MRegisterInfo hook that tells PEI the target is responsible forEvan Cheng2007-01-251-0/+6
* Migrate print routines to asm to be shared by exception handling.Jim Laskey2007-01-251-0/+62
* Repair debug frames as a prelude to eh_frames. Switched to using MachineMovesJim Laskey2007-01-243-5/+11
* Use asm printer to emit alignmentJim Laskey2007-01-241-0/+2
* Make ivars private and use getters. Have the MachOWriter return "Mach-OBill Wendling2007-01-242-7/+8