aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Constify a few functions.Eric Christopher2013-07-031-3/+3
* [XCore] Whitespace fixes, no functionality change.Richard Osborne2013-07-031-3/+3
* [XCore] Add ISel pattern for LDWCPRichard Osborne2013-07-031-8/+7
* Use SmallVectorImpl::const_iterator instead of SmallVector to avoid specifyin...Craig Topper2013-07-031-4/+4
* Use SmallVectorImpl instead of SmallVector as method argument to avoid specif...Craig Topper2013-07-032-2/+2
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-0313-37/+37
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-031-2/+2
* Introduce some typedefs for DenseMaps containing SmallVectors so the vector s...Craig Topper2013-07-032-7/+9
* Return SmallVectorImpl& instead of SmallVector& in a couple places to avoid h...Craig Topper2013-07-031-2/+2
* Use SmallVectorImpl& instead of SmallVector& to avoid needlessly respecifying...Craig Topper2013-07-031-6/+6
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-031-8/+8
* Added support in FunctionAttrs for adding relevant function/argument attribut...Michael Gottesman2013-07-031-0/+10
* Added posix function gettimeofday to LibFunc::Func for all platforms but Wind...Michael Gottesman2013-07-031-0/+2
* Avoid doing a lot of computation when we have multiple ranges andEric Christopher2013-07-031-26/+29
* SystemZInstrInfo.cpp: Tweak an assertion. [-Wunused-variable]NAKAMURA Takumi2013-07-031-2/+2
* Move iterator to where it's used and update comments.Eric Christopher2013-07-031-1/+3
* Move instance variable before experimental section.Eric Christopher2013-07-031-4/+5
* Fix typo to make grep for DW_AT_comp_dir work without case-insensitiveEric Christopher2013-07-031-1/+1
* Remove unnecessary forward declare.Eric Christopher2013-07-031-1/+0
* Add a helpful comment.Eric Christopher2013-07-031-0/+2
* addConstantValue, addConstantFPValue never returned anything butEric Christopher2013-07-032-30/+18
* Debug Info: use module flag to set up Dwarf version.Manman Ren2013-07-024-6/+44
* Fix comment.Eric Christopher2013-07-021-1/+1
* [PowerPC] PR16512 - Support TLS call sequences in the asm parserUlrich Weigand2013-07-022-2/+26
* [PowerPC] Rework TLS call operand processingUlrich Weigand2013-07-026-23/+40
* [PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLDUlrich Weigand2013-07-024-10/+4
* SystemZ: Fold variable into assertion.Benjamin Kramer2013-07-021-2/+2
* [PowerPC] Support TLS variables in debug infoUlrich Weigand2013-07-022-0/+13
* [DebugInfo] Allow getDebugThreadLocalSymbol to return MCExprUlrich Weigand2013-07-024-6/+6
* [DebugInfo] Hold generic MCExpr in AddrPoolUlrich Weigand2013-07-022-9/+9
* [DebugInfo] Introduce DIEExpr variant of DIEValue to hold MCExpr valuesUlrich Weigand2013-07-025-21/+80
* Debug Info: cleanupManman Ren2013-07-022-6/+8
* Revert (most of) r185393 and r185395.Jakob Stoklund Olesen2013-07-022-80/+82
* Hexagon: Avoid unused variable warnings in Release builds.Benjamin Kramer2013-07-021-6/+2
* [APFloat] Swap an early out check so we do not dereference str.end().Michael Gottesman2013-07-021-1/+1
* Remove address spaces from MC.Rafael Espindola2013-07-0218-164/+125
* [SystemZ] Use DSGFR over DSGR in more casesRichard Sandiford2013-07-024-6/+12
* [SystemZ] Use MVC to spill loads and storesRichard Sandiford2013-07-023-13/+113
* [SystemZ] Add the MVC instructionRichard Sandiford2013-07-028-124/+243
* [XCore] Fix instruction selection for zext, mkmsk instructions.Richard Osborne2013-07-022-2/+2
* Fix ARM EHABI compact model 1 and 2 without handlerdata.Logan Chien2013-07-021-3/+13
* Fixed alignment of code sections in the JIT mode. Added a test to the JITMemo...Elena Demikhovsky2013-07-021-2/+7
* DAGCombiner: fix use-counting issue when forming zextloadTim Northover2013-07-021-1/+1
* Revert r185257 (InstCombine: Be more agressive optimizing 'udiv' instrs with ...Hal Finkel2013-07-021-77/+44
* Add missing break statements. Noticed by inspection.Nick Lewycky2013-07-021-0/+2
* Cleanup PPC Altivec registers in CSR lists and improve VRSAVE handlingHal Finkel2013-07-024-35/+62
* IRVerifier: Correctly check attribute typesTobias Grosser2013-07-021-1/+2
* [mips] Add new InstrItinClasses for move from/to coprocessor instructions andAkira Hatanaka2013-07-024-56/+70
* PR14728: DebugInfo: TLS variables with -gsplit-dwarfDavid Blaikie2013-07-013-17/+26
* [APFloat] Ensure that we can properly parse strings that do not have null ter...Michael Gottesman2013-07-011-1/+8