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
...
*
Reorder some parts of the td file to by in alphabetical order
Reed Kotler
2012-10-10
1
-64
/
+75
*
Adding comments to clarify the reason for non-standard style in these files.
Andrew Kaylor
2012-10-10
4
-8
/
+30
*
Cosmetic changes
Andrew Kaylor
2012-10-10
2
-4
/
+4
*
This patch adds new functions to the SectionRef and ObjectFile interfaces to ...
Andrew Kaylor
2012-10-10
6
-1
/
+41
*
Implement MipsTargetLowering::CanLowerReturn.
Akira Hatanaka
2012-10-10
3
-1
/
+266
*
Revert "Use a special path to place the .o files in."
Bob Wilson
2012-10-09
3
-6
/
+3
*
Add extra vim swap file pattern
Michael Liao
2012-10-09
1
-0
/
+1
*
When expanding atomic load arith instructions, do not lose target flags. rdar...
Evan Cheng
2012-10-09
2
-44
/
+63
*
misched: Add computeInstrLatency to TargetSchedModel.
Andrew Trick
2012-10-09
2
-0
/
+32
*
misched: Doxument the TargetSchedule API.
Andrew Trick
2012-10-09
1
-7
/
+22
*
misched: Allow flags to disable hasInstrSchedModel/hasInstrItineraries for ex...
Andrew Trick
2012-10-09
2
-8
/
+14
*
misched: Remove LoopDependencies heuristic.
Andrew Trick
2012-10-09
2
-110
/
+1
*
Use the attribute builder to add attributes to call/invoke instruction. No fu...
Bill Wendling
2012-10-09
2
-40
/
+51
*
Initial assembler implementation of Mips load address macro
Jack Carter
2012-10-09
3
-6
/
+122
*
Add count() method to MapVector
Douglas Gregor
2012-10-09
1
-0
/
+5
*
Add in some interfaces that will allow easier access to the pointer address s...
Micah Villmow
2012-10-09
3
-3
/
+25
*
Use the attribute enums to query if a function has an attribute.
Bill Wendling
2012-10-09
4
-141
/
+22
*
Use the attribute enums to query if a parameter has an attribute.
Bill Wendling
2012-10-09
10
-196
/
+44
*
Revert r165547 to fix build.
Bill Wendling
2012-10-09
1
-4
/
+10
*
Use a single location for calculating the alignments.
Bill Wendling
2012-10-09
1
-10
/
+4
*
tblgen: Rename handleDependencies -> createDependencyFile
Sean Silva
2012-10-09
1
-2
/
+2
*
Remove this now unused variable macro.
Bill Wendling
2012-10-09
1
-1
/
+0
*
tblgen: Move dependency file output to a separate function.
Sean Silva
2012-10-09
1
-21
/
+31
*
Use appropriate method calls to get the alignment value.
Bill Wendling
2012-10-09
2
-6
/
+6
*
Whitespace.
Chad Rosier
2012-10-09
1
-3
/
+0
*
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
[prev]
[next]