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
*
For C++ copied in objects, use copy constructors in
Fariborz Jahanian
2010-06-04
3
-7
/
+49
*
Add ARM paths for debian. Not enough to bootstrap on a beagle board, but
Rafael Espindola
2010-06-04
1
-0
/
+2
*
Fix an apparent typo.
Dan Gohman
2010-06-04
1
-1
/
+1
*
Restructure how we interpret block-literal declarators. Correctly handle
John McCall
2010-06-04
6
-80
/
+88
*
Don't insert in lexical context implicit definitions of static member instances.
Abramo Bagnara
2010-06-04
1
-1
/
+2
*
When checking for equality of template parameter lists, a template
Douglas Gregor
2010-06-04
3
-3
/
+60
*
Delay checking for mutable const fields until we're checking the field.
John McCall
2010-06-04
2
-30
/
+28
*
Properly disambiguate between an elaborated-type-specifier and a
Douglas Gregor
2010-06-04
2
-2
/
+36
*
Progress on generating BuiltinsARM.def, still some duplicates to work out.
Nate Begeman
2010-06-04
1
-3
/
+110
*
More refactoring.
John McCall
2010-06-04
2
-27
/
+36
*
Add a short circuit in isVirtuallyDerivedFrom.
Anders Carlsson
2010-06-04
1
-0
/
+3
*
BuiltinsARM.def emitter, still needs a substantial bit of tweaking to lighten...
Nate Begeman
2010-06-04
3
-71
/
+119
*
more dbg_value adjustments so debug info doesn't affect codegen
Jim Grosbach
2010-06-04
1
-2
/
+4
*
Fixed a bug during widening where we would avoid legalizing a node. When we
Mon P Wang
2010-06-04
3
-47
/
+72
*
Assignments to reference variables shouldn't kill the variable.
Jordy Rose
2010-06-04
2
-9
/
+43
*
Fixed Objective-C type encoding for bitfields for the GNU runtime to match th...
David Chisnall
2010-06-04
2
-36
/
+78
*
Remove more tail calls.
Dale Johannesen
2010-06-04
2
-2
/
+2
*
Remove a tail call, and move some CHECKs to the
Dale Johannesen
2010-06-04
1
-3
/
+3
*
Remove now unused code.
Anders Carlsson
2010-06-04
1
-235
/
+13
*
Use CXXRecordDecl::getFinalOverriders to get final overriders. This speeds up...
Anders Carlsson
2010-06-04
1
-1
/
+119
*
Remove a couple of unnecessary uses of IsStandardConversion.
John McCall
2010-06-04
1
-17
/
+6
*
Mangle __builtin_neon_* names appropriately.
Nate Begeman
2010-06-04
2
-30
/
+97
*
No need to special-case structs here; structs are first-class now.
Dan Gohman
2010-06-04
1
-3
/
+1
*
fix typo
Jim Grosbach
2010-06-04
1
-1
/
+1
*
This test doesn't need the ssp attribute.
Dan Gohman
2010-06-04
1
-1
/
+1
*
For NEON vectors with 32- or 64-bit elements, select BUILD_VECTORs and
Bob Wilson
2010-06-04
3
-31
/
+75
*
Remove tail call. A tail call version will follow.
Dale Johannesen
2010-06-04
1
-1
/
+1
*
Add some missing checks in TwoAddressInstructionPass::CoalesceExtSubRegs.
Bob Wilson
2010-06-03
1
-4
/
+21
*
Cleanup 80-column and trim trailing whitespace
Jim Grosbach
2010-06-03
1
-33
/
+33
*
Check the output of this test.
Eli Friedman
2010-06-03
1
-1
/
+7
*
Think through my commit this time.
Eli Friedman
2010-06-03
1
-1
/
+1
*
Make sure this test doesn't break when we disallow throwing an exception
Eli Friedman
2010-06-03
1
-2
/
+1
*
Teach the ARM load-store optimizer to deal with dbg_value instructions.
Jim Grosbach
2010-06-03
1
-4
/
+16
*
Removing commit access test file.
Tom Care
2010-06-03
1
-0
/
+0
*
Testing commit access.
Tom Care
2010-06-03
1
-0
/
+0
*
Remove tail call to preserve this test. A tail
Dale Johannesen
2010-06-03
1
-1
/
+1
*
Make this test not use tail calls. A tail call
Dale Johannesen
2010-06-03
1
-3
/
+3
*
Classify NEON intrinsics by overloading-type for codegen
Nate Begeman
2010-06-03
1
-146
/
+162
*
Add some additional capabilities to the neon emitter
Nate Begeman
2010-06-03
1
-4
/
+31
*
Add a emit-llvm option to the plugin and make the path argument to also-emit-...
Rafael Espindola
2010-06-03
1
-2
/
+23
*
Early implementation of tail call for ARM.
Dale Johannesen
2010-06-03
6
-6
/
+378
*
Make sure to check the accessibility of and mark the destructor for the
Eli Friedman
2010-06-03
3
-3
/
+40
*
Fix SimplifyDemandedBits' AssertZext logic to demand all the bits. It
Dan Gohman
2010-06-03
2
-4
/
+30
*
Don't intentionally try to ignore the value of a scalar expression when we
Eli Friedman
2010-06-03
2
-1
/
+13
*
updated by-chapter-complete chart
Howard Hinnant
2010-06-03
1
-0
/
+0
*
Hack in some really terrible C++ record PCH support that I need right now.
John McCall
2010-06-03
6
-25
/
+101
*
Revert 105308.
Bob Wilson
2010-06-03
2
-19
/
+4
*
Perfer !string.empty() over string != "".
Nick Lewycky
2010-06-03
1
-2
/
+2
*
Forgot to update the most important part of the gtest modifications readme.
Benjamin Kramer
2010-06-03
1
-1
/
+1
*
Whitespace cleanup.
Nick Lewycky
2010-06-03
1
-5
/
+5
[next]