index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2012-10-02
Clean-up of memory buffer and object ownership model in MCJIT
Andrew Kaylor
2012-10-01
Re-enable support for --program-prefix.
Jordan Rose
2012-09-28
Removing dependency on third party library for Intel JIT event support.
Andrew Kaylor
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-26
Revert "Add --program-prefix support to build"
Jordan Rose
2012-09-25
Add --program-prefix support to build
Sebastian Pop
2012-09-20
Make sure lli compiles all code before invalidating instruction caches.
Tim Northover
2012-09-19
Silence -Wnon-virtual-dtor in llvm-stress.
Andrew Trick
2012-09-18
Add hidden flag to exclude aliases from output.
Jan Sjödin
2012-09-18
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
Roman Divacky
2012-09-15
Fix includes of llvm files that used angle brackets.
Craig Topper
2012-09-06
Don't include stdint.h directly.
Eli Friedman
2012-09-06
Explicitly erase the file from disk if something bad happened. <rdar://proble...
Bill Wendling
2012-09-06
Don't include stdint.h directly.
Eli Friedman
2012-09-05
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-05
Fix a bug.
Jan Wen Voung
2012-09-05
revert the additional stuff.
Jan Wen Voung
2012-09-05
Clean up llvm-bcanalyzer to print to consistent streams.
Jan Wen Voung
2012-09-05
Update CMakeList.txt for new lli sources.
Jim Grosbach
2012-09-05
MCJIT: Add faux remote target execution to lli for the MCJIT.
Jim Grosbach
2012-09-04
Add support for fetching inlining context (stack of source code locations)
Alexey Samsonov
2012-09-01
Code cleanup: tools/opt/opt.cpp
Logan Chien
2012-08-28
LLI: move instruction cache tweaks.
Jim Grosbach
2012-08-28
Some of the instructions in the Mips instruction set are revision
Jack Carter
2012-08-27
Add basic support for .debug_ranges section to LLVM's DebugInfo library.
Alexey Samsonov
2012-08-27
Pass -lLTO after gold-plugin.o so that it gets used in systems that default to
Rafael Espindola
2012-08-21
Add support for the --param ssp-buffer-size= driver option.
Chad Rosier
2012-08-17
Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to
Bill Wendling
2012-08-10
Remove references to compression in llvm-ar. It has been a long time since we
Rafael Espindola
2012-08-08
Remove some coding violations. No functionality change.
Bill Wendling
2012-08-08
Cache a commonly used reference.
Bill Wendling
2012-08-08
Add test triples to fix win32 failures. Revert workaround from r161292.
Bob Wilson
2012-08-07
Tidy up a bit.
Jim Grosbach
2012-08-06
Reduce indentation by early exiting.
Bill Wendling
2012-08-06
Add a way to grab the target options from the LTO command line.
Bill Wendling
2012-08-06
Add support for the OpenBSD for Bitrig.
Eric Christopher
2012-08-04
llc: Try to suppress failures since r161262 .
NAKAMURA Takumi
2012-08-03
Fix memcmp code-gen to honor -fno-builtin.
Bob Wilson
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-19
DebugInfo library: add support for fetching absolute paths to source files
Alexey Samsonov
2012-07-19
Remove tabs.
Bill Wendling
2012-07-19
Tweak prose.
Chad Rosier
2012-07-02
Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...
Evan Cheng
2012-07-02
Extend TargetPassConfig to allow running only a subset of the normal passes.
Bob Wilson
2012-07-02
Need a space.
Evan Cheng
2012-07-02
This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...
Alexey Samsonov
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-27
When users ask for -mcpu=help or -mattr=help, just output the help without
Duncan Sands
2012-06-26
Fix llc's -print-before=pass and -print-after=pass.
Rafael Espindola
[next]