summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
* Move the "findUsedStructTypes" functionality outside of the Module class.Bill Wendling2012-08-03
* Add support for v16i32/v16i64 into the code generator. This is required for b...Micah Villmow2012-07-26
* Fix a dangling StringRef bug in the auto upgrader. In one case, we resetChandler Carruth2012-07-20
* Pull the simple parts of DenseMapInfo<DebugLoc> inline and prune includes.Benjamin Kramer2012-07-19
* Remove tabs.Bill Wendling2012-07-19
* Adding some debug information to PassManagerVictor Oliveira2012-07-18
* More replacing of target-dependent intrinsics with target-indepdent Joel Jones2012-07-18
* MSVC's implementation of isalnum will assert on characters > 255, so we need ...Aaron Ballman2012-07-16
* This is one of the first steps at moving to replace target-dependent Joel Jones2012-07-13
* Fixed few warnings; trimmed empty lines.Galina Kistanova2012-07-13
* Use the DebugInfo wrappers instead of mucking about with the MDNode directly.Bill Wendling2012-07-07
* Print the name last.Bill Wendling2012-07-06
* Check if it's a scope last, because several things are scopes.Bill Wendling2012-07-06
* Add a print method to the ObjC property object.Bill Wendling2012-07-06
* Remove trailing comma in array initialization list.Bill Wendling2012-07-06
* Remove unnecessary 'llvm::'.Bill Wendling2012-07-06
* Remove unnecessary 'llvm::'.Bill Wendling2012-07-06
* Untabify and move a function near similar functions dealing with structEric Christopher2012-07-06
* PHINode::hasConstantValue(): return undef if the PHI is fully recursive.Nuno Lopes2012-07-03
* Use the DebugInfo's 'print()' method to emit the comments.Bill Wendling2012-07-03
* improve PHINode::hasConstantValue() to detect recursive cases like %phi = phi...Nuno Lopes2012-07-03
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-29
* Update the CMake files.Bill Wendling2012-06-29
* The DIBuilder class is just a wrapper around debug info creationBill Wendling2012-06-29
* make the verifier accept @llvm.donothing as the only intrinsic that can be in...Nuno Lopes2012-06-28
* Devirtualize DIScope and subclasses.Benjamin Kramer2012-06-28
* Refactor operation equivalence checking in BBVectorize by extending Instructi...Hal Finkel2012-06-28
* Only print out the tag if it's there.Bill Wendling2012-06-28
* Don't output an empty string.Bill Wendling2012-06-28
* Use the interface through DIDescriptor to get the tag/version for a debug infoBill Wendling2012-06-28
* Fix cmake failure from moving files around.Bill Wendling2012-06-28
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* improve optimization of invoke instructions:Nuno Lopes2012-06-25
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-24
* VMCore/CMakeLists.txt: [CMake][MSVC] Add "/Og-" to Function.cpp on msvc10. Ot...NAKAMURA Takumi2012-06-24
* Clean-up after r159077.Hans Wennborg2012-06-23
* Extend the IL for selecting TLS models (PR9788)Hans Wennborg2012-06-23
* Fixed r158979.Stepan Dyatkovskiy2012-06-22
* Revert commit 158979 (dyatkovskiy) since it is causing several buildbots toDuncan Sands2012-06-22
* Performance optimizations:Stepan Dyatkovskiy2012-06-22
* revert r158660, since Chris has some issues with this patch (namely using cod...Nuno Lopes2012-06-18
* add the 'alloc' metadata node to represent the size of offset of buffers poin...Nuno Lopes2012-06-18
* Move the Metadata merging methods from GVN and make them public in MDNode.Hal Finkel2012-06-16
* When linearizing a multiplication, return at once if we see a factor of zero,Duncan Sands2012-06-13
* Fix intrinsics for XOP frczss/sd instructions. These instructions only take o...Craig Topper2012-06-13
* Now that Reassociate's LinearizeExprTree can look through arbitrary expressionDuncan Sands2012-06-12
* Add AutoUpgrade support for the SSE4 ptest intrinsics.Nadav Rotem2012-06-10
* Replace XOP vpcom intrinsics with fewer intrinsics that take the immediate as...Craig Topper2012-06-09
* Simplify the fma4 renaming code.Craig Topper2012-06-03
* Autoupgrade support the rename of x86.fma4 intrinsics to x86.fma from r157898.Craig Topper2012-06-03