aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Replace some unnecessary vector copies with references.Benjamin Kramer2013-09-155-9/+7
* ELF: Add support for the exclude section bit for gas compat.Benjamin Kramer2013-09-153-5/+13
* MC: Add support for '?' flags in .section directivesDavid Majnemer2013-09-151-2/+20
* Fix alignment of unwind data.Kai Nacke2013-09-151-7/+12
* Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEHKai Nacke2013-09-151-5/+21
* Revert r190764: PPC: Don't restrict lvsl generation to after type legalizationHal Finkel2013-09-151-0/+1
* PPC: Don't restrict lvsl generation to after type legalizationHal Finkel2013-09-151-1/+0
* Prevent assert in CombinerGlobalAA with null valuesHal Finkel2013-09-151-1/+1
* Expand the mask capability for deciding which functions are mips16 and mips32Reed Kotler2013-09-151-2/+3
* Remove unused StringRef that no compiler warned about, I wonder why.Benjamin Kramer2013-09-141-1/+0
* Add the remaining Intel SHA instructionsBen Langmuir2013-09-141-0/+27
* Fix spelling.Robert Wilhelm2013-09-141-1/+1
* Fix spelling.Robert Wilhelm2013-09-141-1/+1
* Remove the long, long defunct IR block placement pass.Chandler Carruth2013-09-143-154/+0
* Fixed bug when generating Load Upper Immediate microMIPS instruction.Zoran Jovanovic2013-09-142-2/+2
* Support for microMIPS DIV instructions.Zoran Jovanovic2013-09-142-1/+5
* Support for misc microMIPS instructions.Zoran Jovanovic2013-09-144-16/+74
* Make PrettyStackTraceEntry use ManagedStatic for its ThreadLocal.Filip Pizlo2013-09-131-8/+20
* Add missing break statement in PPCISelLoweringHal Finkel2013-09-131-0/+2
* Adds support for Atom Silvermont (SLM) - -march=slmPreston Gurd2013-09-1314-197/+1002
* [Peephole] Rewrite copies to avoid cross register banks copies.Quentin Colombet2013-09-131-84/+166
* [ARMv8] Change hasV8Fp to hasFPARMv8, and other command line optionsJoey Gouly2013-09-138-31/+31
* [msan] Add source file:line to stack origin reports.Evgeniy Stepanov2013-09-131-6/+8
* [ARMv8] Emit the proper .fpu directive.Joey Gouly2013-09-131-3/+6
* Test commit to verify that commit access works.Zoran Jovanovic2013-09-131-1/+1
* [SystemZ] Use getTarget{Insert,Extract}Subreg rather than getMachineNodeRichard Sandiford2013-09-132-31/+14
* [SystemZ] Try to fold shifts into TMxxRichard Sandiford2013-09-131-20/+57
* Avoid a compiler warning about Found not being used when assertions areDuncan Sands2013-09-131-0/+1
* AArch64: use RegisterOperand for NEON registers.Tim Northover2013-09-139-271/+230
* Move operator to end of previous line to match coding standards.Craig Topper2013-09-131-2/+2
* Add initial support for handling gnu style pubnames accepted by someEric Christopher2013-09-132-8/+117
* Reformat and hoist section grabbing to top level.Eric Christopher2013-09-131-25/+30
* R600: Move clamp handling code to R600IselLowering.cppVincent Lejeune2013-09-122-33/+17
* R600: Move code handling literal folding into R600ISelLowering.Vincent Lejeune2013-09-122-109/+59
* R600: Move fabs/fneg/sel folding logic into PostProcessIselVincent Lejeune2013-09-123-245/+197
* Remove an unused variable, fixing -Werror build with latest Clang.Chandler Carruth2013-09-121-1/+0
* Fix PPC ABI for ByVal structs with vector membersHal Finkel2013-09-121-9/+49
* Patch provide by Tom Roeder!Joe Abbey2013-09-121-6/+15
* In AliasSetTracker, do not change the alias set to "mod/ref" when addingKrzysztof Parzyszek2013-09-121-2/+0
* Make the PPC fast-math sqrt expansion safe at 0Hal Finkel2013-09-121-1/+21
* Implement asm support for a few PowerPC bookIII that are needed for assemblingRoman Divacky2013-09-124-0/+112
* This switches CrashRecoveryContext to using ManagedStatic for its global Mute...Filip Pizlo2013-09-121-16/+17
* Partial support for Intel SHA Extensions (sha1rnds4)Ben Langmuir2013-09-125-0/+29
* Mark PPC MFTB and DST (and friends) as deprecatedHal Finkel2013-09-126-25/+56
* LLVM Interpreter: implementation of "insertvalue" and "extractvalue";Elena Demikhovsky2013-09-123-1/+111
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-1210-43/+49
* AVX-512: implemented extractelement with variable index.Elena Demikhovsky2013-09-126-3063/+3154
* PPC: Enable aggressive anti-dependency breakingHal Finkel2013-09-123-11/+3
* Fix crash in AggressiveAntiDepBreaker with empty CriticalPathSetHal Finkel2013-09-121-1/+1
* R600/SI: expose TBUFFER_STORE_FORMAT_* for OpenGL transform feedbackTom Stellard2013-09-127-5/+113