index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PR14034, an infloop / heap corruption / crash bug in the new SROA.
Chandler Carruth
2012-10-09
2
-0
/
+22
*
whitespace
Nadav Rotem
2012-10-09
1
-2
/
+1
*
Move misplaced comment.
Sean Silva
2012-10-09
1
-2
/
+2
*
Remove a couple more 'hasAttrSomewhere' calls.
Bill Wendling
2012-10-09
1
-2
/
+8
*
Fix. Apply the no capture attribute to the correct parameter.
Bill Wendling
2012-10-09
1
-4
/
+7
*
Convert to using the Attributes::Builder class to create attributes.
Bill Wendling
2012-10-09
2
-14
/
+29
*
Use an iterator and proper query method instead of the 'hasAttrSomewhere' met...
Bill Wendling
2012-10-09
1
-5
/
+6
*
Remove more uses of the attribute enums by supplying appropriate query method...
Bill Wendling
2012-10-09
4
-18
/
+157
*
Convert to using the Attributes::Builder interface.
Bill Wendling
2012-10-09
5
-16
/
+47
*
Fix typo in docs.
Eric Christopher
2012-10-08
1
-3
/
+3
*
Fix up comment to be more clear.
Eric Christopher
2012-10-08
1
-2
/
+2
*
Update comment.
Bill Wendling
2012-10-08
1
-1
/
+1
*
Use the Attributes::Builder to build the attributes in the parser.
Bill Wendling
2012-10-08
4
-22
/
+92
*
Use DataTypes.h
Nadav Rotem
2012-10-08
1
-1
/
+1
*
Refactor the AddrMode class out of TLI to its own header file.
Nadav Rotem
2012-10-08
5
-25
/
+53
*
Convert the LLVM parser over to using the new Attributes::Builder to build its
Bill Wendling
2012-10-08
3
-33
/
+40
*
Give CaptureTracker::shouldExplore a base implementation. Most users want to do
Nick Lewycky
2012-10-08
3
-5
/
+3
*
Don't crash on extra evil irreducible control flow.
Jakob Stoklund Olesen
2012-10-08
3
-2
/
+85
*
Begin the transition to using the AttributesImpl object for the Attributes ivar.
Bill Wendling
2012-10-08
4
-84
/
+228
*
Add names for the accelerator table sections so that they can
Eric Christopher
2012-10-08
1
-0
/
+12
*
Update comment.
Eric Christopher
2012-10-08
1
-1
/
+2
*
Use a special path to place the .o files in.
Bill Wendling
2012-10-08
3
-3
/
+6
*
Fixup comment.
Eric Christopher
2012-10-08
1
-1
/
+1
*
Fixup comments.
Eric Christopher
2012-10-08
1
-2
/
+2
*
PR12716: PPC crashes on vector compare
Adhemerval Zanella
2012-10-08
4
-6
/
+218
*
misched: remove the unused getSpecialAddressLatency hook.
Andrew Trick
2012-10-08
4
-63
/
+7
*
misched: remove forceUnitLatencies. Defaults are handled by the default Sched...
Andrew Trick
2012-10-08
3
-40
/
+30
*
misched: avoid scheduling an instruction twice.
Andrew Trick
2012-10-08
1
-25
/
+29
*
PowerPC: Fix object creation with PPC::MTCRF8 instruction
Adhemerval Zanella
2012-10-08
1
-1
/
+3
*
Add floating-point to and from integer conversion
Adhemerval Zanella
2012-10-08
3
-0
/
+93
*
Fix the ocaml binding breakage from TargetData -> DataLayout changes.
Micah Villmow
2012-10-08
1
-19
/
+19
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-1
/
+1
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
32
-157
/
+157
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
229
-1000
/
+947
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
9
-14
/
+14
*
Some regression tests which are testing the old jit and are exercising functi...
James Molloy
2012-10-08
4
-1
/
+17
*
Remove unused MachineInstr constructors that don't take a DebugLoc argument.
Craig Topper
2012-10-07
2
-45
/
+1
*
Fix indentation. Remove 'else' after return. No functional change.
Craig Topper
2012-10-07
1
-11
/
+8
*
Silence Sphinx warnings.
Sean Silva
2012-10-07
1
-4
/
+4
*
X86: fcmov doesn't handle all possible EFLAGS, fall back to a branch for the ...
Benjamin Kramer
2012-10-07
2
-1
/
+459
*
Move more methods out-of-line. This is in preparation for changing the internal
Bill Wendling
2012-10-07
2
-26
/
+41
*
Sphinxify the GettinStarted documentation.
Bill Wendling
2012-10-07
3
-1761
/
+1306
*
Sphinxify the ExtendingLLVM documentation.
Bill Wendling
2012-10-07
3
-381
/
+309
*
Sphinxify the compiler writer info documentation.
Bill Wendling
2012-10-07
3
-267
/
+123
*
Make sure always-inline functions get inlined. <rdar://problem/12423986>
Bob Wilson
2012-10-07
1
-1
/
+3
*
Document MapVector.
Rafael Espindola
2012-10-07
1
-0
/
+19
*
Adding support for instructions mfc0, mfc2, mtc0, mtc2
Jack Carter
2012-10-06
3
-0
/
+54
*
Minor changes based on post commit review:
Jack Carter
2012-10-06
1
-29
/
+30
*
Minor changes based on post commit review:
Jack Carter
2012-10-05
1
-13
/
+12
*
This patch splits apart PPCISelLowering::LowerFormalArguments_Darwin_Or_64SVR4
Bill Schmidt
2012-10-05
2
-25
/
+309
[next]