summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Added a option to the disassembler to print immediates as hex.Kevin Enderby2012-12-05
* - Added calls to doInitialization/doFinalization to immutable passesPedro Artigas2012-12-05
* [msan] Instrument bswap intrinsic.Evgeniy Stepanov2012-12-05
* [msan] Initialize callbacks in runOnFunction as opposed to doInitialization.Evgeniy Stepanov2012-12-05
* [msan] Change linkage type of __msan_track_origins.Evgeniy Stepanov2012-12-05
* Simplified BLEND pattern matching for shuffles.Elena Demikhovsky2012-12-05
* RegisterPressure API. Add support for physical register units.Andrew Trick2012-12-05
* Added RegisterPressureTracker::dump() for debugging.Andrew Trick2012-12-05
* Comment formatting.Andrew Trick2012-12-05
* docs: Explain plain preformatted textSean Silva2012-12-05
* fix a typoShuxin Yang2012-12-05
* Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer2012-12-05
* docs: Sphinxify `docs/tutorial/`Sean Silva2012-12-05
* Add x86 isel lowering logic to form bit test with inverted condition. e.g.Evan Cheng2012-12-05
* Appease GCC's -Wparentheses.Matt Beaumont-Gay2012-12-04
* Split up the ParseOptionalAttrs method into three different methods for eachBill Wendling2012-12-04
* LoopVectorizer: Increase the number of pointers that can be tested at runtime...Nadav Rotem2012-12-04
* Enable if-conversion during vectorization.Nadav Rotem2012-12-04
* ARM custom lower ctpop for vector types. Patch by Pete Couperus.Evan Cheng2012-12-04
* Fix a bug in vectorization of if-converted reduction variables. If theNadav Rotem2012-12-04
* Speed up the AllocationOrder class a bit.Jakob Stoklund Olesen2012-12-04
* For rdar://12329730, last piece.Shuxin Yang2012-12-04
* Comment change made in r169304 as requested by Eric Christopher.David Blaikie2012-12-04
* Define store instructions with base+register offset addressing modeJyotsna Verma2012-12-04
* Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling2012-12-04
* docs: Begin Sphinxification of docs/tutorial/Sean Silva2012-12-04
* docs: fixup legacy HTML linkSean Silva2012-12-04
* Reapply r160148 (reverted in r163570) fixing spurious breakpoints in modern GDBDavid Blaikie2012-12-04
* Remove a URL from codeEli Bendersky2012-12-04
* Make NaCl naming consistent. The triple OSType is called NaCl and is representedEli Bendersky2012-12-04
* Add support for reduction variables when IF-conversion is enabled. Nadav Rotem2012-12-04
* Add patterns to define 'combine', 'tstbit', 'ct0/cl0' (count trailing/leading...Jyotsna Verma2012-12-04
* Add constant extender support to ALU32 instructions for V2.Jyotsna Verma2012-12-04
* A test in thid directory was not being run because lit.local.cfg didn'tEli Bendersky2012-12-04
* Fix comment typo.Duncan Sands2012-12-04
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-04
* Update release notes for NVPTXJustin Holewinski2012-12-04
* Get rid of references to Tcl, DejagGNU, old test structure, discourage the useEli Bendersky2012-12-04
* Remove the very out-of-date listing of "very important LLVM areas". I don'tEli Bendersky2012-12-04
* Improve MSan tests.Evgeniy Stepanov2012-12-04
* KillTheDoctor.cpp: Restore Win32 SDK headers before r169251.NAKAMURA Takumi2012-12-04
* Clean up the sample include orderings, not that it really matters...Chandler Carruth2012-12-04
* Sort the #include lines for tools/...Chandler Carruth2012-12-04
* Sort the #include lines for utils/...Chandler Carruth2012-12-04
* Sort the #include lines for unittest/...Chandler Carruth2012-12-04
* Sort the #include lines of the examples/... tree.Chandler Carruth2012-12-04
* Teach the include sorter to quickly skip files with an extension thatChandler Carruth2012-12-04
* Teach the include sorter to skip files under test trees and under INPUTSChandler Carruth2012-12-04
* Teach the include sorting script about the gtest headers; sort them withChandler Carruth2012-12-04
* VMCoreTests/PassManagerTest.cpp: Appease msvc not to do "using llvm::Pass" in...NAKAMURA Takumi2012-12-04