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
path:
root
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move a few more warnings to use PrintWarning().
Jim Grosbach
2012-04-18
2
-7
/
+9
*
Tidy up. No need for a Twine here, as it's just constants.
Jim Grosbach
2012-04-18
1
-4
/
+4
*
Formatting.
Jim Grosbach
2012-04-18
1
-3
/
+2
*
Tidy up. Add a '.' at the end of the sentence.
Jim Grosbach
2012-04-18
1
-1
/
+1
*
Clean up warning text. Remove extraneous prefix.
Jim Grosbach
2012-04-18
1
-4
/
+4
*
TableGen use PrintWarning rather than fprintf(stderr,...) for warnings.
Jim Grosbach
2012-04-18
1
-12
/
+13
*
Fixed decoding for the ARM cdp2 instruction. The restriction on the coprocess...
Silviu Baranga
2012-04-18
1
-0
/
+1
*
Sanity check error handling for TokenAlias.
Jim Grosbach
2012-04-17
1
-0
/
+3
*
Goodbye, JSONParser...
Manuel Klimek
2012-04-17
4
-112
/
+1
*
Download and build the compiler-rt project.
Bill Wendling
2012-04-17
1
-1
/
+4
*
Don't tag libcxx and libcxxabi since we don't release them just yet.
Bill Wendling
2012-04-17
1
-2
/
+2
*
Tidy up. 80 columns.
Jim Grosbach
2012-04-17
1
-7
/
+9
*
Remove old code to strip out unwanted PPC slices for Apple llvmCore.
Bob Wilson
2012-04-13
1
-13
/
+0
*
Fix target specific intrinsic handling to adjust intrinsic number before doin...
Craig Topper
2012-04-13
1
-9
/
+15
*
Remove incorrect comment.
Jim Grosbach
2012-04-11
1
-1
/
+1
*
Tidy up. Remove hard tab characters.
Jim Grosbach
2012-04-11
1
-28
/
+28
*
Tidy up. Whitespace.
Jim Grosbach
2012-04-11
2
-5
/
+5
*
TableGen's regpressure: emit per-registerclass weight limits.
Andrew Trick
2012-04-11
3
-27
/
+38
*
TableGen'd regpressure: register unit set pruning.
Andrew Trick
2012-04-11
1
-18
/
+14
*
Tablegen'd regpressure: emit the weighted pressure limit.
Andrew Trick
2012-04-11
1
-1
/
+7
*
Table-generated register pressure fixes.
Andrew Trick
2012-04-11
1
-24
/
+47
*
TableGen/reginfo potential bug: typo from previous checkin.
Andrew Trick
2012-04-10
1
-1
/
+1
*
Fix for register pressure tables.
Andrew Trick
2012-04-10
1
-13
/
+15
*
Use std::includes instead of my own implementation.
Andrew Trick
2012-04-10
1
-9
/
+2
*
Added register unit sets to the target description.
Andrew Trick
2012-04-10
4
-0
/
+292
*
Added register unit weights to the target description.
Andrew Trick
2012-04-10
2
-19
/
+352
*
Fix header comment
Andrew Trick
2012-04-10
1
-2
/
+2
*
Do not include multiple -arch options in CPPFLAGS.
Bob Wilson
2012-04-05
1
-3
/
+2
*
Convert assert(false) followed by a return to llvm_unreachable
Craig Topper
2012-04-04
1
-2
/
+1
*
Fix the install location for the Embedded makefile target.
Bob Wilson
2012-04-03
1
-1
/
+1
*
Remove dead code for installing libLTO when building llvmCore.
Bob Wilson
2012-04-03
2
-37
/
+7
*
Add YAML parser to Support.
Michael J. Spencer
2012-04-03
3
-0
/
+228
*
When building llvmCore, pass the SDKROOT and -arch setting to configure.
Bob Wilson
2012-04-03
1
-0
/
+10
*
Remove a reference to the C backend.
Bob Wilson
2012-04-03
1
-1
/
+1
*
Tidy up spacing in some tablegen outputs.
Craig Topper
2012-04-03
2
-11
/
+9
*
Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.
Craig Topper
2012-04-03
2
-0
/
+3
*
As Eric pointed out, even a Debug build should be equal. Leave the flag that ...
Bill Wendling
2012-04-03
1
-10
/
+8
*
Cleanup set_union usage. The same thing but a bit cleaner now.
Andrew Trick
2012-04-03
1
-1
/
+1
*
Use std::set_union instead of nasty custom code.
Andrew Trick
2012-04-03
1
-13
/
+3
*
Compare the .o files only for release builds. Add an option to bypass the com...
Bill Wendling
2012-04-02
1
-16
/
+26
*
Second part for the 153874 one
Silviu Baranga
2012-04-02
1
-3
/
+3
*
Emit the asm writer's mnemonic table with SequenceToOffsetTable.
Benjamin Kramer
2012-04-02
1
-6
/
+21
*
Reorder fields in MatchEntry and OperandMatchEntry to reduce padding. A bit t...
Craig Topper
2012-04-02
1
-24
/
+25
*
Remove getInstructionName from MCInstPrinter implementations in favor of usin...
Craig Topper
2012-04-02
2
-50
/
+0
*
Use SequenceToOffsetTable to generate instruction name table for AsmWriter.
Craig Topper
2012-04-02
1
-25
/
+27
*
Use SequenceToOffsetTable to create instruction name table. Saves space parti...
Craig Topper
2012-04-01
1
-9
/
+16
*
Emit the LLVM<->DWARF register mapping as a sorted table and use binary searc...
Benjamin Kramer
2012-04-01
2
-43
/
+146
*
comment typo
Andrew Trick
2012-03-31
1
-1
/
+1
*
Introduce Register Units: Give each leaf register a number.
Andrew Trick
2012-03-31
2
-0
/
+60
*
Rip out emission of the regIsInRegClass function for the asm printer.
Benjamin Kramer
2012-03-30
2
-68
/
+3
[next]