summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Switch to a more idiomatic way of silencing unused variable warnings inChandler Carruth2012-02-20
* Move constructors out-of-line and flesh out their documentation. NoChandler Carruth2012-02-20
* Move EvaluateFunction and EvaluateBlock into a class, and make the class storeNick Lewycky2012-02-19
* Silence operator precedence warning.Benjamin Kramer2012-02-19
* autoconf/m4/visibility_inlines_hidden.m4: Tweak for cygwin-g++-4.5.3. It fold...NAKAMURA Takumi2012-02-19
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-19
* StringRef'ize EmitSourceFileHeader().Ahmed Charles2012-02-19
* Remove some unneeded includes and fix ordering in X86ISelLowering.cpp. Remove...Craig Topper2012-02-19
* Add machinery for pushing live ranges onto bundle starts while bundling.Lang Hames2012-02-19
* Simplify moveEnteringDownFrom rules.Lang Hames2012-02-19
* Unify all shuffle mask checking functions take a mask and VT instead of Vecto...Craig Topper2012-02-19
* Skip through instructions rather than operands when looking for last use slot.Lang Hames2012-02-19
* APFloat::toString(): Fix overrun at scanning.NAKAMURA Takumi2012-02-19
* Fix TODO and trailing whitespace.Lang Hames2012-02-19
* Defer sanity checks on live intervals until after all have been updated. Hold...Lang Hames2012-02-19
* Make a bunch of X86ISelLowering shuffle functions static now that they are no...Craig Topper2012-02-19
* comment fix ARM.hJia Liu2012-02-19
* some comment fix for X86 and ARMJia Liu2012-02-19
* Add vmfunc instruction to X86 assembler and disassembler.Craig Topper2012-02-19
* Fix issue with bitwise and precedence.Ahmed Charles2012-02-18
* Hashing.h - utilities for hashing various data types.Talin2012-02-18
* White space fixes.Rafael Espindola2012-02-18
* Temporarily disable this assert. Looks like it found a similar issue whenRafael Espindola2012-02-18
* Don't skip debug instructions when looking for the insertion point ofRafael Espindola2012-02-18
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* On Cygwin/MingW, add SharedLibDir and LLVMToolDir to the library search path,...David Meyer2012-02-18
* Add X86InstrSVM.td that I forgot to add in r150873.Craig Topper2012-02-18
* Add X86 assembler and disassembler support for AMD SVM instructions. Original...Craig Topper2012-02-18
* Trivial cleanup to group the generic 'armvN' cases with the 'arm' case,Chandler Carruth2012-02-18
* Fix a rather nasty regression from r150690: LHS != RHS does not imply LHS->st...Eli Friedman2012-02-18
* Fix documentation.Chad Rosier2012-02-18
* Testcase for the previous commit.Eric Christopher2012-02-18
* Bring HMEditor into line with LLVM coding standards.Lang Hames2012-02-17
* Ignore the lifetime intrinsics in fast-isel.Eric Christopher2012-02-17
* Don't print out pointer values in SUnit::dump().Jakob Stoklund Olesen2012-02-17
* Sink variable into assertMatt Beaumont-Gay2012-02-17
* Add support for regmask slots to HMEditor. Also fixes a comment error.Lang Hames2012-02-17
* Fix typo in comment ldopen() -> dlopen().Kevin Enderby2012-02-17
* Handle regmask operands in ARMInstrInfo.Jakob Stoklund Olesen2012-02-17
* Put back the initializing the targets in the disassembler API with a comment asKevin Enderby2012-02-17
* Fix ARMBaseInstrInfo::getInstrLatency for calls.Jakob Stoklund Olesen2012-02-17
* Transfer regmasks to MRI.Jakob Stoklund Olesen2012-02-17
* Calls and invokes with the new clang.arc.no_objc_arc_exceptionsDan Gohman2012-02-17
* Refactor 'handleMove' code in live intervals. Clients of LiveIntervals won't seeLang Hames2012-02-17
* Remove a comment about an alternative approach that wouldn'tDan Gohman2012-02-17
* Tidy up.Jim Grosbach2012-02-17
* Generate the correct EH frame section types on Solaris, this time without bre...David Chisnall2012-02-17
* Revert r150814. It turns out that there is a good reason for this after all...David Chisnall2012-02-17
* Revert r150288, "Allow Post-RA LICM to hoist reserved register reads."Jakob Stoklund Olesen2012-02-17
* Fix typo in comment.Richard Osborne2012-02-17