aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [SystemZ] Tweak SystemZInstrInfo::isBranch() interfaceRichard Sandiford2013-05-283-33/+34
* Make BasicAliasAnalysis recognize the fact a noalias argument cannot alias an...Michael Kuperstein2013-05-282-4/+24
* Make it explicit that GlobalAlias are ok in llvm.used.Rafael Espindola2013-05-271-5/+4
* Make helper functions static.Rafael Espindola2013-05-274-113/+65
* Convert sqrt functions into sqrt instructions when -ffast-math is in effect.Preston Gurd2013-05-272-0/+6
* PPC: Add a isConsecutiveLS utility functionHal Finkel2013-05-271-2/+42
* Prefer to duplicate PPC Altivec loads when expanding unaligned loadsHal Finkel2013-05-261-3/+79
* Fix PR16143: Insert DEBUG_VALUE before terminator.Andrew Trick2013-05-261-1/+1
* Add support for DWARF line number table entries for values in the instructionCameron Zwarich2013-05-251-0/+2
* PPC: Combine duplicate (offset) lvsl Altivec intrinsicsHal Finkel2013-05-251-1/+28
* Track IR ordering of SelectionDAG nodes 3/4.Andrew Trick2013-05-2510-165/+17
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-2570-2026/+2028
* Track IR ordering of SelectionDAG nodes 1/4.Andrew Trick2013-05-252-7/+15
* ArrayRef-ize MD5 and clean up a few variable names.Eric Christopher2013-05-241-20/+32
* PPC: Initial support for permutation-based unaligned Altivec loadsHal Finkel2013-05-241-0/+129
* Follow up of the introduction of MCSymbolizer.Quentin Colombet2013-05-246-12/+37
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-2433-75/+75
* Add missing header for atexit.Michael J. Spencer2013-05-241-0/+2
* [objc-arc] KnownSafe does not imply that it is safe to perform code motion ac...Michael Gottesman2013-05-241-8/+40
* [objc-arc] Make sure that multiple owners is propogated correctly through the...Michael Gottesman2013-05-241-17/+16
* LoopVectorize: LoopSimplify can't canonicalize loops with an indirectbr in it...Benjamin Kramer2013-05-241-1/+4
* Do not reserve space for the ColdEdges and NormalEdges vectors.Diego Novillo2013-05-241-2/+0
* [SystemZ] Improve AsmParser handling of invalid instructionsRichard Sandiford2013-05-241-74/+103
* [SystemZ] Improve AsmParser register parsingRichard Sandiford2013-05-241-53/+80
* Run clang-format over the scalarizePHI function.Joey Gouly2013-05-241-12/+8
* scalarizePHI needs to insert the next ExtractElement in the same blockJoey Gouly2013-05-241-2/+4
* Add a new function attribute 'cold' to functions.Diego Novillo2013-05-246-1/+90
* Remove the Copied parameter from MemoryObject::readBytes.Benjamin Kramer2013-05-2410-33/+18
* Fix unused warning in opt builds.Daniel Jasper2013-05-241-4/+3
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-2410-80/+456
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-2418-205/+776
* [PowerPC] Remove symbolLo/symbolHi instruction operand typesUlrich Weigand2013-05-232-37/+19
* Re-implement DebugIR in a way that does not subclass AssemblyWriter:Daniel Malea2013-05-233-103/+287
* [PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand2013-05-2311-108/+257
* ARM: implement @llvm.readcyclecounter intrinsicTim Northover2013-05-231-1/+43
* ARM: Add Performance Monitor Extensions featureTim Northover2013-05-233-1/+10
* R600: Fix R600ControlFlowFinalizer not considering VTX_READ 128 bit dst regTom Stellard2013-05-231-2/+9
* Move passes from namespace llvm into anonymous namespaces. Sort includes whil...Benjamin Kramer2013-05-2315-37/+37
* Fix PR16110: Handle DBG_VALUE in ConnectedVNInfoEqClasses::Distribute().Jakob Stoklund Olesen2013-05-231-2/+10
* More symbols that should be static.Benjamin Kramer2013-05-232-7/+5
* Hexagon: Make helper functions static.Benjamin Kramer2013-05-232-3/+5
* R600: Hide symbols of implementation details.Benjamin Kramer2013-05-234-63/+25
* InlineSpiller: Store bucket pointers instead of iterators.Benjamin Kramer2013-05-231-9/+9
* Setting the default value (fixes CRT assertions about uninitialized variable ...Aaron Ballman2013-05-231-3/+3
* Fix 32 bit build in c++11 mode.Rafael Espindola2013-05-231-1/+1
* Fix a leak on the r600 backend.Rafael Espindola2013-05-232-8/+12
* clang-format this file.Rafael Espindola2013-05-231-29/+25
* [objc-arc] Fixed number of prefixing slashes in some comments in a function f...Michael Gottesman2013-05-231-6/+6
* Missed removing one of the assert()'s from the LLVMCreateDisasmCPU() libraryKevin Enderby2013-05-231-1/+2
* Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin...David Blaikie2013-05-222-21/+18