summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Grammar.Jim Grosbach2010-10-15
* Always use binary mode for output stream. This is important to prevent unwant...Francois Pichet2010-10-14
* Try again at implementing thread-safe lazy pass initialization, without depen...Owen Anderson2010-10-14
* Revert r116489. It included some changes I didn't intend to commit, and brok...Owen Anderson2010-10-14
* Apparently MSVC doesn't support thread-safe static local initialization. Rol...Owen Anderson2010-10-14
* add uadd_ov/usub_ov to apint, consolidate constant foldingChris Lattner2010-10-14
* missed a line :(Chris Lattner2010-10-13
* constify these methods.Chris Lattner2010-10-13
* add a few operations for signed operations that also Chris Lattner2010-10-13
* Conversely, Analysis-implementations do NOT need to initialize the AnalysisGr...Owen Anderson2010-10-13
* Analysis groups need to initialize their default implementations.Owen Anderson2010-10-13
* Take advantage of C++'s thread-safe static local initialization to simplify t...Owen Anderson2010-10-13
* Remove noisy semicolon.Benjamin Kramer2010-10-13
* Add Region::isTopLevelRegion().Tobias Grosser2010-10-13
* RegionInfo: Update RegionInfo after a BB was split.Tobias Grosser2010-10-13
* RegioInfo: Add getExpandedRegion().Tobias Grosser2010-10-13
* RegionInfo: Allow to update exit and entry of a region.Tobias Grosser2010-10-13
* RegionInfo: Enhance addSubregion.Tobias Grosser2010-10-13
* RegionInfo: Allow to set the parent region of a basic block.Tobias Grosser2010-10-13
* Fix PR8313 by changing ValueToValueMap use a TrackingVH.Rafael Espindola2010-10-13
* Be more consistent in using ValueToValueMapTy.Rafael Espindola2010-10-13
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* Comment grammar tweakage.Jim Grosbach2010-10-12
* Initial va_arg support for x86-64. Patch by David Meyer!Dan Gohman2010-10-12
* Constify.Dan Gohman2010-10-12
* Use SmallVectorImpl in a bunch of places.Dan Gohman2010-10-12
* Second set of ARM/MC/ELF changes.Jason W Kim2010-10-11
* Clang's #include handling apparently doesn't work for libstdc++'sDan Gohman2010-10-11
* System: Add SwapByteOrder and update Support/MathExtras.h to use it.Michael J. Spencer2010-10-11
* Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it."Michael J. Spencer2010-10-11
* System: Add SwapByteOrder and update Support/MathExtras.h to use it.Michael J. Spencer2010-10-11
* remove dead prototype, PR8351Chris Lattner2010-10-11
* tweak comment.Chris Lattner2010-10-11
* Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner2010-10-11
* Now using a variant of the existing inlining heuristics to decide whether to ...Kenneth Uildriks2010-10-09
* Allow << streaming of MCOperand.Jim Grosbach2010-10-08
* Start separating out code metrics into code size metrics and code performance...Kenneth Uildriks2010-10-08
* MC-COFF: Fix Simple and Complex type. Fixes PR8320.Michael J. Spencer2010-10-08
* Fix Whitespace.Michael J. Spencer2010-10-08
* After splitting, the remaining LiveInterval may be fragmented into multipleJakob Stoklund Olesen2010-10-07
* Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.Devang Patel2010-10-07
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Provie a clearner interface so that FE can decide whether a function has prot...Devang Patel2010-10-07
* Add output stream operator for MCInst.Jim Grosbach2010-10-07
* Move tool_output_file into its own file.Dan Gohman2010-10-07
* Add initialization routines for Instrumentation.Owen Anderson2010-10-07
* Add initialization routines to InstCombine.Owen Anderson2010-10-07
* Add initialization routines for VMCore.Owen Anderson2010-10-07
* Add initialization routines for Target.Owen Anderson2010-10-07
* Add initialization routines for CodeGen.Owen Anderson2010-10-07