aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* RegionInfo: Allow to set the parent region of a basic block.Tobias Grosser2010-10-131-0/+6
* Fix PR8313 by changing ValueToValueMap use a TrackingVH.Rafael Espindola2010-10-131-1/+1
* Be more consistent in using ValueToValueMapTy.Rafael Espindola2010-10-131-7/+8
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-121-1/+37
* Comment grammar tweakage.Jim Grosbach2010-10-121-2/+2
* Initial va_arg support for x86-64. Patch by David Meyer!Dan Gohman2010-10-121-0/+21
* Constify.Dan Gohman2010-10-121-1/+1
* Use SmallVectorImpl in a bunch of places.Dan Gohman2010-10-121-5/+5
* Second set of ARM/MC/ELF changes.Jason W Kim2010-10-111-1/+12
* Clang's #include handling apparently doesn't work for libstdc++'sDan Gohman2010-10-111-0/+6
* System: Add SwapByteOrder and update Support/MathExtras.h to use it.Michael J. Spencer2010-10-112-31/+105
* Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it."Michael J. Spencer2010-10-112-105/+31
* System: Add SwapByteOrder and update Support/MathExtras.h to use it.Michael J. Spencer2010-10-112-31/+105
* remove dead prototype, PR8351Chris Lattner2010-10-111-3/+0
* tweak comment.Chris Lattner2010-10-111-2/+2
* Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner2010-10-111-2/+1
* Now using a variant of the existing inlining heuristics to decide whether to ...Kenneth Uildriks2010-10-091-0/+12
* Allow << streaming of MCOperand.Jim Grosbach2010-10-081-0/+5
* Start separating out code metrics into code size metrics and code performance...Kenneth Uildriks2010-10-082-3/+10
* MC-COFF: Fix Simple and Complex type. Fixes PR8320.Michael J. Spencer2010-10-081-1/+1
* Fix Whitespace.Michael J. Spencer2010-10-081-3/+3
* After splitting, the remaining LiveInterval may be fragmented into multipleJakob Stoklund Olesen2010-10-071-1/+40
* Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.Devang Patel2010-10-073-9/+0
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-3/+3
* Provie a clearner interface so that FE can decide whether a function has prot...Devang Patel2010-10-071-1/+8
* Add output stream operator for MCInst.Jim Grosbach2010-10-071-0/+4
* Move tool_output_file into its own file.Dan Gohman2010-10-072-39/+62
* Add initialization routines for Instrumentation.Owen Anderson2010-10-072-0/+5
* Add initialization routines to InstCombine.Owen Anderson2010-10-072-0/+5
* Add initialization routines for VMCore.Owen Anderson2010-10-072-0/+5
* Add initialization routines for Target.Owen Anderson2010-10-072-0/+4
* Add initialization routines for CodeGen.Owen Anderson2010-10-072-0/+4
* Add initialization routines for Analysis and IPA.Owen Anderson2010-10-072-0/+8
* Add an initialization routine for libLLVMipo.aOwen Anderson2010-10-072-2/+6
* Add a header that I forgot to commit.Owen Anderson2010-10-071-0/+32
* Next step on the getting-rid-of-static-ctors train: begin adding per-libraryOwen Anderson2010-10-072-0/+18
* Add the header that I accidentally forgot from r115900.Owen Anderson2010-10-071-0/+185
* Move the pass initialization helper functions into the llvm namespace, and addOwen Anderson2010-10-071-3/+4
* add a common SDPatternOperator base class to SDNode and PatFrag forChris Lattner2010-10-071-2/+7
* Add MachineRegisterInfo::constrainRegClass and use it in MachineCSE.Jakob Stoklund Olesen2010-10-061-0/+8
* Hide analysis group registration behind a macro, just like pass registration.Owen Anderson2010-10-061-0/+7
* Add support for DW_TAG_unspecified_parameters.Devang Patel2010-10-061-0/+5
* Cleanup Whitespace.Michael J. Spencer2010-10-063-25/+25
* Pass initialization functions should take a PassRegistry as a parameterOwen Anderson2010-10-061-6/+5
* Remove compatibilty code for old-style multiple return values.Dan Gohman2010-10-061-5/+3
* ComputeLinearIndex doesn't need its TLI argument.Dan Gohman2010-10-061-1/+1
* Constify isReachableFromEntry.Dan Gohman2010-10-061-2/+2
* Remove tabs.Bill Wendling2010-10-061-2/+2
* - Add TargetInstrInfo::getOperandLatency() to compute operand latencies. ThisEvan Cheng2010-10-061-0/+16
* Provide a fast "get me the target triple from the module" API. This canBill Wendling2010-10-061-0/+9