aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-274-35/+35
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-269-15/+15
* Rename virtual table anchors from Anchor() to anchor() for consistency with t...Craig Topper2012-09-261-2/+2
* Generate an error message instead of asserting or segfaulting when we have aBill Wendling2012-09-261-19/+29
* Generate an error message instead of asserting or segfaulting when we have aBill Wendling2012-09-261-29/+41
* TargetLowering interface to set/get minimum block entries for jump tables.Sebastian Pop2012-09-252-2/+4
* Mark jump tables in code sections with DataRegion directives.Jim Grosbach2012-09-241-0/+7
* Have the DbgVariable "isArtificial" and "isObjectPointer" notEric Christopher2012-09-212-5/+5
* Fix a significant recent(?) regression. StackSlotColoring no longer did anythingEvan Cheng2012-09-214-3/+10
* Make the 'get*AlignmentFromAttr' functions into member functions within the A...Bill Wendling2012-09-211-2/+2
* Ignore PHI-defs for -new-coalescer interference checks.Jakob Stoklund Olesen2012-09-201-4/+8
* Extend -new-coalescer SSA update to handle mapped values as well.Jakob Stoklund Olesen2012-09-202-9/+62
* Only emit DW_AT_object_pointer if this is a definition.Eric Christopher2012-09-201-3/+0
* Revert r164308 to fix buildbots.Bill Wendling2012-09-201-2/+2
* Make the 'get*AlignmentFromAttr' functions into member functions within the A...Bill Wendling2012-09-201-2/+2
* Fix 80-col violations.Nadav Rotem2012-09-201-13/+19
* Convert some attribute existence queries over to use the predicate methods.Bill Wendling2012-09-191-2/+2
* Add predicates for queries on whether an attribute exists.Bill Wendling2012-09-191-7/+6
* Resolve conflicts involving dead vector lanes for -new-coalescer.Jakob Stoklund Olesen2012-09-191-9/+155
* comment typoAndrew Trick2012-09-181-1/+1
* TargetSchedule: cleanup computeOperandLatency logic & diagnostics.Andrew Trick2012-09-181-6/+16
* misched: Make ScheduleDAGInstrs use the TargetSchedule interface.Andrew Trick2012-09-181-16/+14
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-181-3/+3
* TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick2012-09-182-7/+147
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-181-2/+2
* Fix some funky indentation.Evan Cheng2012-09-181-18/+17
* Merge into undefined lanes under -new-coalescer.Jakob Stoklund Olesen2012-09-172-2/+120
* Stop adding <imp-def> operands when expanding REG_SEQUENCE.Jakob Stoklund Olesen2012-09-171-4/+0
* Revert r164061-r164067. Most of the new subtarget emitter.Andrew Trick2012-09-172-147/+7
* TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick2012-09-172-7/+147
* Increase the static sizes of some SmallSets. finalizeBundle() is very frequen...Michael Ilseman2012-09-171-4/+4
* whitespaceMichael Ilseman2012-09-171-1/+1
* Fix PR13859Michael Liao2012-09-171-6/+7
* Add a MachinePostDominator passTom Stellard2012-09-173-0/+57
* Disable the protection from escaped allocas in an attempt to find violating p...Nadav Rotem2012-09-171-2/+1
* Fix bad comment. No functional change.Craig Topper2012-09-161-1/+1
* Add alternative coalescing algorithm under a flag.Jakob Stoklund Olesen2012-09-161-0/+478
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-153-6/+6
* Don't depend on kill flags in removeCopyByCommutingDef().Jakob Stoklund Olesen2012-09-151-1/+1
* TargetSchedModel interface. To be implemented...Andrew Trick2012-09-142-0/+33
* misched: add a hook for custom DAG postprocessing.Andrew Trick2012-09-141-0/+9
* Remove silly dead store. Patch by Ettl Martin.Duncan Sands2012-09-141-2/+1
* Fix both the test for zero and what we do if we have a zero forEric Christopher2012-09-131-1/+4
* Reformat, remove a couple unused variables and move some variablesEric Christopher2012-09-131-8/+8
* Enhance type legalization on bitcast from vector to integerMichael Liao2012-09-131-5/+34
* Rename the flag which protects from escaped allocas, which may come from bugs...Nadav Rotem2012-09-131-5/+12
* Fix a dagcombine optimization. The optimization attempts to optimize a bitcas...Nadav Rotem2012-09-131-1/+2
* Fix a typo.Nadav Rotem2012-09-131-1/+1
* Stack Coloring: We have code that checks that all of the uses of allocasNadav Rotem2012-09-131-5/+17
* Recommit, with fixes:Eric Christopher2012-09-123-1/+24