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-07-24
Emit debug info for dynamic initializers. Permit __attribute__((nodebug)) on
Nick Lewycky
2012-07-24
move X86_32ABIInfo::computeInfo out of line.
Rafael Espindola
2012-07-23
Make classifyReturnType and classifyArgumentType private.
Rafael Espindola
2012-07-23
Change APInt to APSInt in one instance. Also change a call to operator==() to
Richard Trieu
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-20
Add "long double" to permitted list of ARM complex homogeneous aggregates.
Tim Northover
2012-07-20
Add the mechanics for -fms-inline-asm. No easy way to test at this time.
Chad Rosier
2012-07-19
Remove HasSynthBitfield and all callers/writers/etc. Also remove
Eric Christopher
2012-07-18
More replacing of target-dependent intrinsics with target-indepdent
Joel Jones
2012-07-17
Fixed whitespace issue introduced in r160373.
Joao Matos
2012-07-17
[Windows] Abstract pure virtual method calls in the ABI. Fix the Windows ABI ...
Joao Matos
2012-07-17
Revert commit r160308. We decide to move builtins selection to the backend.
Simon Atanasyan
2012-07-16
MIPS: Implement __builtin_mips_shll_qb builtin function overloading.
Simon Atanasyan
2012-07-15
Update Clang to reflect the move of MDBuilder in r160237.
Chandler Carruth
2012-07-14
Capitalize comment.
Eric Christopher
2012-07-13
This is one of the first steps at moving to replace target-dependent
Joel Jones
2012-07-12
[Windows] Use thiscall as the default calling convention for class methods. P...
Timur Iskhodzhanov
2012-07-12
Add _rdrand{16,32,64}_step intrinsics to immintrin.h
Benjamin Kramer
2012-07-12
Add the ObjFW runtime. Patch by Jonathan Schleifer!
John McCall
2012-07-11
Add OpenCL metadata for kernel arg names. This output is controlled via a fla...
Tanya Lattner
2012-07-11
Temporarily revert this to see if it brings the gdb bot back.
Eric Christopher
2012-07-11
The end of a block doesn't necessarily need a line table entry unless
Eric Christopher
2012-07-09
Patch by Anton Lokhmotov to add OpenCL work group size attributes.
Tanya Lattner
2012-07-09
The delete argument should not be converted to void*.
Abramo Bagnara
2012-07-07
Distinguish more carefully between free functions and C++ instance methods
John McCall
2012-07-06
Add -ffp-contract = { fast | on | off } command line option support.
Lang Hames
2012-07-06
Implement AST classes for comments, a real parser for Doxygen comments and a
Dmitri Gribenko
2012-07-04
Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used ins...
Benjamin Kramer
2012-07-04
Drop the ASTContext.h include from Stmt.h and fix up transitive users.
Benjamin Kramer
2012-07-03
Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep
David Chisnall
2012-07-03
Make the following changes in the way Mips handles vector arguments and return
Akira Hatanaka
2012-07-03
Silence warning in -Asserts build
Matt Beaumont-Gay
2012-07-03
Share ConvertUTF8toWide() between Lex and CodeGen.
Nico Weber
2012-07-02
Significantly simplify CGExprAgg's logic about ignored results:
John McCall
2012-07-02
When we're looking for redeclarations which might provide a definition in Cod...
Eli Friedman
2012-06-29
Update Clang to reflect the new home of IRBuilder.h as of r159421.
Chandler Carruth
2012-06-29
Update based on move of DIBuilder.h to include/llvm.
Bill Wendling
2012-06-29
Fix PR13234 - crash when trying to report an unsupported ABI feature
Timur Iskhodzhanov
2012-06-28
Dead code eliminate the massive hexagon builtin intrinsic supporting code.
Benjamin Kramer
2012-06-28
Now that we use the GCC builtin <-> llvm intrinsic, dead code eliminate the h...
Benjamin Kramer
2012-06-28
Support MIPS DSP Rev1 intrinsics.
Simon Atanasyan
2012-06-28
Compare the canonical types and document why we give up on the covariant case.
Rafael Espindola
2012-06-28
Disable devirtualization when we have covariant returns. I will open a bug
Rafael Espindola
2012-06-28
Don't devirtualize calls when we don't have the correct type of the this pointer
Rafael Espindola
2012-06-28
Add -ftls-model command-line flag.
Hans Wennborg
2012-06-28
Fix another issue with devirtualizing calls to final methods by passing them
Rafael Espindola
2012-06-28
Fix grammar.
Eric Christopher
2012-06-28
Update the #include to find the DebugInfo.h in the correct place
Bill Wendling
2012-06-27
Propagate lvalue alignment into bitfields. Per report on cfe-dev.
Eli Friedman
2012-06-27
Implement John McCall's review of r159212 other than the this pointer not
Rafael Espindola
[prev]
[next]