summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
* rework the remaining autoupgrade logic to use a StringRef instead of creating aChris Lattner2011-06-18
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-18
* Fix typo in comment.Jay Foad2011-06-17
* change Type.h to forward declare ArrayRef instead of #including it.Chris Lattner2011-06-16
* prune #includes.Chris Lattner2011-06-16
* move the address space into the subclass data field, saving a word on Pointer...Chris Lattner2011-06-16
* tidy up some comments, store the 'isvararg' bit for FunctionType inChris Lattner2011-06-16
* remove Type::getVAArgsPromotedType, which is dead, and tidy up a bit.Chris Lattner2011-06-16
* Add a new function attribute, nonlazybind, which inhibits lazy-loadingJohn McCall2011-06-15
* Teach the .ll parser to handle named metadata with non-simple names.Nick Lewycky2011-06-15
* Add one more argument to the prefetch intrinsic to indicate whether it's a dataBruno Cardoso Lopes2011-06-14
* Another possible bug. Stopgap until we can autogenerate tables andEric Christopher2011-06-03
* Fix an off by one error.Eric Christopher2011-06-03
* Basic PassManager diagnostics.Andrew Trick2011-06-03
* whitespaceAndrew Trick2011-06-03
* Add a new parse hint for multi-letter constraints in inline asm.Eric Christopher2011-06-02
* Add a minor missing -verify check. Found by inspection.Eli Friedman2011-05-31
* CRC32 intrinsics were renamed at revision 132163. This submissionChad Rosier2011-05-27
* Renamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn't exist. Chad Rosier2011-05-26
* Replace the -unwind-tables option with a per function flag. This is moreRafael Espindola2011-05-25
* Clear list of instructions without DebugLoc.Devang Patel2011-05-23
* add a helper method to get the byval alignment of an argument.Chris Lattner2011-05-22
* remove StandardPasses, it has been replaced with PassManagerBuilderChris Lattner2011-05-22
* Add CreateLifetimeStart and CreateLifetimeEnd to the IRBuilder, with plans toNick Lewycky2011-05-21
* Remove noisy semicolons.Benjamin Kramer2011-05-20
* Shuffle StandardPasses.cpp into VMCore; add it to CMake.Eli Friedman2011-05-18
* Use IRBuiler while constant folding terminator.Devang Patel2011-05-18
* Now that SrcBits and DestBits always represent the primitive size, ratherDuncan Sands2011-05-18
* Tighten up checking of the validity of casts. (1) The IR parser wouldDuncan Sands2011-05-18
* Teach getCastOpcode about element-by-element vector casts. For example, "trunc"Duncan Sands2011-05-18
* Don't do tail calls in a function that call setjmp. The stack might beRafael Espindola2011-05-16
* Make codegen able to handle values of empty types. This is one wayRafael Espindola2011-05-13
* Fix cmake again.Rafael Espindola2011-05-10
* Remove empty file.Nick Lewycky2011-05-10
* Fix cmake build.Rafael Espindola2011-05-10
* Revert r131155 for now. It makes VMCore depend on Analysis and TransformsNick Lewycky2011-05-10
* Add support for plugins add passes to the default set of passes. The standar...David Chisnall2011-05-10
* In debug output, clearly list new instructions without DebugLoc.Devang Patel2011-05-05
* Replace the "movnt" intrinsics with a native store + nontemporal metadata bit.Bill Wendling2011-05-03
* Print new instructions without DebugLoc.Devang Patel2011-04-29
* Coalesce some DEBUGs (moving an only-used-in-DEBUG variable's declaration int...Matt Beaumont-Gay2011-04-28
* Beautify debug info probe output.Devang Patel2011-04-28
* Add command line option to print debug info in human readable form as comment...Devang Patel2011-04-28
* Another example of a static table that wasn't marked static.Duncan Sands2011-04-26
* mark a large static table static. Pointed out by Michael Ilseman!Chris Lattner2011-04-25
* Fix an assert to check exactly what it says.Jay Foad2011-04-24
* Remove unused STL header includes.Jay Foad2011-04-23
* PR9214: Convert Metadata API to use ArrayRef.Jay Foad2011-04-21
* Structs have elements not parameters. I'm surprised this ever compiled...Nick Lewycky2011-04-20
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15