aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MC: Add support for '?' flags in .section directivesDavid Majnemer2013-09-152-3/+21
* Fix alignment of unwind data.Kai Nacke2013-09-154-7/+238
* Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEHKai Nacke2013-09-153-16/+53
* Revert r190764: PPC: Don't restrict lvsl generation to after type legalizationHal Finkel2013-09-152-154/+1
* PPC: Don't restrict lvsl generation to after type legalizationHal Finkel2013-09-152-1/+154
* Prevent assert in CombinerGlobalAA with null valuesHal Finkel2013-09-152-1/+138
* Expand the mask capability for deciding which functions are mips16 and mips32Reed Kotler2013-09-152-2/+76
* 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-143-1/+116
* 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-147-178/+0
* Fixed bug when generating Load Upper Immediate microMIPS instruction.Zoran Jovanovic2013-09-145-2/+11
* Support for microMIPS DIV instructions.Zoran Jovanovic2013-09-145-1/+23
* Support for misc microMIPS instructions.Zoran Jovanovic2013-09-146-16/+116
* Add missing CHECK-LABELMatt Arsenault2013-09-141-0/+1
* Add test for untested path in SimplifyCFGMatt Arsenault2013-09-141-6/+28
* [lit] Add an --output option, for writing results in a machine readable form.Daniel Dunbar2013-09-145-3/+96
* Make PrettyStackTraceEntry use ManagedStatic for its ThreadLocal.Filip Pizlo2013-09-132-9/+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
* Add warn_unused_result to empty() on various containers.Benjamin Kramer2013-09-134-5/+9
* typo fix: use BUILD_ARCHIVE to build .a libs and not ARCHIVE_LIBRARYNuno Lopes2013-09-131-2/+2
* Fix tests for hasFPARMv8 name change (r190692)Amaury de la Vieuville2013-09-135-5/+5
* [ARMv8] Change hasV8Fp to hasFPARMv8, and other command line optionsJoey Gouly2013-09-1312-56/+56
* [msan] Add source file:line to stack origin reports.Evgeniy Stepanov2013-09-131-6/+8
* Fix build failure reported by Tobias Markmann in bug 17203.Daniel Sanders2013-09-131-1/+1
* [ARMv8] Emit the proper .fpu directive.Joey Gouly2013-09-132-3/+13
* Add "native" to config.available_features, to make it easier to disable non-x...Amaury de la Vieuville2013-09-133-1/+13
* Fix for executing AutoRegen.sh. Revert a part of r187209.Patrik Hagglund2013-09-131-0/+16
* 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-133-20/+137
* 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-1311-277/+241
* 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-134-9/+265
* 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-123-109/+75
* R600: Move fabs/fneg/sel folding logic into PostProcessIselVincent Lejeune2013-09-124-245/+215
* Remove an unused variable, fixing -Werror build with latest Clang.Chandler Carruth2013-09-121-1/+0
* Remove unnecessary TBAA metadata from r190636's test caseHal Finkel2013-09-121-13/+9
* Fix PPC ABI for ByVal structs with vector membersHal Finkel2013-09-122-9/+113
* Patch provide by Tom Roeder!Joe Abbey2013-09-122-6/+24
* 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-122-2/+25
* Implement asm support for a few PowerPC bookIII that are needed for assemblingRoman Divacky2013-09-125-0/+219
* This switches CrashRecoveryContext to using ManagedStatic for its global Mute...Filip Pizlo2013-09-121-16/+17