aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* Add a CodeGenOpt::Less level to match -O1. It'll be used by clients which do ...Evan Cheng2009-10-161-3/+4
* Strip trailing white space.Duncan Sands2009-10-161-10/+10
* Add half precision floating point support (float16) to APFloat,Chris Lattner2009-10-161-0/+3
* add haiku support, patch by Paul Davey!Chris Lattner2009-10-161-1/+2
* Minor formatting tweaks.Daniel Dunbar2009-10-161-3/+1
* MC: Switch assembler API to using MCExpr instead of MCValue.Daniel Dunbar2009-10-161-15/+13
* MC: Remove unneeded context argument to MCExpr::Evaluate*.Daniel Dunbar2009-10-161-2/+2
* MC: Move assembler variable values from MCContext to MCSymbol.Daniel Dunbar2009-10-162-30/+28
* MC: Switch MCContext value table to storing MCExprs.Daniel Dunbar2009-10-161-11/+19
* Fix bug where array malloc with unexpected computation of the size argument r...Victor Hernandez2009-10-151-9/+8
* Move Blackfin intrinsics into the Target/Blackfin directory.Jakob Stoklund Olesen2009-10-152-35/+0
* Clean up TargetIntrinsicInfo API. Add pure virtual methods.Jakob Stoklund Olesen2009-10-151-24/+10
* One more iteration here and a yet better way to solve it.Eric Christopher2009-10-141-14/+13
* Fix the unused argument problem here a different way - cast to void.Eric Christopher2009-10-141-1/+3
* Delete bogus semicolons.Dan Gohman2009-10-144-6/+6
* Remove a bunch of unused arguments from functions, silencing aEric Christopher2009-10-148-15/+14
* Add copyMD to copy metadata from one instruction to another instruction.Devang Patel2009-10-141-0/+4
* I don't see any point in having both eh.selector.i32 and eh.selector.i64,Duncan Sands2009-10-142-10/+6
* Undo pthread patch from rev. 83930 & 83823. Credit to Paul Davey.Edward O'Callaghan2009-10-141-3/+3
* Fix resetCachedCostInfo to reset all of the cost information, instead ofDan Gohman2009-10-131-1/+1
* s/DebugLoc.CompileUnit/DebugLoc.Scope/gDevang Patel2009-10-131-12/+12
* Add is_same type traitDouglas Gregor2009-10-131-0/+11
* Introduce new convenience methods for sign extending orDuncan Sands2009-10-131-0/+8
* Add an "msasm" flag to inline asm as suggested in PR 5125.Dale Johannesen2009-10-131-2/+6
* Split code not specific to Function inlining out into a separate class,Dan Gohman2009-10-131-36/+44
* Provide a mode for ImmutableMap/ImmutableSet to not automatically canonicaliz...Ted Kremenek2009-10-132-12/+20
* Move the InlineCost code from Transforms/Utils to Analysis.Dan Gohman2009-10-132-3/+3
* Start refactoring the inline cost estimation code so that it can be usedDan Gohman2009-10-131-8/+16
* Make the ExecutionEngine automatically remove global mappings on when theirJeffrey Yasskin2009-10-131-21/+44
* Copy metadata when value is RAUW'd. It is debatable whether this is the right...Devang Patel2009-10-131-0/+1
* The eh.exception intrinsic only reads from memory, it doesn'tDuncan Sands2009-10-131-1/+1
* Add new "memory use marker" intrinsics. These indicate lifetimes and invariantNick Lewycky2009-10-131-0/+16
* remove dead header.Chris Lattner2009-10-131-40/+0
* Add a ceilLogBase2 function to APInt.Dan Gohman2009-10-131-0/+5
* Regenerate configure for rev. 83823 putback.Edward O'Callaghan2009-10-131-3/+3
* Enable "debug info attached to an instruction" mode.Devang Patel2009-10-122-0/+4
* Revert the kludge in 76703. I got a cleanDale Johannesen2009-10-121-6/+0
* Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on theJeffrey Yasskin2009-10-121-2/+7
* Delete some obsolete declarations.Dan Gohman2009-10-121-15/+0
* Fix LLVM CMake build system so that it may now work on Solaris and AuroraUX.Edward O'Callaghan2009-10-121-2/+2
* Fix typo.Nick Lewycky2009-10-111-1/+1
* Fix typo.Nick Lewycky2009-10-111-1/+1
* add a helper for matching "1".Chris Lattner2009-10-111-0/+12
* there is no need to run mem2reg after jump threading at LTO time now.Chris Lattner2009-10-111-3/+1
* fix a bunch of bad formatting, delete the dead Chris Lattner2009-10-111-61/+59
* add a simple helper method.Chris Lattner2009-10-101-0/+4
* add ability for clients of SSAUpdater to find out about theChris Lattner2009-10-101-1/+10
* add the ability to get a rewritten value from the middle of a block,Chris Lattner2009-10-101-3/+27
* rename GetValueInBlock -> GetValueAtEndOfBlock to better reflect Chris Lattner2009-10-101-4/+4
* Implement an efficient and fully general SSA update mechanism that Chris Lattner2009-10-101-0/+71