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
path:
root
/
clang
/
lib
/
CodeGen
/
CGStmt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[ms-inline asm] Refactor code. No functional change intended.
Chad Rosier
2012-08-24
1
-17
/
+2
*
[ms-inline asm] Remove an unused argument. This logic can now be reused by the
Chad Rosier
2012-08-23
1
-6
/
+5
*
[ms-inline asm] Start sending non-simple inline asms to the AsmParser.
Chad Rosier
2012-08-22
1
-2
/
+0
*
[ms-inline asm] Add support for clobbers in CodeGen.
Chad Rosier
2012-08-15
1
-1
/
+23
*
Revert this to try to bring the i386 bots back.
Eric Christopher
2012-08-15
1
-23
/
+1
*
[ms-inline asm] Add support for clobbers in CodeGen.
Chad Rosier
2012-08-15
1
-1
/
+23
*
[ms-inline asm] Use the new Inline Asm Non-Standard Dialect attribute.
Chad Rosier
2012-08-10
1
-0
/
+1
*
[ms-inline asm] Add basic codegen support for simple asm stmts. Currently,
Chad Rosier
2012-08-08
1
-0
/
+15
*
Change APInt to APSInt in one instance. Also change a call to operator==() to
Richard Trieu
2012-07-23
1
-2
/
+2
*
Add the mechanics for -fms-inline-asm. No easy way to test at this time.
Chad Rosier
2012-07-20
1
-0
/
+2
*
[ms-style asm] Change the fatal error to an extension warning. Apparently, this
Chad Rosier
2012-06-20
1
-2
/
+1
*
Whitespace.
Chad Rosier
2012-06-20
1
-33
/
+32
*
Make CodeGenFunction::EmitMSAsmStmt throw a fatal error as MS-style inline
Chad Rosier
2012-06-11
1
-37
/
+2
*
Etch out the code path for MS-style inline assembly.
Chad Rosier
2012-06-11
1
-0
/
+41
*
Spacing.
Chad Rosier
2012-05-01
1
-1
/
+1
*
Add an AttributedStmt type to represent a statement with C++11 attributes
Richard Smith
2012-04-14
1
-0
/
+7
*
For debug and coverage analysis if we're not optimizing go ahead
Eric Christopher
2012-04-10
1
-1
/
+1
*
EmitStopPoint already checks if we have debug info.
Eric Christopher
2012-04-10
1
-1
/
+1
*
Tidy.
Eric Christopher
2012-04-10
1
-2
/
+2
*
Revert r153613 as it's causing large compile-time regressions on the nightly ...
Chad Rosier
2012-03-29
1
-4
/
+2
*
When we can't prove that the target of an aggregate copy is
John McCall
2012-03-28
1
-2
/
+4
*
When an MMX output variable is tied to the input variable, we have to implicitly
Bill Wendling
2012-03-22
1
-1
/
+6
*
When a variable has a specified asm name, but isn't using the register storag...
Eli Friedman
2012-03-15
1
-0
/
+2
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-1
/
+1
*
Fold debug scope emission into the cleanup scope.
Eric Christopher
2012-02-23
1
-9
/
+2
*
simplify a bunch of code to use the well-known LLVM IR types computed by Code...
Chris Lattner
2012-02-07
1
-1
/
+1
*
Compatability fix for SwitchInst refactoring.
Stepan Dyatkovskiy
2012-02-01
1
-1
/
+1
*
output body of folded case again.
Fariborz Jahanian
2012-01-17
1
-1
/
+3
*
Folding away unreachable case statement.
Fariborz Jahanian
2012-01-17
1
-7
/
+15
*
Fixes a crash during constant folding of a switch and case
Fariborz Jahanian
2012-01-16
1
-0
/
+10
*
Switch the Alignment argument on AggValueSlot over to CharUnits, per John's r...
Eli Friedman
2011-12-03
1
-2
/
+1
*
Track alignment in AggValueSlot. No functional change in this patch, but I'l...
Eli Friedman
2011-12-03
1
-1
/
+3
*
Implement support for dependent Microsoft __if_exists/__if_not_exists
Douglas Gregor
2011-10-25
1
-0
/
+1
*
Recommit:
Eric Christopher
2011-10-13
1
-27
/
+16
*
Revert file/scope handling patches. gdb testing revealed a couple of bugs.
Eric Christopher
2011-10-12
1
-16
/
+27
*
Start handling debug line and scope information better:
Eric Christopher
2011-10-11
1
-27
/
+16
*
Constant expression evaluation refactoring:
Richard Smith
2011-10-10
1
-5
/
+5
*
Change "Regions" to be "LexicalBlocks" since that's what they
Eric Christopher
2011-09-29
1
-6
/
+6
*
Rename EmitStopPoint in CGDebugInfo to EmitLocation. "stop points" don't
Eric Christopher
2011-09-29
1
-1
/
+1
*
Call UpdateLineDirectiveRegion every time we want to emit a stop
Eric Christopher
2011-09-29
1
-1
/
+0
*
de-tmpify clang.
Benjamin Kramer
2011-09-27
1
-1
/
+1
*
Fix comment to reflect reality.
Eric Christopher
2011-09-26
1
-2
/
+1
*
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
1
-2
/
+0
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-2
/
+4
*
Track whether an AggValueSlot is potentially aliased, and do not
John McCall
2011-08-25
1
-1
/
+2
*
Use stronger typing for the flags on AggValueSlot and require
John McCall
2011-08-25
1
-1
/
+3
*
Simplify EH control flow by observing that EH scopes form a simple
John McCall
2011-08-11
1
-0
/
+17
*
Fix assertion failure in CodeGen where the input operand to an asm
Peter Collingbourne
2011-07-29
1
-1
/
+5
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-11
/
+11
*
de-constify llvm::Type, patch by David Blaikie!
Chris Lattner
2011-07-18
1
-6
/
+6
[prev]
[next]