summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
* Add missing include of <new>Douglas Gregor2012-03-26
* Remove always true variable.Rafael Espindola2012-03-24
* First part of PR12251. Add documentation and verifier support for the rangeRafael Espindola2012-03-24
* Fix up cmake build.Eric Christopher2012-03-23
* Take out the debug info probe stuff. It's making some changes toEric Christopher2012-03-23
* add load/store volatility control to the C API, patch by Yiannis Tsiouris!Chris Lattner2012-03-22
* Extend the inline cost calculation to account for bonuses due toChandler Carruth2012-03-14
* llvm::SwitchInstStepan Dyatkovskiy2012-03-11
* Refactor some methods to look through bitcasts and GEPs on pointers intoChandler Carruth2012-03-10
* Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy2012-03-08
* Switch this code to use hash_combine_range rather than incremental callsChandler Carruth2012-03-07
* Cache the sized-ness of struct types, once we reach the steady state ofChandler Carruth2012-03-07
* Change ConstantAggrUniqueMap to use Chandler's new hashingJay Foad2012-03-06
* Replace the hashing functions on APInt and APFloat with overloads of theChandler Carruth2012-03-04
* Rewrite LLVM's generalized support library for hashing to follow the APIChandler Carruth2012-03-01
* Emit the "is an intrinsic overloaded" table as a bitfield.Benjamin Kramer2012-03-01
* Use the DT dominates function in the verifier.Rafael Espindola2012-02-26
* Change the implementation of dominates(inst, inst) to one based on what theRafael Espindola2012-02-26
* Don't call dominates on unreachable instructions.Rafael Espindola2012-02-26
* Remove spurious emacs mode marker.Nick Lewycky2012-02-25
* Reinstate r151049 now that GeneralHash is fixed.Jay Foad2012-02-23
* Remove extra semi-colons.Chad Rosier2012-02-22
* Revert r151049 cos it broke the buildbots.Jay Foad2012-02-21
* PR1210: make uniquing of struct and function types more efficient byJay Foad2012-02-21
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-19
* White space fixes.Rafael Espindola2012-02-18
* s/ModAttrBehavior/ModFlagBehavior/g to be consistent with how module flags ar...Bill Wendling2012-02-16
* VMCore/AsmWriter.cpp: Tweak to check #INF and #NAN earlier.NAKAMURA Takumi2012-02-16
* VMCore/AsmWriter.cpp: Use APFloat instead of atof(3).NAKAMURA Takumi2012-02-16
* Use the enum instead of 'unsigned'.Bill Wendling2012-02-15
* Add a module flags accessor method which returns the flags in a vector.Bill Wendling2012-02-15
* Add a way to replace a field inside a metadata node. This can beEric Christopher2012-02-15
* Added TargetPassConfig::disablePass/substitutePass as a general mechanism to ...Andrew Trick2012-02-15
* [WIP] Initial code for module flags.Bill Wendling2012-02-11
* Added Pass::createPass(ID) to handle pass configuration by IDAndrew Trick2012-02-08
* Cache the sizes of vectors instead of calculating them all over the place.Bill Wendling2012-02-07
* Reserve space in these vectors to prevent having to grow the array tooBill Wendling2012-02-07
* Remove some dead code and tidy things up now that vectors use ConstantDataVectorChris Lattner2012-02-06
* [unwind removal] Remove all of the code for the dead 'unwind' instruction. ThereBill Wendling2012-02-06
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Efficient Constant Uniquing.Talin2012-02-05
* reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner2012-02-05
* Update llvm debug version to support new structure and tag for Objective-C pr...Devang Patel2012-02-04
* Simplify some GEP checks in the verifier.Duncan Sands2012-02-03
* Add auto upgrade support for x86 pcmpgt/pcmpeq intrinics removed in r149367.Craig Topper2012-02-03
* whitespaceAndrew Trick2012-02-03
* SwitchInst refactoring.Stepan Dyatkovskiy2012-02-01
* Add pass printer passes in the right place.Andrew Trick2012-02-01
* Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis2012-02-01
* eliminate the "string" form of ConstantArray::get, usingChris Lattner2012-01-31