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
*
Fix an incorrect decoder test.
Owen Anderson
2011-09-26
1
-2
/
+2
*
Add a comment in ASTReader::ReadPragmaDiagnosticMappings that the user bit
Argyrios Kyrtzidis
2011-09-26
1
-0
/
+1
*
Fixed an include path that was breaking Linux builds.
Sean Callanan
2011-09-26
1
-1
/
+1
*
objc - compare setter/property types using
Fariborz Jahanian
2011-09-26
1
-2
/
+2
*
Add SB API class SBWatchpointLocation and some extra methods to the SBTarget ...
Johnny Chen
2011-09-26
16
-19
/
+431
*
Move string literal to bool conversion into its own warning flag -Wstring-con...
Richard Trieu
2011-09-26
4
-17
/
+20
*
Remove old hack for compiling with gcc-4.0.
Bob Wilson
2011-09-26
1
-25
/
+8
*
Remove incorrect testcases.
Owen Anderson
2011-09-26
1
-4
/
+0
*
objc - in matching setter argument type to its property type,
Fariborz Jahanian
2011-09-26
2
-1
/
+37
*
Set register class of a register according to value of HasMips64.
Akira Hatanaka
2011-09-26
1
-1
/
+1
*
Define variable HasMips64 in MipsTargetLowering.
Akira Hatanaka
2011-09-26
2
-4
/
+5
*
In single float mode, double precision FP arguments are passed in integer
Akira Hatanaka
2011-09-26
1
-4
/
+3
*
Convert more tests to new atomic instructions.
Eli Friedman
2011-09-26
3
-35
/
+19
*
Convert more tests over to the new atomic instructions.
Eli Friedman
2011-09-26
6
-1504
/
+1367
*
objc-arc: mark functions which return types which can't be dealt with
Fariborz Jahanian
2011-09-26
2
-1
/
+16
*
Fix grammar.
Bill Wendling
2011-09-26
1
-2
/
+2
*
Remove dead table entry.
Bill Wendling
2011-09-26
1
-1
/
+0
*
Make necessary changes in AddMIPSTargetArgs for targeting Mips64. Enable use of
Akira Hatanaka
2011-09-26
1
-16
/
+52
*
Some minor (and more involved) cleanups. No real context changes.
Bill Wendling
2011-09-26
1
-128
/
+121
*
ASR #32 is not allowed on Thumb2 USAT and SSAT instructions.
Owen Anderson
2011-09-26
4
-3
/
+38
*
Convert more tests over to the new atomic instructions.
Eli Friedman
2011-09-26
4
-65
/
+23
*
Upgrade a couple more tests to the new atomic instructions.
Eli Friedman
2011-09-26
2
-12
/
+5
*
Enhance alias analysis for atomic instructions a bit. Upgrade a couple alias...
Eli Friedman
2011-09-26
4
-14
/
+46
*
PTX: Fix memcpy intrinsic to handle 64-bit pointers
Justin Holewinski
2011-09-26
1
-8
/
+9
*
Fixes for a few different versions of the darwin crash log.
Greg Clayton
2011-09-26
1
-20
/
+32
*
Fix this test so it doesn't fail on Mac.
Eli Friedman
2011-09-26
1
-6
/
+6
*
CheckStringInit has side effects; make sure we don't run it in VerifyOnly mod...
Eli Friedman
2011-09-26
2
-3
/
+9
*
[libclang] Report implicit objc methods for properties when indexing.
Argyrios Kyrtzidis
2011-09-26
4
-2
/
+36
*
Remove the @expectedFailureClang custom decorator for indicating clang-specif...
Johnny Chen
2011-09-26
1
-2
/
+3
*
PTX: Implement PTXSelectionDAGInfo
Justin Holewinski
2011-09-26
5
-5
/
+214
*
PTX: Implement ISD::ANY_EXTEND
Justin Holewinski
2011-09-26
1
-0
/
+12
*
PTX: Fix detection of stack load/store vs. global load/store, as well as fix the
Justin Holewinski
2011-09-26
4
-50
/
+77
*
Fix a typo in the new VerifyOnly handling in SemaInit. No visible difference...
Eli Friedman
2011-09-26
1
-1
/
+1
*
Factored out handling of the source code for an
Sean Callanan
2011-09-26
4
-50
/
+186
*
Added an example that symbolicates symbol information. This file
Greg Clayton
2011-09-26
1
-0
/
+565
*
Add a small note to BaseSubobject about where it is actually used.
Eli Friedman
2011-09-26
1
-1
/
+1
*
Fix assertion hit when @encoding C++ classes. rdar://10172840 & http://llvm.o...
Argyrios Kyrtzidis
2011-09-26
2
-2
/
+23
*
Modify SBFrame::WatchValue() impl so that for the watchpoint location created,
Johnny Chen
2011-09-26
1
-0
/
+12
*
Fix emission of debug data for global variables. getContext() on DIGlobalVari...
James Molloy
2011-09-26
3
-2
/
+60
*
Add back support for a manually formatted section of the diagnostic
Chandler Carruth
2011-09-26
2
-1
/
+17
*
PTX: Add .align tests to stack object test file
Justin Holewinski
2011-09-26
1
-2
/
+11
*
PTX: SM > 2.0 implies +double
Justin Holewinski
2011-09-26
1
-5
/
+6
*
PTX: Fix some lingering issues with stack allocation
Justin Holewinski
2011-09-26
2
-1
/
+13
*
PTX: Split up the TableGen instruction definitions into logical units
Justin Holewinski
2011-09-26
3
-418
/
+300
*
PTX: Unify handling of loads/stores
Justin Holewinski
2011-09-26
5
-206
/
+38
*
PTX: Handle FrameIndex nodes
Justin Holewinski
2011-09-26
6
-30
/
+204
*
Update comments.
Eric Christopher
2011-09-26
1
-3
/
+3
*
Fix comment to reflect reality.
Eric Christopher
2011-09-26
1
-2
/
+1
*
Re-arrange and bitfieldify data members of CXXConstructExpr to save a
Douglas Gregor
2011-09-26
2
-8
/
+8
*
Diagnose attempts to use 'using typename' with a non-identifier name,
Douglas Gregor
2011-09-26
3
-0
/
+25
[next]