summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Allow subtarget selection of the default MachineScheduler and document the in...Andrew Trick2013-09-201-12/+22
* DebugInfo: GDBIndexEntry*String conversion functions now return const char* f...David Blaikie2013-09-201-2/+2
* Add braces to suppress Clang's dangling-else warning.David Blaikie2013-09-201-2/+4
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-194-12/+226
* Rename ConvergingScheduler to GenericScheduler.Andrew Trick2013-09-191-63/+63
* DebugInfo: llvm-dwarfdump support for gnu_pubnames sectionDavid Blaikie2013-09-191-2/+2
* PR16726: extend rol/ror matchingKai Nacke2013-09-191-2/+37
* Revert PR16726: extend rol/ror matchingKai Nacke2013-09-191-35/+0
* PR16726: extend rol/ror matchingKai Nacke2013-09-191-0/+35
* DebugInfo: Improve IR annotation comments for GNU pubthings.David Blaikie2013-09-191-4/+10
* Unshift the GDB index/GNU pubnames constants modified in r191025David Blaikie2013-09-191-13/+14
* DebugInfo: Simplify gnu_pubnames index computation.David Blaikie2013-09-191-35/+10
* Remove unnecessary conditional operators performing bool->bool conversion.David Blaikie2013-09-191-2/+2
* Fix a typo and simplify a boolean expression.David Blaikie2013-09-191-3/+2
* DAGCombiner: Don't fold vector muls with constants that look like a splat of ...Benjamin Kramer2013-09-191-3/+7
* Debug info: Get rid of the VLA indirection hack in FastISel.Adrian Prantl2013-09-181-15/+10
* Costmodel: Add support for horizontal vector reductionsArnold Schwaighofer2013-09-171-0/+15
* Added documentation to getMemsetStores.Serge Pavlov2013-09-171-0/+18
* [SelectionDAG] Teach the vector scalarizer about TRUNCATE.Quentin Colombet2013-09-172-3/+4
* Debug info: Fix PR16736 and rdar://problem/14990587.Adrian Prantl2013-09-165-5/+7
* Use reference instead of copy.Jakub Staszak2013-09-161-2/+2
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-161-0/+4
* Replace some unnecessary vector copies with references.Benjamin Kramer2013-09-151-2/+2
* Prevent assert in CombinerGlobalAA with null valuesHal Finkel2013-09-151-1/+1
* [Peephole] Rewrite copies to avoid cross register banks copies.Quentin Colombet2013-09-131-84/+166
* 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
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-122-2/+2
* Fix crash in AggressiveAntiDepBreaker with empty CriticalPathSetHal Finkel2013-09-121-1/+1
* Remove pointless assertion after r190376Matt Arsenault2013-09-121-2/+0
* Debug info: add more comments.Manman Ren2013-09-111-2/+14
* Add getUnrollingPreferences to TTIHal Finkel2013-09-111-0/+3
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-1122-42/+41
* Give internal classes hidden visibility.Benjamin Kramer2013-09-1122-41/+42
* Simplify the checking of function attributes by using the simple methods.Bill Wendling2013-09-111-6/+3
* Rename variables for consistency.Eli Friedman2013-09-111-6/+6
* Fix unused variables.Eli Friedman2013-09-102-1/+2
* Hoist section call out of loop.Eric Christopher2013-09-101-2/+2
* Debug Info: create scope children DIEs when the scope DIE is not null.Manman Ren2013-09-102-19/+54
* Debug Info: define a DIRef template.Manman Ren2013-09-102-6/+4
* Don't use getSetCCResultType for creating a vselectMatt Arsenault2013-09-101-2/+1
* Enable -misched-cyclicpath by default.Andrew Trick2013-09-091-1/+1
* Debug Info: move DIScope::getContext back from DwarfDebug.Manman Ren2013-09-093-27/+1
* mi-sched: smooth out the cyclicpath heuristic.Andrew Trick2013-09-091-1/+4
* white spaces and long linesJack Carter2013-09-091-45/+81
* Always add global names. We're adding them in the rest of the codeEric Christopher2013-09-091-3/+2
* Rename for consistency.Eric Christopher2013-09-092-4/+4
* Call generateCompactUnwindEncodings() right before we need to output the fram...Bill Wendling2013-09-091-4/+3
* Debug Info: Use DIScopeRef for DIType::getContext.Manman Ren2013-09-092-7/+7
* Debug Info: move DIScope::getContext to DwarfDebug.Manman Ren2013-09-093-5/+31
OpenPOWER on IntegriCloud