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
...
*
Migrate CodeGen/2007-03-05-DataLayout.c from test/FrontendC with changes
Eric Christopher
2011-07-26
1
-0
/
+55
*
Fix a typo.
Bill Wendling
2011-07-26
1
-1
/
+1
*
Fix over-zealous rename from r136095.
Jim Grosbach
2011-07-26
1
-3
/
+3
*
XFAIL this test while I investigate it; it's failing for an unexpected reason.
Eli Friedman
2011-07-26
1
-0
/
+1
*
Add obvious missing case to switch. PR10497.
Eli Friedman
2011-07-26
2
-2
/
+13
*
Migrate CodeGen/2005-02-20-AggregateSAVEEXPR.c from test/FrontendC with
Eric Christopher
2011-07-26
1
-0
/
+5
*
Migrate CodeGen/2009-09-24-SqrtErrno.c from test/FrontendC with changes
Eric Christopher
2011-07-26
1
-0
/
+12
*
Migrate CodeGen/2002-03-11-LargeCharInString.c from test/FrontendC and
Eric Christopher
2011-07-26
1
-0
/
+10
*
Add CodeGen/2009-07-15-pad-wchar_t-array.c migrated from test/FrontendC
Eric Christopher
2011-07-26
1
-0
/
+17
*
Fix a couple minor mistakes pointed out by Bill in adding 'fence' instruction.
Eli Friedman
2011-07-26
2
-24
/
+25
*
The test function to determine whether we have reached the end of the list was
Johnny Chen
2011-07-26
2
-31
/
+19
*
lldb.swig (the SWIG input file) has become too large. Modularize a bit by in...
Johnny Chen
2011-07-26
3
-639
/
+639
*
Fix llvm-mc target detection code to match llc.
Evan Cheng
2011-07-26
1
-12
/
+33
*
Migrate wchar-const.c with fixes and FileCheck from llvm/test/FrontendC.
Eric Christopher
2011-07-26
1
-0
/
+22
*
Revert r136046 while fixing handling of e.g. &foo[index_one_past_size]
Kaelyn Uhrain
2011-07-26
6
-134
/
+28
*
Updating stale documentation on regalloc modes.
Andrew Trick
2011-07-26
1
-7
/
+13
*
Use the correct for for the version. It's little endian and my brain is
Bill Wendling
2011-07-26
1
-1
/
+1
*
ARM diagnostics for ldrexd/stredx out of order paired register operands.
Jim Grosbach
2011-07-26
2
-1
/
+51
*
Remove now unused patterns. 0 insertions(+), 98 deletions(-)
Bruno Cardoso Lopes
2011-07-26
1
-98
/
+0
*
Cleanup old matching for PUNPCK* variants
Bruno Cardoso Lopes
2011-07-26
1
-44
/
+42
*
This patch extends the previous patch by starting to incorporate more functio...
Jonathan D. Turner
2011-07-26
4
-49
/
+80
*
While extracting lexical scopes from machine instruction stream, work on one ...
Devang Patel
2011-07-26
1
-9
/
+9
*
ARM parsing and encoding tests for load/store exclusive instructions.
Jim Grosbach
2011-07-26
2
-24
/
+27
*
Provide fixit for static use of objective-c type
Fariborz Jahanian
2011-07-26
2
-9
/
+33
*
ARM fix for LDREX source register encoding.
Jim Grosbach
2011-07-26
1
-2
/
+2
*
SCEV: Added a data structure for storing not-taken info per loop
Andrew Trick
2011-07-26
2
-186
/
+333
*
Strip trailing whitespace.
Duncan Sands
2011-07-26
1
-3
/
+3
*
ARM assembly parsing and encoding for SWP[B] instructions.
Jim Grosbach
2011-07-26
3
-6
/
+18
*
ARM SWP instructions store, too, not just load.
Jim Grosbach
2011-07-26
1
-5
/
+3
*
Clean up the ARM asm parser a bit.
Jim Grosbach
2011-07-26
3
-93
/
+95
*
Eliminate a bunch of temporary strings.
Benjamin Kramer
2011-07-26
2
-5
/
+5
*
ARM fix asm parsing range check for [0,31] immediates.
Jim Grosbach
2011-07-26
1
-1
/
+3
*
ARM parsing and encoding for SVC instruction.
Jim Grosbach
2011-07-26
6
-4
/
+44
*
ARM assembly parsing and encoding tests for SUB instruction.
Jim Grosbach
2011-07-26
1
-0
/
+60
*
Update ARM STM tests. Fix check: prefix for diagnostic tests.
Jim Grosbach
2011-07-26
2
-80
/
+89
*
Teach the Triple class about kfreebsd (FreeBSD kernel with
Duncan Sands
2011-07-26
2
-0
/
+4
*
Add new libclang API, clang_codeCompleteGetObjCSelector(), which
Douglas Gregor
2011-07-26
8
-7
/
+82
*
Add LLVMAddAlwaysInlinerPass to the C API.
Rafael Espindola
2011-07-26
2
-0
/
+7
*
LLVM 3.0 is here, remove old do nothing method.
Rafael Espindola
2011-07-26
2
-8
/
+0
*
When we decide not to rebuild an instantiated C++ 'new' expression
Douglas Gregor
2011-07-26
2
-0
/
+30
*
SrcDef is only written and never read. Remove it.
Duncan Sands
2011-07-26
1
-8
/
+7
*
Add helper function for getting true/false constants in a uniform
Duncan Sands
2011-07-26
1
-34
/
+48
*
Objective-C++ ARC: When performing template argument deduction for a
Douglas Gregor
2011-07-26
2
-0
/
+25
*
Clean up the HTML here a bit.
Bill Wendling
2011-07-26
1
-1
/
+2
*
Fix typo in comment.
Jay Foad
2011-07-26
1
-1
/
+1
*
Don't try to dereference syms[0] on an empty vector. Reported by Todd Jackson
Nick Lewycky
2011-07-26
1
-0
/
+2
*
The compact unwinding offsets are divided by 8 on 64-bit machines.
Bill Wendling
2011-07-26
1
-2
/
+4
*
Describe the reasoning for compact unwind in better terms. Thanks to Nick Kle...
Bill Wendling
2011-07-26
1
-19
/
+23
*
After further discussion it has been determined that alignof should report
Chad Rosier
2011-07-26
8
-56
/
+11
*
Cleanup the stray comments and variables I could dig out of Sema to
Chandler Carruth
2011-07-26
3
-13
/
+13
[prev]
[next]