aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* Fixes following the CR by Chris and Duncan:Nadav Rotem2011-08-291-8/+11
* Dump with dbgs() instead of printf.Benjamin Kramer2011-08-291-5/+4
* Make GCC happy by adding parens.Benjamin Kramer2011-08-291-2/+2
* Reapply r138695. Fix PassManager stack depths.Andrew Trick2011-08-291-15/+25
* Reverting r138695 to see if it fixes clang self host.Andrew Trick2011-08-271-25/+15
* Only delete instructions once.Bill Wendling2011-08-271-5/+6
* Fix PassManager stack depths.Andrew Trick2011-08-271-15/+25
* Initial check in that will auto-upgrade the old EH scheme to the new EH scheme.Bill Wendling2011-08-251-0/+201
* Implement Constant::isAllOnesValue(). Fix ConstantFolding to use the new api.Nadav Rotem2011-08-241-3/+21
* Add some useful accessors to c++ api that appear to be missing from the c apiNate Begeman2011-08-231-0/+14
* Revert "Address Duncan's CR request:"Eric Christopher2011-08-231-21/+3
* Address Duncan's CR request:Nadav Rotem2011-08-231-3/+21
* Rip out the old StructType APIs as warned about on llvmdev last week.Chris Lattner2011-08-181-38/+0
* Revert r137655. There is some question about whether the 'landingpad'Bill Wendling2011-08-171-2/+0
* The resume instruction may throw. Return 'true' in this case.Bill Wendling2011-08-161-1/+1
* Add getFirstInsertionPt() method.Bill Wendling2011-08-161-0/+6
* Duncan pointed out that the LandingPadInst might read memory. (It might alsoBill Wendling2011-08-151-0/+2
* Fix predicates methods on Instruction to handle atomic load/store correctly.Eli Friedman2011-08-151-7/+15
* Remove the last improper use of getGlobalContext() from LLVM.Nick Lewycky2011-08-131-18/+1
* Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman2011-08-121-10/+12
* Initial commit of the 'landingpad' instruction.Bill Wendling2011-08-126-10/+192
* add ifdef's to let people easily remove these dead api for testing.Chris Lattner2011-08-121-8/+10
* switch to the new struct apis.Chris Lattner2011-08-122-4/+4
* forward to the correct constructor.Chris Lattner2011-08-121-3/+2
* add two missing function implsChris Lattner2011-08-121-0/+11
* add new accessors to reflect new terminology in struct types.Chris Lattner2011-08-121-2/+44
* Whitespace.Eli Friedman2011-08-101-1/+1
* VMCore/BasicBlock.cpp: Don't assume BasicBlock::iterator might end with a non...NAKAMURA Takumi2011-08-091-2/+6
* Fix whitespace.NAKAMURA Takumi2011-08-091-4/+4
* Representation of 'atomic load' and 'atomic store' in IR.Eli Friedman2011-08-093-22/+126
* Indicate that there are changes if runOfFunction returns saying that there are.Bill Wendling2011-08-081-1/+1
* Remove unnecessary space.Bill Wendling2011-08-081-1/+1
* strengthen up an assertion: you can't create a constant structChris Lattner2011-08-071-2/+2
* fix PR10286, a problem with the .ll printer handling block addresses that are...Chris Lattner2011-08-031-11/+20
* Remove the LLVMBuildUnwind C API function.Bill Wendling2011-08-021-4/+0
* Add braces.Jay Foad2011-08-011-1/+2
* Simplify printAlias.Jay Foad2011-08-011-21/+2
* Micro-optimisation in getAliasedGlobal.Jay Foad2011-08-011-1/+1
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-313-0/+44
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-305-233/+13
* have the verifier catch gep's into opaque struct types. PR10473Chris Lattner2011-07-291-0/+4
* Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to beEli Friedman2011-07-291-2/+24
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+2
* LangRef and basic memory-representation/reading/writing for 'cmpxchg' andEli Friedman2011-07-284-0/+174
* The personality function should be a Function* and not just a Value*.Bill Wendling2011-07-282-3/+4
* Don't add in the asked for size so that we don't copy too much from the old t...Bill Wendling2011-07-281-3/+3
* Make sure that the landingpad instruction takes a Constant* as the clause's v...Bill Wendling2011-07-282-3/+3
* Add a couple of convenience functions:Bill Wendling2011-07-281-0/+17
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-275-13/+215
* Misc mid-level changes for new 'fence' instruction.Eli Friedman2011-07-271-0/+9