summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Silence enum conversion warnings.Benjamin Kramer2011-02-27
* Legalize support for fpextend of vector. PR9309.Duncan Sands2011-02-27
* Fix typo pointed out in pr9339.Duncan Sands2011-02-27
* Install include/llvm/Support/LICENSE.TXT. PR9321.Oscar Fuentes2011-02-27
* Target/X86: Always emit "push/pop GPRs" in prologue/epilogue and emit "spill/...NAKAMURA Takumi2011-02-27
* Fix PR9324 / <rdar://problem/9052489> by handling the case where a PHI has no...Cameron Zwarich2011-02-27
* Give a test file a more sensible name so that it can hold more test cases.Cameron Zwarich2011-02-27
* Fix typos in the comments.Nadav Rotem2011-02-27
* RegionPrinter: Ignore back edges when layouting the graphTobias Grosser2011-02-27
* cmake: Add xdot.py support as it already exists in autoconf.Tobias Grosser2011-02-27
* Pass the graph to the DOTGraphTraits.getEdgeAttributes().Tobias Grosser2011-02-27
* Support: Add llvm::AreStatisticsEnabled().Daniel Dunbar2011-02-26
* Add some DAGCombines for (adde 0, 0, glue), which are useful to optimize lega...Benjamin Kramer2011-02-26
* LTO uses MC now.Rafael Espindola2011-02-26
* A new TableGen feature! (Not turned on just yet.)Bill Wendling2011-02-26
* Removed unnecessary dylibs from Apple builds, with or without "lib" prefix.Bob Wilson2011-02-26
* Add a new "Embedded" makefile target for Apple-style builds.Bob Wilson2011-02-25
* Trailing whitespace.Jim Grosbach2011-02-25
* Fix bad comment marker.Stuart Hastings2011-02-25
* Allow targets to specify a the type of the RHS of a shift parameterized on th...Owen Anderson2011-02-25
* Add some options for building LLVM in different environments:David Greene2011-02-25
* Omit lto.h from the llvmCore result; henceforth, this will be suppliedStuart Hastings2011-02-25
* split this test into arch specific pieces, so the ARMChris Lattner2011-02-25
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-25
* Revert "SimplifyCFG: GEPs with just one non-constant index are also cheap."Benjamin Kramer2011-02-25
* Update the NoFolder to work with current IRBuilder.Nick Lewycky2011-02-25
* Add patterns to use post-increment addressing for Neon VST1-lane instructions.Bob Wilson2011-02-25
* Fix formatting of debug helper string.Jim Grosbach2011-02-25
* Fix typo.Evan Cheng2011-02-25
* Set NumSignBits to 1 if KnownZero/KnownOne are being zero extended. In theory itCameron Zwarich2011-02-25
* We only want to zero extend the existing information if the bit width isCameron Zwarich2011-02-25
* Try harder to get the hint by preferring to evict hint interference.Jakob Stoklund Olesen2011-02-25
* Each prologue may have multiple vpush instructions to store callee-savedEvan Cheng2011-02-25
* SimplifyCFG: GEPs with just one non-constant index are also cheap.Benjamin Kramer2011-02-24
* Tweak the register allocator priority queue some more.Jakob Stoklund Olesen2011-02-24
* Remove dead variable.Nick Lewycky2011-02-24
* SimplifyCFG: GEPs with constant indices are cheap enough to be executed uncon...Benjamin Kramer2011-02-24
* Restore r125595 (reverted in r126336) with modifications:Joerg Sonnenberger2011-02-24
* remove command line option debugging hook.Chris Lattner2011-02-24
* In utils/TableGen/ClangSACheckersEmitter.cpp, set the 'Hidden' bit for checkers.Argyrios Kyrtzidis2011-02-24
* Switch LTO to use MC. This takes the linking of libxul.so from about 7m toRafael Espindola2011-02-24
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-24
* Enable support for vector sext and trunc:Nadav Rotem2011-02-24
* Fix llvm-gcc bootstrap with gnu ld.Rafael Espindola2011-02-24
* Remove obsolete tests.Devang Patel2011-02-24
* Move arch specific tests in arch specific directories.Devang Patel2011-02-24
* fit in 80 cols.Chris Lattner2011-02-24
* Do not use DIFactory. Use DIBuilder.Devang Patel2011-02-24
* Do not use DIFactory.Devang Patel2011-02-24
* Add XCore intrinsic for eeu instruction.Richard Osborne2011-02-24