index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for the --param ssp-buffer-size= driver option.
Chad Rosier
2012-08-21
2
-0
/
+12
*
Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to
Bill Wendling
2012-08-17
2
-4
/
+2
*
Remove references to compression in llvm-ar. It has been a long time since we
Rafael Espindola
2012-08-10
2
-14
/
+7
*
Remove some coding violations. No functionality change.
Bill Wendling
2012-08-08
1
-9
/
+10
*
Cache a commonly used reference.
Bill Wendling
2012-08-08
1
-10
/
+12
*
Add test triples to fix win32 failures. Revert workaround from r161292.
Bob Wilson
2012-08-08
1
-5
/
+2
*
Tidy up a bit.
Jim Grosbach
2012-08-07
1
-12
/
+10
*
Reduce indentation by early exiting.
Bill Wendling
2012-08-06
2
-50
/
+52
*
Add a way to grab the target options from the LTO command line.
Bill Wendling
2012-08-06
3
-2
/
+148
*
Add support for the OpenBSD for Bitrig.
Eric Christopher
2012-08-06
1
-1
/
+1
*
llc: Try to suppress failures since r161262 .
NAKAMURA Takumi
2012-08-04
1
-2
/
+5
*
Fix memcmp code-gen to honor -fno-builtin.
Bob Wilson
2012-08-03
1
-0
/
+12
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
2
-2
/
+2
*
DebugInfo library: add support for fetching absolute paths to source files
Alexey Samsonov
2012-07-19
1
-1
/
+2
*
Remove tabs.
Bill Wendling
2012-07-19
1
-15
/
+13
*
Tweak prose.
Chad Rosier
2012-07-19
1
-1
/
+1
*
Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...
Evan Cheng
2012-07-02
1
-6
/
+0
*
Extend TargetPassConfig to allow running only a subset of the normal passes.
Bob Wilson
2012-07-02
1
-4
/
+40
*
Need a space.
Evan Cheng
2012-07-02
1
-1
/
+1
*
This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...
Alexey Samsonov
2012-07-02
1
-1
/
+12
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
2
-2
/
+2
*
When users ask for -mcpu=help or -mattr=help, just output the help without
Duncan Sands
2012-06-27
1
-13
/
+23
*
Fix llc's -print-before=pass and -print-after=pass.
Rafael Espindola
2012-06-26
1
-0
/
+4
*
Rename fp-op fusion option (yet again) for compatibility with GCC option.
Lang Hames
2012-06-22
1
-3
/
+3
*
Forgot this patch in r159023.
Evan Cheng
2012-06-22
1
-1
/
+1
*
Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from a
Lang Hames
2012-06-22
1
-6
/
+14
*
llvm-stress: Stabalize (by using an ordered container) and add randomness to ...
Nadav Rotem
2012-06-21
1
-9
/
+20
*
Add DAG-combines for aggressive FMA formation.
Lang Hames
2012-06-19
1
-3
/
+3
*
Move the support for using .init_array from ARM to the generic
Rafael Espindola
2012-06-19
1
-0
/
+5
*
Remove assignments which aren't used afterwards.
Bill Wendling
2012-06-15
1
-2
/
+0
*
Use LTO_CODEGEN_PIC_MODEL_DYNAMIC for PIE. This requirest a git version of
Rafael Espindola
2012-06-13
1
-0
/
+2
*
Object file output from llc isn't experimental anymore.
Benjamin Kramer
2012-06-11
1
-1
/
+1
*
[llvm-nm] Update documentation to cover object file support and arguments.
Michael J. Spencer
2012-06-06
1
-5
/
+5
*
Round 2 of dead private variable removal.
Benjamin Kramer
2012-06-06
1
-1
/
+1
*
Remove unused private fields found by clang's new -Wunused-private-field.
Benjamin Kramer
2012-06-06
4
-10
/
+6
*
Reinstate -O3 for LTO.
David Blaikie
2012-05-30
1
-3
/
+3
*
Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>
Bob Wilson
2012-05-30
1
-6
/
+0
*
ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...
Stepan Dyatkovskiy
2012-05-29
1
-1
/
+1
*
Plug a leak when using MCJIT.
Benjamin Kramer
2012-05-20
1
-2
/
+3
*
Remove extra semicolons.
Benjamin Kramer
2012-05-19
1
-15
/
+15
*
Ordinary PR1255 patch: DifferenceEngine and CPPBackend adopted to the new Swi...
Stepan Dyatkovskiy
2012-05-19
1
-4
/
+4
*
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
1
-0
/
+32
*
Fixed a bug in llvm-objdump when disassembling using -macho option for a binary
Kevin Enderby
2012-05-18
1
-2
/
+29
*
Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT i...
Danil Malyshev
2012-05-16
2
-2
/
+227
*
Teach the 'opt' tool about '-Os' and '-Oz', corresponding to the Clang
Chandler Carruth
2012-05-16
1
-12
/
+41
*
llvm-config: Use sys::fs::equivalent instead of string comparison.
Daniel Dunbar
2012-05-15
1
-5
/
+6
*
Fixed a bug in llvm-objdump when disassembling using -macho option for a binary
Kevin Enderby
2012-05-15
1
-1
/
+1
*
llvm-build: Add support for non-installed libraries (e.g., gtest).
Daniel Dunbar
2012-05-15
1
-5
/
+18
*
Allow MCCodeEmitter access to the target MCRegisterInfo.
Jim Grosbach
2012-05-15
1
-2
/
+2
*
Fix a use after free when the streamer is destroyed. Fixes pr12622.
Rafael Espindola
2012-05-11
1
-1
/
+1
[next]