aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-155-52/+51
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-155-51/+52
* Move a bunch of methods from CallSite to CallSiteBase, so that they canDan Gohman2010-04-141-77/+0
* Enable RTTI again. While this works fine for LLVM, it creates an ABINick Lewycky2010-04-141-0/+1
* Turn off RTTI for VMCore. Yay!Nick Lewycky2010-04-141-1/+0
* Fix 80 column ruler.Nick Lewycky2010-04-141-1/+1
* VMCore: Add Type::getIntN[Ptr]Ty, which are the obvious generic forms ofDaniel Dunbar2010-04-131-0/+8
* Simplify this code.Dan Gohman2010-04-121-14/+14
* add attributes and module level asm to the ocaml bindings,Chris Lattner2010-04-101-0/+5
* Fix a typo and some indentation.Dan Gohman2010-04-091-2/+2
* Print empty structs as {} rather than { }.Dan Gohman2010-04-081-6/+10
* Fix a comment.Dan Gohman2010-04-081-1/+3
* Use twines to simplify calls to report_fatal_error. For code size and readabi...Benjamin Kramer2010-04-081-1/+1
* introduce a new recoverable error handling API to LLVMContextChris Lattner2010-04-071-0/+38
* Say bitcast instead of bitconvert.Dan Gohman2010-04-071-1/+1
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-072-2/+2
* minor tidying upChris Lattner2010-04-071-2/+1
* Use a ManagedCleanup to prevent leaking the PassRegistrar map. In breaks theOwen Anderson2010-04-061-6/+14
* give LLVMContext an inline asm diagnostic hook member.Chris Lattner2010-04-063-2/+22
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-041-0/+70
* Ok, third time's the charm. No changes from last time except the CMakeDavid Greene2010-04-023-5/+108
* Skip debug info when looking for existing EH calls at theDale Johannesen2010-04-021-0/+11
* rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h.Chris Lattner2010-04-023-16/+16
* Revert 100204. It broke a bunch of tests and apparently changed what passes a...Evan Cheng2010-04-023-108/+5
* Let's try this again. Re-apply 100143 including an apparent missingDavid Greene2010-04-023-5/+108
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-021-70/+0
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-021-0/+70
* Revert r100143.Eric Christopher2010-04-013-108/+5
* Add some switches helpful for debugging:David Greene2010-04-013-5/+108
* Introduce ImmutableCallSite, useful for contexts where no mutationGabor Greif2010-04-012-6/+1
* switch IRBuilder to use NewDebugLoc for locations insteadChris Lattner2010-04-011-3/+5
* Switch the representation of the location in instruction fromChris Lattner2010-04-012-8/+28
* fix a bug in DebugRecVH::deleted/allUsesReplacedWith. If an Chris Lattner2010-04-011-4/+7
* add a method to decode a DILocation into a NewDebugLoc.Chris Lattner2010-04-011-0/+15
* update cmakefile.Chris Lattner2010-04-011-0/+1
* Add a new "NewDebugLoc" class which will eventually replace DebugLoc,Chris Lattner2010-04-012-1/+314
* Bump SmallString size a bit to avoid malloc trashing.Benjamin Kramer2010-03-311-7/+3
* make irbuilder use the new optimized debug info accessors.Chris Lattner2010-03-311-13/+0
* add new apis for getting/setting !dbg metadata on Chris Lattner2010-03-311-0/+4
* Fix a major source of compile-time slowness at -O0 -g by optimizingChris Lattner2010-03-303-14/+43
* Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson2010-03-301-70/+0
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-301-0/+70
* move some method definitions to files that make sense.Chris Lattner2010-03-303-55/+54
* Remove the pmulld intrinsic and autoupdate it as a vector multiply.Eric Christopher2010-03-301-0/+17
* reapply my timer rewrite with a change for PassManager to store Chris Lattner2010-03-301-33/+21
* revert r99862 which is causing FNT failures.Chris Lattner2010-03-301-17/+31
* fairly major rewrite of various timing related stuff.Chris Lattner2010-03-301-31/+17
* add support for zero initialized unions, patch by Tim Northover!Chris Lattner2010-03-291-1/+3
* Oops, r98447 dropped the reference to ForwardType in the wrong place inJeffrey Yasskin2010-03-281-5/+5
* rename pred_const_iterator to const_pred_iterator for consistency's sakeGabor Greif2010-03-251-1/+1