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
*
Many updates to Windows project files.
Steve Naroff
2009-01-26
5
-0
/
+28
*
Update VS project files.
Steve Naroff
2009-01-26
2
-0
/
+24
*
Comment fix.
Daniel Dunbar
2009-01-26
1
-1
/
+1
*
ccc: -o should not be automatically forwarded to generic gcc tools.
Daniel Dunbar
2009-01-26
1
-1
/
+1
*
ccc: Recognize -emit-llvm [-S].
Daniel Dunbar
2009-01-26
6
-16
/
+50
*
Fix a bug in BitVector.h. All assignment operations (except the usual
Roman Levenstein
2009-01-26
1
-3
/
+3
*
start plumbing together the line table information. So far we just
Chris Lattner
2009-01-26
3
-22
/
+127
*
Actually source file has already been uniquified into an id during isel. Elim...
Evan Cheng
2009-01-26
3
-40
/
+12
*
Add data structure to define and track debug location during codegen.
Evan Cheng
2009-01-26
3
-1
/
+150
*
Looks like comments were chopped off.
Evan Cheng
2009-01-26
1
-2
/
+3
*
Lazily paging in file contents is a big win for PTH, strip out the old
Chris Lattner
2009-01-26
1
-20
/
+2
*
LLVM_SUPPORT_DEBUGINFO_H -> LLVM_ANALYSIS_DEBUGINFO_H since DebugInfo.h is un...
Evan Cheng
2009-01-26
1
-2
/
+2
*
Bitmangle file characteristic bits into the low bits of
Chris Lattner
2009-01-26
1
-10
/
+12
*
add parsing and constraint enforcement for GNU line marker directives.
Chris Lattner
2009-01-26
4
-40
/
+173
*
Use tag classes instead of typedefs for GDM entries 'ConstNotEq' and 'ConstEq...
Ted Kremenek
2009-01-26
1
-29
/
+33
*
add another sanity test.
Chris Lattner
2009-01-26
1
-0
/
+4
*
a few minor cleanups
Chris Lattner
2009-01-26
1
-2
/
+6
*
parse and enforce required constraints on #line directives. Right now
Chris Lattner
2009-01-26
4
-14
/
+104
*
Fixed optimization of combining two shuffles where the first shuffle inputs
Mon P Wang
2009-01-26
2
-1
/
+22
*
added to wrong directory
Chris Lattner
2009-01-26
1
-0
/
+0
*
an insane macro testcase.
Chris Lattner
2009-01-26
1
-0
/
+639
*
Take the next steps in making SDUse more consistent with LLVM Use, and
Dan Gohman
2009-01-26
5
-266
/
+238
*
eagerly resolve the spelling locations of macro argument preexpansions.
Chris Lattner
2009-01-26
2
-3
/
+10
*
Eagerly resolve the spelling location of the tokens in a definition
Chris Lattner
2009-01-26
2
-0
/
+18
*
Only resolve a macro's instantiation loc once per macro, instead of once
Chris Lattner
2009-01-26
1
-0
/
+7
*
Untabify code.
Scott Michel
2009-01-26
6
-49
/
+49
*
CellSPU:
Scott Michel
2009-01-26
11
-300
/
+552
*
Fix a typo
Nate Begeman
2009-01-26
1
-3
/
+2
*
De-identifying per sabre review
Nate Begeman
2009-01-26
1
-56
/
+59
*
Build libLTO on any platform so long as PIC is enabled.
Nick Lewycky
2009-01-26
2
-8
/
+3
*
Add some documentation for address-space-based access to the segment registers.
Nate Begeman
2009-01-26
1
-1
/
+22
*
Handle single-entry phi nodes gracefully in condprop.
Chris Lattner
2009-01-26
2
-0
/
+45
*
Fix PR3408 by making a non-obvious assumption very obvious, and
Chris Lattner
2009-01-26
2
-2
/
+27
*
More cleanups and simplifications, no functionality change.
Chris Lattner
2009-01-26
1
-47
/
+23
*
tidy asserts
Chris Lattner
2009-01-26
1
-18
/
+17
*
PR3269: create an empty InitListExpr as a child for the
Eli Friedman
2009-01-26
1
-3
/
+7
*
Map address space 256 to gs; similar mappings could be supported for the
Nate Begeman
2009-01-26
3
-0
/
+28
*
Support pattern matching various x86 sse shifts.
Nate Begeman
2009-01-26
1
-0
/
+93
*
Check in the long promised SourceLocation rewrite. This lays the
Chris Lattner
2009-01-26
11
-429
/
+516
*
Update C++ status table with new member pointer conversion capabilities.
Sebastian Redl
2009-01-26
1
-7
/
+7
*
silence a warning when assertions are disabled.
Chris Lattner
2009-01-25
1
-3
/
+3
*
improve ASTContext::getDeclAlign comment, as suggested by Eli.
Chris Lattner
2009-01-25
1
-3
/
+3
*
use simpler method
Chris Lattner
2009-01-25
1
-1
/
+1
*
should have removed the + when manually applying a patch!
Torok Edwin
2009-01-25
1
-2
/
+2
*
revert this patch for now, because Codegen does still want to generate SSE code,
Torok Edwin
2009-01-25
3
-0
/
+8
*
Implement implicit conversions for pointers-to-member.
Sebastian Redl
2009-01-25
7
-10
/
+147
*
testcase for llvm-gcc part of PR3402.
Torok Edwin
2009-01-25
1
-0
/
+30
*
If user explicitly asks not to use SSE, don't force it. This fixes LLVM part ...
Torok Edwin
2009-01-25
2
-2
/
+20
*
Eliminate the loop that searches through each of the operands
Dan Gohman
2009-01-25
2
-196
/
+179
*
Whitespace tidiments.
Dan Gohman
2009-01-25
1
-2
/
+1
[next]