aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify logic now that r182490 is in place. No functional change intended.Chad Rosier2013-05-2211-50/+46
* Simplify logic now that r182490 is in place. No functional change intended.Chad Rosier2013-05-221-8/+4
* Simplify logic now that r182490 is in place. No functional change intended.Chad Rosier2013-05-221-15/+14
* Change some PowerPC PatLeaf definitions to ImmLeaf for fast-isel.Bill Schmidt2013-05-222-17/+19
* SLPVectorizer: Change the order in which new instructions are added to the fu...Nadav Rotem2013-05-223-57/+132
* X86: Fix a bug in EltsFromConsecutiveLoads. We can't generate new loads witho...Nadav Rotem2013-05-221-8/+20
* This is an update to a previous commit (r181216).Jean-Luc Duprat2013-05-222-29/+43
* Unify formatting of debug output.Adrian Prantl2013-05-222-3/+3
* X86: When expanding PCMPGTQ to PCMPGTD we always want to compare the lower ha...Benjamin Kramer2013-05-221-4/+11
* LoopVectorize: Make Value pointers that could be RAUW'ed a VHArnold Schwaighofer2013-05-221-3/+4
* Fix use after free (pr16103).Rafael Espindola2013-05-221-7/+22
* Check that a function starts with llvm. before using GET_FUNCTION_RECOGNIZER.Rafael Espindola2013-05-222-3/+5
* [SystemZ] Rename PSW to CCRichard Sandiford2013-05-227-43/+37
* [SystemZ] Fix thinko in long branch passRichard Sandiford2013-05-221-26/+40
* X86: Remove test instructions proceeding shift by immediate instructionsDavid Majnemer2013-05-221-17/+53
* R600ISelLowering.cpp: Avoid "using namespace Intrinsic;" to appease MSC. Spec...NAKAMURA Takumi2013-05-221-18/+15
* R600: Whitespace and untabify.NAKAMURA Takumi2013-05-221-2/+2
* Create an FPOW SDNode opcode def in the target independent .td file rather th...Owen Anderson2013-05-221-2/+0
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-222-3/+115
* Attempt to fix the mingw32 bot.Rafael Espindola2013-05-221-4/+4
* s/u_int32_t/uint32_t/Rafael Espindola2013-05-221-2/+2
* Fix warning in non-assert build.Rafael Espindola2013-05-221-0/+2
* Mips16 does not use register scavenger from TargetRegisterInfo. It allocatesReed Kotler2013-05-211-2/+2
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-214-96/+117
* Roll out r182411 and 182412 because it's still broken.Filip Pizlo2013-05-214-116/+96
* Fix busted comment. This conditional include block used to be in SectionMemor...Filip Pizlo2013-05-211-1/+1
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-214-96/+116
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-216-221/+89