index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
First round of code cleanups:
Enrico Granata
2011-08-17
14
-646
/
+610
*
Fix PR10688. Add support for spliting 256-bit vector shifts when the
Bruno Cardoso Lopes
2011-08-17
2
-11
/
+31
*
Reorganize the return-type vs. expression checking code in
John McCall
2011-08-17
1
-30
/
+30
*
Somehow I fouled up this test.
John McCall
2011-08-17
1
-2
/
+0
*
Tidy up. 80 columns.
Jim Grosbach
2011-08-17
1
-34
/
+49
*
Add the support in code-gen for the landingpad instruction lowering.
Bill Wendling
2011-08-17
3
-3
/
+75
*
ARM clean up the imm_sr operand class representation.
Jim Grosbach
2011-08-17
8
-29
/
+36
*
Remove an unnecessary assignment (to InstFromD).
Argyrios Kyrtzidis
2011-08-17
1
-7
/
+3
*
Gather cleanups correctly in block return statements.
John McCall
2011-08-17
2
-12
/
+33
*
Disable PRE for landing pads.
Bill Wendling
2011-08-17
1
-2
/
+14
*
Revert patch. Forgot a dependent commit.
Bill Wendling
2011-08-17
1
-39
/
+3
*
[analyzer] Migrate assumption and binding handling from CFRefCount to RetainR...
Jordy Rose
2011-08-17
1
-100
/
+94
*
Add the body of 'visitLandingPad'.
Bill Wendling
2011-08-17
1
-3
/
+39
*
Increment the insertion iterator to beyond the landingpad instruction.
Bill Wendling
2011-08-17
1
-1
/
+1
*
Don't optimize the landing pad exit block.
Bill Wendling
2011-08-17
1
-4
/
+18
*
Fix incorrect code indentation and silence dead store warning due to idiomati...
Ted Kremenek
2011-08-17
1
-43
/
+45
*
In the AST file format, eliminate the CHAINED_METADATA record. Instead,
Douglas Gregor
2011-08-17
6
-41
/
+45
*
Fix a handful of dead stores found by Clang's static analyzer. There's a bun...
Ted Kremenek
2011-08-17
3
-7
/
+6
*
Assert that we aren't trying to split the critical edge of a landing pad. Doing
Bill Wendling
2011-08-17
1
-0
/
+5
*
Fix predicate for imm1_32
Jim Grosbach
2011-08-17
1
-1
/
+4
*
Thumb assembly parsing and encoding for ADR.
Jim Grosbach
2011-08-17
3
-2
/
+11
*
Revert r137655. There is some question about whether the 'landingpad'
Bill Wendling
2011-08-17
3
-3
/
+5
*
Don't move assign string::allocator_type when propagate_on_container_move_ass...
Howard Hinnant
2011-08-17
1
-1
/
+23
*
Add a couple of FIXMEs.
Jim Grosbach
2011-08-17
1
-0
/
+8
*
Add a bit more comments to the BugReporter and friends.
Anna Zaks
2011-08-17
1
-5
/
+35
*
[libclang] Implicit objc methods are skipped, no need to check isSynthesized.
Argyrios Kyrtzidis
2011-08-17
1
-6
/
+0
*
80 columns.
Jim Grosbach
2011-08-17
1
-1
/
+2
*
Tidy up.
Jim Grosbach
2011-08-17
1
-2
/
+1
*
Modify for the new EH scheme.
Bill Wendling
2011-08-17
1
-1
/
+57
*
Remove unneeded sentence.
Bill Wendling
2011-08-17
1
-2
/
+1
*
Revert r137781; I agree with Duncan's comment that the situation in question ...
Eli Friedman
2011-08-17
1
-5
/
+4
*
Mark objc methods that are implicitly declared for properties (not user-decla...
Argyrios Kyrtzidis
2011-08-17
11
-46
/
+48
*
Fix -ferror-limit= to properly emit notes following the last error
Douglas Gregor
2011-08-17
3
-4
/
+44
*
New category "gnu-libstdc++" provides summary for std::string and synthetic c...
Enrico Granata
2011-08-17
9
-16
/
+338
*
Fix iterator end for r137842.
Chad Rosier
2011-08-17
1
-1
/
+1
*
Add support for half-word unaligned loads and stores.
Akira Hatanaka
2011-08-17
3
-14
/
+31
*
Fix test case.
Devang Patel
2011-08-17
1
-1
/
+2
*
Remove superficial test.
Devang Patel
2011-08-17
1
-6
/
+0
*
Robustify test.
Devang Patel
2011-08-17
1
-4
/
+8
*
Static fields require an out-of-line definition. Fix DynamicLibrary for real.
Jordy Rose
2011-08-17
1
-0
/
+2
*
...and make sure DynamicLibrary builds by removing "const" from the Invalid p...
Jordy Rose
2011-08-17
1
-1
/
+1
*
[driver] Clang doesn't support -mkernel/-fapple-kext for i386, so it's
Chad Rosier
2011-08-17
3
-0
/
+23
*
Don't use NULL to represent an invalid library; Cygwin uses this for RTLD_DEF...
Jordy Rose
2011-08-17
1
-2
/
+7
*
Start building a Thumb1 decoding test file based on the Thumb1 parsing/encodi...
Owen Anderson
2011-08-17
1
-0
/
+30
*
Add additional path to Linux toolchain. Patch by Will Dietz. PR10690.
Eli Friedman
2011-08-17
1
-0
/
+3
*
Be more careful in the Thumb decoder hooks to avoid walking off the end of th...
Owen Anderson
2011-08-17
1
-8
/
+12
*
Silly mistake from r137777; restore significant isStructTy() checks. While h...
Eli Friedman
2011-08-17
2
-4
/
+28
*
Add the ARM VFP variants to the cc_kext libraries for armv6 and armv7.
Bob Wilson
2011-08-17
1
-2
/
+36
*
Add Gentoo gcc 4.3.4 include paths
Nico Weber
2011-08-17
1
-0
/
+4
*
Thumb assembly parsing and encoding for ADC(register) instruction.
Jim Grosbach
2011-08-17
1
-0
/
+8
[next]