aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-292-5/+5
* Update the CMake files.Bill Wendling2012-06-291-0/+1
* The DIBuilder class is just a wrapper around debug info creationBill Wendling2012-06-291-0/+1018
* make the verifier accept @llvm.donothing as the only intrinsic that can be in...Nuno Lopes2012-06-281-2/+4
* Devirtualize DIScope and subclasses.Benjamin Kramer2012-06-281-26/+0
* Refactor operation equivalence checking in BBVectorize by extending Instructi...Hal Finkel2012-06-281-5/+16
* Only print out the tag if it's there.Bill Wendling2012-06-281-1/+2
* Don't output an empty string.Bill Wendling2012-06-281-2/+3
* Use the interface through DIDescriptor to get the tag/version for a debug infoBill Wendling2012-06-281-9/+11
* Fix cmake failure from moving files around.Bill Wendling2012-06-281-0/+1
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-0/+1182
* improve optimization of invoke instructions:Nuno Lopes2012-06-251-1/+2
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-241-0/+2
* VMCore/CMakeLists.txt: [CMake][MSVC] Add "/Og-" to Function.cpp on msvc10. Ot...NAKAMURA Takumi2012-06-241-0/+9
* Clean-up after r159077.Hans Wennborg2012-06-231-46/+1
* Extend the IL for selecting TLS models (PR9788)Hans Wennborg2012-06-234-6/+71
* Fixed r158979.Stepan Dyatkovskiy2012-06-221-3/+17
* Revert commit 158979 (dyatkovskiy) since it is causing several buildbots toDuncan Sands2012-06-221-11/+2
* Performance optimizations:Stepan Dyatkovskiy2012-06-221-2/+11
* revert r158660, since Chris has some issues with this patch (namely using cod...Nuno Lopes2012-06-182-38/+0
* add the 'alloc' metadata node to represent the size of offset of buffers poin...Nuno Lopes2012-06-182-0/+38
* Move the Metadata merging methods from GVN and make them public in MDNode.Hal Finkel2012-06-161-0/+150
* When linearizing a multiplication, return at once if we see a factor of zero,Duncan Sands2012-06-131-2/+23
* Fix intrinsics for XOP frczss/sd instructions. These instructions only take o...Craig Topper2012-06-131-1/+22
* Now that Reassociate's LinearizeExprTree can look through arbitrary expressionDuncan Sands2012-06-122-0/+43
* Add AutoUpgrade support for the SSE4 ptest intrinsics.Nadav Rotem2012-06-101-6/+59
* Replace XOP vpcom intrinsics with fewer intrinsics that take the immediate as...Craig Topper2012-06-091-1/+47
* Simplify the fma4 renaming code.Craig Topper2012-06-031-71/+3
* Autoupgrade support the rename of x86.fma4 intrinsics to x86.fma from r157898.Craig Topper2012-06-031-0/+74
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* PR1255: case ranges.Stepan Dyatkovskiy2012-06-021-2/+2
* Use dominates(Instruction, Use) in the verifier.Rafael Espindola2012-06-011-46/+2
* PR1255: case ranges.Stepan Dyatkovskiy2012-06-011-2/+2
* Fix typos noticed by Benjamin Kramer.Rafael Espindola2012-05-311-10/+29
* Require intervals in the range metadata to be in a canonical form: They mustRafael Espindola2012-05-311-2/+16
* ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...Stepan Dyatkovskiy2012-05-292-13/+13
* PR1255: Case RangesStepan Dyatkovskiy2012-05-282-3/+7
* switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.Chris Lattner2012-05-281-15/+14
* simplify code.Chris Lattner2012-05-281-3/+2
* Reimplement the intrinsic verifier to use the same table as Intrinsic::getDef...Chris Lattner2012-05-271-265/+106
* move some code around so that Verifier.cpp can get access to the intrinsic in...Chris Lattner2012-05-271-46/+182
* enhance the intrinsic info table to encode what *kind* of Any argumentChris Lattner2012-05-271-1/+1
* Add half support to LLVM (for OpenCL)Tobias Grosser2012-05-241-9/+16
* Fixed typo in r156905.Patrik Hägglund2012-05-231-2/+2
* small refinement to r157218 to save a tiny amount of table size in the commonChris Lattner2012-05-231-1/+3
* revert my previous patches that introduced an additional parameter to the obj...Nuno Lopes2012-05-221-25/+1
* Added address space qualifier to intrinsic PointerType arguments.Pete Cooper2012-05-211-2/+5
* PR1255 (case ranges: work with ConstantRangesSet instead of ConstantInt) rela...Stepan Dyatkovskiy2012-05-211-6/+20
* Move CallbackVHs dtor inline, it can be devirtualized in many cases. Move the...Benjamin Kramer2012-05-191-3/+6
* enhance the intrinsic info stuff to emit encodings that don't fit in 32-bits ...Chris Lattner2012-05-171-17/+20