index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Age
Commit message (
Expand
)
Author
2012-10-25
-fcatch-undefined-behavior checking for appropriate vptr value: Clang CodeGen...
Richard Smith
2012-10-25
When we're devirtualizing a method call, make sure the method has the correct...
Eli Friedman
2012-10-24
Remove the HiddenWeakTemplateVTables CodeGen option. It's currently unused.
Douglas Gregor
2012-10-24
Clang now attempts to create a TargetMachine whenever a triple is given.
Nadav Rotem
2012-10-24
Add padding inreg registers to cause llvm to skip ecx when needed with
Rafael Espindola
2012-10-24
Add inreg markers with the x86_fastcallcc calling convention.
Rafael Espindola
2012-10-24
Change EmitAssemblyHelper to create the target machine early
Nadav Rotem
2012-10-23
Switch CodeGenOptions over to a .def file, like we do with LangOptions.
Douglas Gregor
2012-10-23
Don't try to use inreg with 0 sized structs. Thanks to Eli for reporting the
Rafael Espindola
2012-10-20
Move private classes into anonymous namespaces.
Benjamin Kramer
2012-10-20
DR1472: A reference isn't odr-used if it has preceding initialization,
Richard Smith
2012-10-19
IRgen: Initialize TargetLoweringInfo with a triple.
Daniel Dunbar
2012-10-19
Fix handling of the regparm attribute in the presence of classes with copy
Rafael Espindola
2012-10-19
Reintroduce the TargetTransformInfo to the clang pass manager.
Nadav Rotem
2012-10-18
Fix up comment and invert order. Most simple check first.
Eric Christopher
2012-10-18
Add a new option for and disable column number information as there
Eric Christopher
2012-10-18
Revert svn r165741 "Add TargetTransformInfo to the clang driver."
Bob Wilson
2012-10-17
Revert r158009 since there are some uses of artificial functions in
Eric Christopher
2012-10-17
Set a special flag in class metadata when an Objective-C class
John McCall
2012-10-17
Organize and rename the magic constants for class flags.
John McCall
2012-10-17
At -O0, prefer objc_storeStrong with a null new value to the
John McCall
2012-10-17
"'Might as well make it static const.' -- John McCall" -- Michael Scott
Nico Weber
2012-10-16
PR13684: Emit vtable entries for deleted functions as __cxa_deleted_function.
David Blaikie
2012-10-16
Add pnaclcall convention to Native Client targets.
Derek Schuff
2012-10-16
ARM ABI: fix ABI alignment issues in varargs.
Manman Ren
2012-10-16
ARM ABI: passing illegal vector types as varargs.
Manman Ren
2012-10-16
ARM ABI: fix ABI alignment issues when passing legal vector types as varargs.
Manman Ren
2012-10-16
When using a symbol with attribute weakref, search for it first and
Joerg Sonnenberger
2012-10-16
GNUstep runtime version default to 1.6, generate correct property attribute
David Chisnall
2012-10-16
Transform pattern:
Alexey Samsonov
2012-10-16
Use the Attributes::get method which takes an AttrVal value directly to simpl...
Bill Wendling
2012-10-15
Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.
Daniel Dunbar
2012-10-15
Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.
Nico Weber
2012-10-15
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
2012-10-15
[asan] make AddressSanitizer to be a FunctionPass instead of ModulePass. clan...
Kostya Serebryany
2012-10-15
Use enum values instead of magic numbers for indexing into the attribute list.
Bill Wendling
2012-10-15
Attributes Rewrite
Bill Wendling
2012-10-15
At -O0, emit an @llvm.trap() call at the end of a value-returning function which
Richard Smith
2012-10-14
Remove operator cast method in favor of querying with the correct method.
Bill Wendling
2012-10-14
Use the Builder to create the stack alignment attribute.
Bill Wendling
2012-10-13
"Implement" codegen support for __noop().
Nico Weber
2012-10-13
Simplify. Suggestion by Sean Silva.
Nico Weber
2012-10-12
Make -mms-bitfields behave consistently.
Eli Friedman
2012-10-12
-fcatch-undefined-behavior: Trap undefined behavior due to conversions to or
Richard Smith
2012-10-12
This patch addresses PR13948.
Bill Schmidt
2012-10-11
Add TargetTransformInfo to the clang driver.
Nadav Rotem
2012-10-11
Fix build failure from r165722
Derek Schuff
2012-10-11
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
Properly factor Native Client defines to support NaCl as an OS
Derek Schuff
2012-10-11
Make X86_64ABIInfo clean for ABIs with 32 bit pointers, such as X32
Derek Schuff
[prev]
[next]