summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix an 80 char line limit.Nadav Rotem2012-09-131-1/+2
* Rename the flag which protects from escaped allocas, which may come from bugs...Nadav Rotem2012-09-131-5/+12
* Unify the emission of the calling conventions into a single function to reduc...Micah Villmow2012-09-131-42/+27
* This patch introduces A15 as a target in LLVM.Silviu Baranga2012-09-139-30/+41
* 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
* Use Nick's suggestion of storing a large NULL into the GV instead of memset, ...Bill Wendling2012-09-131-18/+10
* Stack Coloring: We have code that checks that all of the uses of allocasNadav Rotem2012-09-131-5/+17
* Fix Doxygen issues:Dmitri Gribenko2012-09-131-1/+4
* Add a new compression type to ModRM table that detects when the memory modRM ...Craig Topper2012-09-132-0/+9
* MCJIT: relocation addends encoded in the target aren't quite so easy.Jim Grosbach2012-09-131-1/+6
* MCJIT: Make sure to mask off non-type-field bits.Jim Grosbach2012-09-131-1/+1
* MCJIT: Pass the i386 MachO relocation type properly.Jim Grosbach2012-09-131-1/+1
* Don't fold indexed loads into TCRETURNmi64.Jakob Stoklund Olesen2012-09-133-1/+39
* Introduce the __llvm_gcov_flush function.Bill Wendling2012-09-131-6/+56
* Recommit, with fixes:Eric Christopher2012-09-124-1/+48
* Misc.Akira Hatanaka2012-09-121-3/+6
* Fix PR11985Michael Liao2012-09-1211-30/+54
* Detect overflow in the path count computation. rdar://12277446.Dan Gohman2012-09-121-0/+13
* Remove an overly-aggressive assertion. The code following this assertion alr...Owen Anderson2012-09-121-2/+0
* Delete dead code.Jakob Stoklund Olesen2012-09-121-36/+0
* Revert "Add some support for dealing with an object pointer on arguments."Eric Christopher2012-09-124-40/+0
* [ms-inline asm] Make the operand size directives case insensitive.Chad Rosier2012-09-121-8/+9
* PGO: preserve branch-weight metadata when removing a case which jumpsManman Ren2012-09-121-0/+22
* Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.Dmitri Gribenko2012-09-122-2/+2
* Enable exceptions handling on PPC64 now that cr misaligned spillingRoman Divacky2012-09-121-2/+1
* This patch corrects logic in PPCFrameLowering for save and restore of ...Roman Divacky2012-09-124-74/+277
* Add support for AMD Geode.Roman Divacky2012-09-122-0/+2
* Fix constant folding through bitcasts by no longer relying on undefined behav...Kristof Beyls2012-09-121-2/+2
* Add a flag to disable the code that looks for allocas which escaped the lifet...Nadav Rotem2012-09-121-6/+18
* Add a function computeRegisterLiveness() to MachineBasicBlock. This uses anal...James Molloy2012-09-121-0/+74
* Add an analyzePhysReg() function to MachineOperandIteratorBase that analyses ...James Molloy2012-09-122-4/+54
* When calling print directly on a global (eg from the debugger) itDuncan Sands2012-09-121-3/+3
* Enable stack-coloring, in hope that the recent fixes will enable correct drag...Nadav Rotem2012-09-121-1/+1
* Make findLastUseBefore handle reg-unit liveness.Lang Hames2012-09-121-8/+29
* Indentation fixes. No functional change.Craig Topper2012-09-121-8/+8
* Release build: guard dump functions withManman Ren2012-09-1222-30/+30
* Stack coloring: remove lifetime intervals which contain escaped allocas.Nadav Rotem2012-09-121-0/+47
* Add some support for dealing with an object pointer on arguments.Eric Christopher2012-09-124-0/+40
* Rename the isMemory() function to isMem(). No functional change intended.Chad Rosier2012-09-111-22/+22
* Release build: guard dump functions withManman Ren2012-09-1120-27/+27
* StringSwitchify.Chad Rosier2012-09-111-8/+10
* Simplify logic. No functional change intended.Chad Rosier2012-09-111-9/+8
* [ms-inline asm] Split the parsing of IR asm strings into GCC and MS variants.Chad Rosier2012-09-111-67/+158
* SimplifyCFG: preserve branch-weight metadata when creating a new switch fromManman Ren2012-09-111-81/+45
* Add TRI::getSubRegIndexLaneMask().Jakob Stoklund Olesen2012-09-111-2/+4
* Add MCRI::getNumSubRegIndices() and start checking SubRegIndex ranges.Jakob Stoklund Olesen2012-09-111-0/+3
* Dragonegg selfhost exposed additional cases where alloca usage moved outside ...Nadav Rotem2012-09-111-1/+1
* Enable stack coloring.Nadav Rotem2012-09-111-1/+1
* Stack Coloring: Dont crash on dbg values which use stack frames.Nadav Rotem2012-09-111-3/+5
OpenPOWER on IntegriCloud