index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lto
Age
Commit message (
Expand
)
Author
2012-06-22
Forgot this patch in r159023.
Evan Cheng
2012-06-06
Remove unused private fields found by clang's new -Wunused-private-field.
Benjamin Kramer
2012-05-30
Reinstate -O3 for LTO.
David Blaikie
2012-05-11
Fix a use after free when the streamer is destroyed. Fixes pr12622.
Rafael Espindola
2012-04-16
Remove lto_codegen_set_whole_program_optimization. It is a work in progress,
Rafael Espindola
2012-04-09
Revert the 'EnableInitializing' flag. There is debate on whether we should ru...
Bill Wendling
2012-04-09
Apply the scope restrictions after parsing the command line options. There ma...
Bill Wendling
2012-04-09
s/lto_codegen_whole_program_optimization/lto_codegen_set_whole_program_optimi...
Bill Wendling
2012-04-09
Add a hook to turn on the internalize pass through the LTO interface.
Bill Wendling
2012-04-05
The internalize pass can be dangerous for LTO.
Bill Wendling
2012-04-03
Reformatting. No functionality change.
Bill Wendling
2012-04-02
Add an option to turn off the expensive GVN load PRE part of GVN.
Bill Wendling
2012-04-02
Hack the hack. If we have a situation where an ASM object is defined but isn't
Bill Wendling
2012-04-02
It could come about that we parse the inline ASM before we get a potential
Bill Wendling
2012-03-31
Move trivial functions into the class definition.
Bill Wendling
2012-03-31
Trim headers.
Bill Wendling
2012-03-31
Indent according to LLVM's style guide.
Bill Wendling
2012-03-31
Cleanup whitespace and trim some of the #includes.
Bill Wendling
2012-03-31
These strings aren't 'const char *' but 'char *'.
Bill Wendling
2012-03-31
Cleanup whitespace.
Bill Wendling
2012-03-31
Free the codegen options when deleting LTO code generator object.
Bill Wendling
2012-03-31
Cleanup whitespace and remove unneeded 'extern' keyword on function definitions.
Bill Wendling
2012-03-30
* Set the scope attributes for the ASM symbol we added to be the value passed
Bill Wendling
2012-03-30
Cleanup whitespace. Doxygenize comments. And indent to llvm coding standards.
Bill Wendling
2012-03-29
Make some headway towards compiling all of LLVM.
Bill Wendling
2012-03-29
Cleanup whitespace.
Bill Wendling
2012-03-29
Cache the end() iterator.
Bill Wendling
2012-03-28
Cleanup some whitespaces.
Bill Wendling
2012-03-28
Inline function into its one caller.
Bill Wendling
2012-03-28
Reformat the LTOModule code to be more inline with LLVM's coding standards. Add
Bill Wendling
2012-03-28
Some whitespace cleanup.
Bill Wendling
2012-02-05
reapply the patches reverted in r149470 that reenable ConstantDataArray,
Chris Lattner
2012-02-01
Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...
Argyrios Kyrtzidis
2012-02-01
Add a basic-block autovectorization pass.
Hal Finkel
2012-01-31
update this to ConstantDataArray. There are no tests and this isn't using th...
Chris Lattner
2012-01-27
Better diagnostic for malformed .org assembly directive.
Jim Grosbach
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-07
Split Finish into Finish and FinishImpl to have a common place to do end of
Rafael Espindola
2011-12-02
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-11-05
Now that the linker supports lazily materialising globals, don't
Peter Collingbourne
2011-11-04
Reformatting changes to get rid of blank lines, put code on one line, and to
Bill Wendling
2011-11-04
Move comment to the correct place.
Bill Wendling
2011-11-04
Make the Mangler an ivar so that it doesn't have to be passed around everywhere.
Bill Wendling
2011-11-04
Refactor the MCContext so that it's an ivar instead of a local which is passed
Bill Wendling
2011-11-01
rename getHostTriple into getDefaultTargetTriple
Sebastian Pop
2011-10-18
build: Tidy up a bunch of tool Makefiles, and simplify where possible using the
Daniel Dunbar
2011-09-08
lto/addAsmGlobalSymbols: fast path when no module level asm is present.
Ivan Krasin
2011-09-08
lto/addAsmGlobalSymbols: fail fracefully when the target does not define AsmP...
Ivan Krasin
2011-09-01
Don't drop alignment info on local common symbols.
Benjamin Kramer
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
[next]