aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix PR14034, an infloop / heap corruption / crash bug in the new SROA.Chandler Carruth2012-10-092-0/+22
* whitespaceNadav Rotem2012-10-091-2/+1
* Move misplaced comment.Sean Silva2012-10-091-2/+2
* Remove a couple more 'hasAttrSomewhere' calls.Bill Wendling2012-10-091-2/+8
* Fix. Apply the no capture attribute to the correct parameter.Bill Wendling2012-10-091-4/+7
* Convert to using the Attributes::Builder class to create attributes.Bill Wendling2012-10-092-14/+29
* Use an iterator and proper query method instead of the 'hasAttrSomewhere' met...Bill Wendling2012-10-091-5/+6
* Remove more uses of the attribute enums by supplying appropriate query method...Bill Wendling2012-10-094-18/+157
* Convert to using the Attributes::Builder interface.Bill Wendling2012-10-095-16/+47
* Fix typo in docs.Eric Christopher2012-10-081-3/+3
* Fix up comment to be more clear.Eric Christopher2012-10-081-2/+2
* Update comment.Bill Wendling2012-10-081-1/+1
* Use the Attributes::Builder to build the attributes in the parser.Bill Wendling2012-10-084-22/+92
* Use DataTypes.hNadav Rotem2012-10-081-1/+1
* Refactor the AddrMode class out of TLI to its own header file.Nadav Rotem2012-10-085-25/+53
* Convert the LLVM parser over to using the new Attributes::Builder to build itsBill Wendling2012-10-083-33/+40
* Give CaptureTracker::shouldExplore a base implementation. Most users want to doNick Lewycky2012-10-083-5/+3
* Don't crash on extra evil irreducible control flow.Jakob Stoklund Olesen2012-10-083-2/+85
* Begin the transition to using the AttributesImpl object for the Attributes ivar.Bill Wendling2012-10-084-84/+228
* Add names for the accelerator table sections so that they canEric Christopher2012-10-081-0/+12
* Update comment.Eric Christopher2012-10-081-1/+2
* Use a special path to place the .o files in.Bill Wendling2012-10-083-3/+6
* Fixup comment.Eric Christopher2012-10-081-1/+1
* Fixup comments.Eric Christopher2012-10-081-2/+2
* PR12716: PPC crashes on vector compareAdhemerval Zanella2012-10-084-6/+218
* misched: remove the unused getSpecialAddressLatency hook.Andrew Trick2012-10-084-63/+7
* misched: remove forceUnitLatencies. Defaults are handled by the default Sched...Andrew Trick2012-10-083-40/+30
* misched: avoid scheduling an instruction twice.Andrew Trick2012-10-081-25/+29
* PowerPC: Fix object creation with PPC::MTCRF8 instructionAdhemerval Zanella2012-10-081-1/+3
* Add floating-point to and from integer conversionAdhemerval Zanella2012-10-083-0/+93
* Fix the ocaml binding breakage from TargetData -> DataLayout changes.Micah Villmow2012-10-081-19/+19
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* Move TargetData to DataLayout.Micah Villmow2012-10-0832-157/+157
* Move TargetData to DataLayout.Micah Villmow2012-10-08229-1000/+947
* Move TargetData to DataLayout.Micah Villmow2012-10-089-14/+14
* Some regression tests which are testing the old jit and are exercising functi...James Molloy2012-10-084-1/+17
* Remove unused MachineInstr constructors that don't take a DebugLoc argument.Craig Topper2012-10-072-45/+1
* Fix indentation. Remove 'else' after return. No functional change.Craig Topper2012-10-071-11/+8
* Silence Sphinx warnings.Sean Silva2012-10-071-4/+4
* X86: fcmov doesn't handle all possible EFLAGS, fall back to a branch for the ...Benjamin Kramer2012-10-072-1/+459
* Move more methods out-of-line. This is in preparation for changing the internalBill Wendling2012-10-072-26/+41
* Sphinxify the GettinStarted documentation.Bill Wendling2012-10-073-1761/+1306
* Sphinxify the ExtendingLLVM documentation.Bill Wendling2012-10-073-381/+309
* Sphinxify the compiler writer info documentation.Bill Wendling2012-10-073-267/+123
* Make sure always-inline functions get inlined. <rdar://problem/12423986>Bob Wilson2012-10-071-1/+3
* Document MapVector.Rafael Espindola2012-10-071-0/+19
* Adding support for instructions mfc0, mfc2, mtc0, mtc2Jack Carter2012-10-063-0/+54
* Minor changes based on post commit review:Jack Carter2012-10-061-29/+30
* Minor changes based on post commit review:Jack Carter2012-10-051-13/+12
* This patch splits apart PPCISelLowering::LowerFormalArguments_Darwin_Or_64SVR4Bill Schmidt2012-10-052-25/+309