aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-05[msan] Initialize callbacks in runOnFunction as opposed to doInitialization.Evgeniy Stepanov
2012-12-05[msan] Change linkage type of __msan_track_origins.Evgeniy Stepanov
2012-12-05Simplified BLEND pattern matching for shuffles.Elena Demikhovsky
2012-12-05RegisterPressure API. Add support for physical register units.Andrew Trick
2012-12-05Added RegisterPressureTracker::dump() for debugging.Andrew Trick
2012-12-05Comment formatting.Andrew Trick
2012-12-05docs: Explain plain preformatted textSean Silva
2012-12-05fix a typoShuxin Yang
2012-12-05Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer
2012-12-05docs: Sphinxify `docs/tutorial/`Sean Silva
2012-12-05Add x86 isel lowering logic to form bit test with inverted condition. e.g.Evan Cheng
2012-12-04Appease GCC's -Wparentheses.Matt Beaumont-Gay
2012-12-04Split up the ParseOptionalAttrs method into three different methods for eachBill Wendling
2012-12-04LoopVectorizer: Increase the number of pointers that can be tested at runtime...Nadav Rotem
2012-12-04Enable if-conversion during vectorization.Nadav Rotem
2012-12-04ARM custom lower ctpop for vector types. Patch by Pete Couperus.Evan Cheng
2012-12-04Fix a bug in vectorization of if-converted reduction variables. If theNadav Rotem
2012-12-04Speed up the AllocationOrder class a bit.Jakob Stoklund Olesen
2012-12-04 For rdar://12329730, last piece.Shuxin Yang
2012-12-04Comment change made in r169304 as requested by Eric Christopher.David Blaikie
2012-12-04Define store instructions with base+register offset addressing modeJyotsna Verma
2012-12-04Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling
2012-12-04docs: Begin Sphinxification of docs/tutorial/Sean Silva
2012-12-04docs: fixup legacy HTML linkSean Silva
2012-12-04Reapply r160148 (reverted in r163570) fixing spurious breakpoints in modern GDBDavid Blaikie
2012-12-04Remove a URL from codeEli Bendersky
2012-12-04Make NaCl naming consistent. The triple OSType is called NaCl and is representedEli Bendersky
2012-12-04Add support for reduction variables when IF-conversion is enabled. Nadav Rotem
2012-12-04Add patterns to define 'combine', 'tstbit', 'ct0/cl0' (count trailing/leading...Jyotsna Verma
2012-12-04Add constant extender support to ALU32 instructions for V2.Jyotsna Verma
2012-12-04A test in thid directory was not being run because lit.local.cfg didn'tEli Bendersky
2012-12-04Fix comment typo.Duncan Sands
2012-12-04This patch introduces initial-exec model support for thread-local storageBill Schmidt
2012-12-04Update release notes for NVPTXJustin Holewinski
2012-12-04Get rid of references to Tcl, DejagGNU, old test structure, discourage the useEli Bendersky
2012-12-04Remove the very out-of-date listing of "very important LLVM areas". I don'tEli Bendersky
2012-12-04Improve MSan tests.Evgeniy Stepanov
2012-12-04KillTheDoctor.cpp: Restore Win32 SDK headers before r169251.NAKAMURA Takumi
2012-12-04Clean up the sample include orderings, not that it really matters...Chandler Carruth
2012-12-04Sort the #include lines for tools/...Chandler Carruth
2012-12-04Sort the #include lines for utils/...Chandler Carruth
2012-12-04Sort the #include lines for unittest/...Chandler Carruth
2012-12-04Sort the #include lines of the examples/... tree.Chandler Carruth
2012-12-04Teach the include sorter to quickly skip files with an extension thatChandler Carruth
2012-12-04Teach the include sorter to skip files under test trees and under INPUTSChandler Carruth
2012-12-04Teach the include sorting script about the gtest headers; sort them withChandler Carruth
2012-12-04VMCoreTests/PassManagerTest.cpp: Appease msvc not to do "using llvm::Pass" in...NAKAMURA Takumi
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2012-12-04Give scalar if-converted blocks half the score because they are not always ex...Nadav Rotem
2012-12-04Address review comments from Matt on the sort_includes.py script.Chandler Carruth