summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Aliases are always definitions. Delete dead code.Rafael Espindola2014-05-02
* Clean up constructor logic and member access for LoopVectorizeHints.Eric Christopher2014-05-02
* llvm-cov: Fix handling of line zero appearing in a line tableJustin Bogner2014-05-02
* Teach GlobalDCE how to remove empty global_ctor entries.Nico Weber2014-05-02
* [GVN] Pass the phi-translated address of a load instead of the untranslatedAkira Hatanaka2014-05-02
* MC: place .file records into the correct sectionSaleem Abdulrasool2014-05-02
* DAGCombine: prevent formation of illegal ConstantFP nodes.Tim Northover2014-05-02
* Add a description for AMD's bdver4 (aka Excavator).Benjamin Kramer2014-05-02
* R600/SI: Add processor type for Mullins.Tom Stellard2014-05-02
* R600: Expand vector sin and cos.Tom Stellard2014-05-02
* R600: Expand TruncStore i64 -> {i16,i8}Tom Stellard2014-05-02
* R600/SI: Only create one instruction when spilling/restoring register v3Tom Stellard2014-05-02
* AArch64/ARM64: add patterns for post-indexed ST1 ops.Tim Northover2014-05-02
* ARM64: refactor NEON post-indexed loads & stores (MC).Tim Northover2014-05-02
* AArch64/ARM64: support indexed loads/stores on vector types.Tim Northover2014-05-02
* Allow SelectionDAG::FoldConstantArithmetic to work when it's called with a ve...Benjamin Kramer2014-05-02
* Fold strlen(expr ? "str1" : "str2") to x ? len1 : len2. This fires about 330 ...Nick Lewycky2014-05-02
* [Stackmaps] Pacify windows buildbot.Juergen Ributzka2014-05-01
* [Stackmaps] Add command line option to specify the stackmap version.Juergen Ributzka2014-05-01
* [Stackmaps] Refactor serialization code. No functional change intended.Juergen Ributzka2014-05-01
* [Stackmaps] Replace the custom ConstantPool class with a MapVector.Juergen Ributzka2014-05-01
* [IR] Make {extract,insert}element accept an index of any integer type.Michael J. Spencer2014-05-01
* Remove HexagonTargetMachine::addPassesForOptimizations; it is not needed any ...Pranav Bhandarkar2014-05-01
* Add basic functionality for assignment of ints.Reed Kotler2014-05-01
* Fix uninitialized variable introduced in r207739.David Blaikie2014-05-01
* Don't propagate StorageClass and ComplexType to aliases.Rafael Espindola2014-05-01
* Update and sort CMakeLists.Benjamin Kramer2014-05-01
* Add an optimization that does CSE in a group of similar GEPs.Eli Bendersky2014-05-01
* PR19623: Implement typedefs of void.David Blaikie2014-05-01
* Fixing a cast-qual warning. getBufferStart() and getBufferEnd() both return a...Aaron Ballman2014-05-01
* R600/SI: Fix verifier error with pseudo store instructions.Matt Arsenault2014-05-01
* Compute the correct section for zed = foo + 1 in COFF.Rafael Espindola2014-05-01
* Move getBaseSymbol somewhere the COFF writer can use.Rafael Espindola2014-05-01
* [ARM64] Prefer generation of bzero on Darwin onlyBradley Smith2014-05-01
* Make getBaseSymbol non recursive.Rafael Espindola2014-05-01
* Don't force symbols to be globals in .thumb_set.Rafael Espindola2014-05-01
* AArch64/ARM64: print BFM instructions as BFI or BFXILTim Northover2014-05-01
* [LCG] Add the other simple edge insertion API to the call graph. ThisChandler Carruth2014-05-01
* [LCG] Don't lookup the child SCC twice. Spotted this by inspection, andChandler Carruth2014-05-01
* [LCG] Add some basic methods for querying the parent/child relationshipsChandler Carruth2014-05-01
* Correction to assert statemtent to allow 32-bit unsigned numbers with the top...Richard Barton2014-05-01
* Revert r205965, which essentially reverts r205018 for the second time.Chandler Carruth2014-05-01
* [ARM64] Conditionalize CPU specific system registers on subtarget featuresBradley Smith2014-05-01
* [mips] Move expansion of .cpsetup to target streamer.Matheus Almeida2014-05-01
* [mips] Removed two-operand alias for sllv, sr[al]v, rotrv, dsllv, dsr[al]v, a...Daniel Sanders2014-05-01
* Record the DWARF version in MCContextOliver Stannard2014-05-01
* ARM: fix memory leak, simplify WoA stack probingSaleem Abdulrasool2014-05-01
* ARM: support expanding external symbols in 32-bit movesSaleem Abdulrasool2014-05-01
* Speculatively roll back r207724-r207726, which are code cleanup changes andRichard Smith2014-05-01
* If necessary for indirect encodings, emit stubs.Joerg Sonnenberger2014-05-01