summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* add a new "llvm-dis -show-annotations" option, which causes it to printChris Lattner2010-09-02
* lets get crazy and name the header file the exact class name,Chris Lattner2010-09-02
* AsmPrinter has a formatted stream, pass it down through AsmAnnotationWriterChris Lattner2010-09-02
* Properly emit __chkstk call instead of __alloca on non-mingw windows targets.Anton Korobeynikov2010-09-02
* stop forcing a noop AssemblyAnnotationWriter to silence #usesChris Lattner2010-09-02
* There is no need to use .set here.Devang Patel2010-09-02
* reapply 112894:Chris Lattner2010-09-02
* Move insertps mask decoding to header fileBruno Cardoso Lopes2010-09-02
* revert patch, need to update clang tests tooChris Lattner2010-09-02
* Remove #uses comments from functions: they we're padded out to column 50Chris Lattner2010-09-02
* more test cleanupChris Lattner2010-09-02
* remove some noise from tests.Chris Lattner2010-09-02
* Use the FindProgramByName fallback only with known absolute paths.Dan Gohman2010-09-02
* we are past the point where these tests are useful.Chris Lattner2010-09-02
* Revert int_x86_mmx_palignr_b intrinsic to match llvm-gcc's version.Bill Wendling2010-09-02
* Revert win64 changes. They seem to be incompleteAnton Korobeynikov2010-09-02
* For ARM stack frames that utilize variable sized objects and have eitherJim Grosbach2010-09-02
* - Change __builtin_ia32_palignr intrinsic type to match the pattern in clang.Bill Wendling2010-09-02
* fix more AST updating bugs, correcting miscompilation in PR8041Chris Lattner2010-09-02
* Remove incorrect and poorly tested code for trying to reason about values on ...Owen Anderson2010-09-02
* Properly allocate win64 shadow reg area.Anton Korobeynikov2010-09-02
* Remove obsolete comments about throwing exceptions.Dan Gohman2010-09-02
* After some discussion with djg, teach SmallVector to grow from a zeroJohn McCall2010-09-02
* Move decoding of insertps back to avoid unused warnings in x86 isel lowering,...Bruno Cardoso Lopes2010-09-02
* Detect undef value early and save unnecessary NodeMap query.Devang Patel2010-09-02
* Don't narrow the load and store in a load+twiddle+store sequence unlessDan Gohman2010-09-02
* Tidy up.Devang Patel2010-09-02
* Fix an unnecessary XFAILSandeep Patel2010-09-02
* trailing whitespaceJim Grosbach2010-09-02
* Fix typo. I accidentally edited the wrong file before my last commit.Owen Anderson2010-09-02
* Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.Benjamin Kramer2010-09-02
* remove trailing whitespaceJim Grosbach2010-09-02
* Move x86 specific shuffle mask decoding to its own header, it's also going to...Bruno Cardoso Lopes2010-09-02
* The scavenger should just use getAllocatableSet() rather than reinventing itJim Grosbach2010-09-02
* Apply a patch from Kees van Reeuwijk to add support for Minix.Dan Gohman2010-09-02
* Fix a bug in LazyValueInfo that CorrelatedValuePropagation exposed: In the LV...Owen Anderson2010-09-02
* handle case where a register class is specifiedJim Grosbach2010-09-02
* Now that register allocation properly considers reserved regs, simplify theJim Grosbach2010-09-02
* Add a comment.Dan Gohman2010-09-02
* Allow MCSA_WeakRef in ELF. Patch by Roman Divacky.Benjamin Kramer2010-09-02
* Anti-dependency breaking needs to be careful not to use reserved regsJim Grosbach2010-09-02
* Fix .debug_range for linux. Patch by Krister Wombell.Devang Patel2010-09-02
* Mask out reserved registers when constructing the set of allocatable regs.Jim Grosbach2010-09-02
* Fill in a missing comment.Bob Wilson2010-09-02
* Convert VLD1 and VLD2 instructions to use pseudo-instructions untilBob Wilson2010-09-02
* llvmc: .dylib support.Mikhail Glushenkov2010-09-02
* Print the number of uses of a function in the .ll since it can be informativeDuncan Sands2010-09-02
* Added support for register allocators to record which intervals are spill int...Lang Hames2010-09-02
* Reapply commit 112699, speculatively reverted by echristo, sinceDuncan Sands2010-09-02
* Silence an ambiguous else warning from GCC.Chandler Carruth2010-09-02