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
*
Inline the checks for mutually exclusive attributes since they're used in onl...
Bill Wendling
2012-10-09
3
-22
/
+57
*
Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplified
Rafael Espindola
2012-10-09
3
-19
/
+22
*
Move the 'FunctionOnly' attributes thingy inside of the Attributes class.
Bill Wendling
2012-10-09
3
-59
/
+100
*
Not everyone uses C++11, apparently
Douglas Gregor
2012-10-09
1
-1
/
+1
*
Allow MapVector clients to specify the map and vector types, and add a
Douglas Gregor
2012-10-09
1
-3
/
+8
*
More descriptive, doxygen-ed comments
Michael Ilseman
2012-10-09
1
-2
/
+4
*
tblgen: Remove pointless method call.
Sean Silva
2012-10-09
1
-1
/
+0
*
New EarlyCSE tests for CSE-ing across commutativity.
Michael Ilseman
2012-10-09
1
-0
/
+66
*
Update EarlyCSE's SimpleValues to use Hashing.h for their hashes. Expanded th...
Michael Ilseman
2012-10-09
1
-25
/
+81
*
New value_op_iterator for User. This allows other code to iterate over the Us...
Michael Ilseman
2012-10-09
1
-1
/
+38
*
Improvements to MIPS64 assembler:
David Chisnall
2012-10-09
2
-42
/
+85
*
Add in the first step of the multiple pointer support. This adds in support t...
Micah Villmow
2012-10-09
4
-49
/
+190
*
Fixup for r165490: Use DenseMap instead of std::map. Simplify the loop in Col...
Alexey Samsonov
2012-10-09
1
-13
/
+16
*
Move the 'ParameterOnly' variable inside of the Attributes class and make it ...
Bill Wendling
2012-10-09
2
-27
/
+28
*
Remove the now dead VarArgsIncompatible variable.
Bill Wendling
2012-10-09
2
-7
/
+2
*
Use the enum value of the attributes when removing them from the attributes b...
Bill Wendling
2012-10-09
3
-113
/
+1
*
Use the enum value of the attributes when adding them to the attributes builder.
Bill Wendling
2012-10-09
7
-154
/
+67
*
Fix PR14016.
Alexey Samsonov
2012-10-09
4
-0
/
+126
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
48
-306
/
+319
*
Remove some dead methods.
Bill Wendling
2012-10-09
3
-37
/
+0
*
Remove ifdef'd code.
Bill Wendling
2012-10-09
1
-38
/
+0
*
Separate AVXCC and SSECC printing for cmpps/pd/ss/sd and add masking before t...
Craig Topper
2012-10-09
5
-4
/
+55
*
Revert r117093, "test/Makefile: Force lit -j1 on Cygwin."
NAKAMURA Takumi
2012-10-09
1
-5
/
+0
*
In parseMSRMaskOperand, add an explicit check for the operand being an identi...
Craig Topper
2012-10-09
1
-1
/
+2
*
Remove some dead code from ARMAsmPrinter. Add virtual and LLVM_OVERRIDE to th...
Craig Topper
2012-10-09
2
-38
/
+22
*
Remove some unused code in the X86AsmPrinter. Add LLVM_OVERRIDE and virtual k...
Craig Topper
2012-10-09
2
-64
/
+15
*
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
[next]