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
*
[rand.dist.samp.discrete]
Howard Hinnant
2010-05-19
25
-3
/
+1602
*
Mark a few more pattern-less instructions with neverHasSideEffects. This is e...
Evan Cheng
2010-05-19
3
-0
/
+12
*
Fix an obvious goof that rjmccall found by inspection. No testcase, suggestions
Chandler Carruth
2010-05-19
1
-1
/
+1
*
Add a comment explaining why this code uses Append mode.
Dan Gohman
2010-05-19
1
-0
/
+4
*
Intrinsics which do a vector compare (results are all zero or all ones) are m...
Evan Cheng
2010-05-19
2
-6
/
+88
*
Factor out the code for picking integer arithmetic with immediate
Dan Gohman
2010-05-19
1
-15
/
+32
*
Add a test to make sure that we're lowering the shift amount correctly.
Eric Christopher
2010-05-19
1
-0
/
+22
*
Add a comment.
Dan Gohman
2010-05-18
1
-0
/
+1
*
Fix the predicate which checks for non-sensical formulae which have
Dan Gohman
2010-05-18
1
-4
/
+5
*
Factor out the code for recomputing an LSRUse's Regs set after some
Dan Gohman
2010-05-18
1
-17
/
+40
*
Fix a crash when debugging the coalescer. DebugValue instructions are not
Bob Wilson
2010-05-18
1
-4
/
+13
*
Basic test for user-defined conversions involving vector types
Douglas Gregor
2010-05-18
1
-3
/
+23
*
Misc. fixes to bring Objetive-C++'s handling of
Fariborz Jahanian
2010-05-18
3
-4
/
+15
*
Protect isIntegerConstantExpr from seeing type- or value-dependent
Douglas Gregor
2010-05-18
4
-16
/
+40
*
Factor out code for estimating search space complexity into a helper
Dan Gohman
2010-05-18
1
-22
/
+26
*
Implement C++ support for vector and extended vector types. This
Douglas Gregor
2010-05-18
4
-8
/
+181
*
Add some more debug output.
Dan Gohman
2010-05-18
1
-0
/
+1
*
Factor out the code for deleting a formula from an LSRUse into
Dan Gohman
2010-05-18
1
-4
/
+9
*
Make some debug output more informative.
Dan Gohman
2010-05-18
1
-2
/
+3
*
Print an error message in Formula::print if the HasBaseReg flag
Dan Gohman
2010-05-18
1
-0
/
+7
*
Rename RegUseTracker's RegUses member to RegUsesMap to avoid
Dan Gohman
2010-05-18
1
-7
/
+7
*
Add function 'clang_isTagDeclDefinition()' to allow clients of libclang to di...
Ted Kremenek
2010-05-18
4
-0
/
+18
*
Remember to update VirtRegLastUse when spilling without killing before a call.
Jakob Stoklund Olesen
2010-05-18
2
-0
/
+47
*
Add set_new_handler and nothrow implementations
Nick Kledzik
2010-05-18
1
-0
/
+10
*
Teach mode load folding and unfolding code about CMP32ri8 and friends.
Dan Gohman
2010-05-18
1
-3
/
+9
*
Don't eliminate frame pointers from leaf functions if "--disable-fp-elim" is
Bill Wendling
2010-05-18
1
-1
/
+1
*
When converting a test to a cmp to fold a load, use the cmp that has an
Dan Gohman
2010-05-18
2
-3
/
+71
*
Quick test to make sure we're emitting the tbss section correctly.
Eric Christopher
2010-05-18
1
-0
/
+114
*
make mcinstlower remove all but the first operand to CALL64pcrel32.
Chris Lattner
2010-05-18
1
-1
/
+11
*
Sink dag combine's post index load / store code that swap base ptr and index ...
Evan Cheng
2010-05-18
3
-5
/
+40
*
Implement EmitTBSSSymbol for MachOStreamer.
Eric Christopher
2010-05-18
1
-5
/
+7
*
Fix enum to address array bounds regression.
mike-m
2010-05-18
1
-1
/
+1
*
Make EmitTBSSSymbol take a section argument so that we can find it later.
Eric Christopher
2010-05-18
4
-11
/
+18
*
Properly handle multiple definitions of a virtual register in the same
Jakob Stoklund Olesen
2010-05-18
1
-21
/
+41
*
Teach CursorVisitor about duplicate ObjCPropertyDecls that can arise because ...
Ted Kremenek
2010-05-18
4
-7
/
+94
*
Test passed on ppc, to my surprise; if it worked
Dale Johannesen
2010-05-18
1
-2
/
+0
*
[rand.dist.norm.t]
Howard Hinnant
2010-05-18
19
-2
/
+946
*
Continuously refine the register class of REG_SEQUENCE def with all the sourc...
Evan Cheng
2010-05-18
1
-2
/
+3
*
Fix PR7162: Use source register classes and sub-indices to determine the corr...
Evan Cheng
2010-05-18
2
-4
/
+44
*
Testcase for llvm-gcc checkin 104042.
Dale Johannesen
2010-05-18
1
-0
/
+19
*
These test now run in objective-c++ mode we well.
Fariborz Jahanian
2010-05-18
4
-0
/
+4
*
Incorporate Daniel's suggestion and use !isdigit(CurPtr[0]) and not
Kevin Enderby
2010-05-18
1
-1
/
+1
*
Fixed the problem with a branch to "0b" that was not parsed by llvm-mc
Kevin Enderby
2010-05-18
2
-13
/
+15
*
Add missing test case, provided by Steven Watanabe.
Douglas Gregor
2010-05-18
1
-0
/
+50
*
[rand.dist.norm.f]
Howard Hinnant
2010-05-18
23
-55
/
+946
*
Teach the machine code verifier to use getSubRegisterRegClass().
Jakob Stoklund Olesen
2010-05-18
1
-2
/
+5
*
MC/Mach-O: Implement support for setting indirect symbol table offset in sect...
Daniel Dunbar
2010-05-18
3
-3
/
+203
*
MC/Mach-O: Remove some FIXMEs.
Daniel Dunbar
2010-05-18
1
-7
/
+3
*
MC/Mach-O: Fail faster/harder when we see .file, which isn't yet supported.
Daniel Dunbar
2010-05-18
1
-2
/
+2
*
MC/X86: Implement custom lowering to make sure we match things like
Daniel Dunbar
2010-05-18
2
-0
/
+94
[next]