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
*
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
6
-209
/
+92
*
Revert "We need this symbol after an LTO build."
Bob Wilson
2012-10-18
1
-1
/
+0
*
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-18
6
-92
/
+209
*
Formatting and 80-col.
Eric Christopher
2012-10-16
1
-3
/
+3
*
LTO also needs to initialize the TargetTransform infrastructure.
Nadav Rotem
2012-10-15
1
-0
/
+2
*
Set default CPU for Darwin targets with LTO. <rdar://problem/12457841>
Bob Wilson
2012-10-12
2
-12
/
+28
*
Add float-abi and softfloat options to lli
Tim Northover
2012-10-12
1
-2
/
+26
*
We need this symbol after an LTO build.
Bill Wendling
2012-10-12
1
-0
/
+1
*
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
5
-209
/
+90
*
Place temporary LTO files into their own subdirectory.
Bill Wendling
2012-10-10
1
-3
/
+3
*
Revert "Use a special path to place the .o files in."
Bob Wilson
2012-10-09
1
-2
/
+1
*
Use a special path to place the .o files in.
Bill Wendling
2012-10-08
1
-1
/
+2
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
7
-20
/
+20
*
lli: [MCJIT] Suppress "__main" for cygming in LLIMCJITMemoryManager::getPoint...
NAKAMURA Takumi
2012-10-05
1
-0
/
+12
*
Add an explicit -object_path_lto flag during linking with a uniquified temporary
Bill Wendling
2012-10-03
1
-0
/
+7
*
Clean-up of memory buffer and object ownership model in MCJIT
Andrew Kaylor
2012-10-02
1
-2
/
+6
*
Re-enable support for --program-prefix.
Jordan Rose
2012-10-01
1
-1
/
+1
*
Removing dependency on third party library for Intel JIT event support.
Andrew Kaylor
2012-09-28
1
-2
/
+0
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Revert "Add --program-prefix support to build"
Jordan Rose
2012-09-26
1
-1
/
+1
*
Add --program-prefix support to build
Sebastian Pop
2012-09-25
1
-1
/
+1
*
Make sure lli compiles all code before invalidating instruction caches.
Tim Northover
2012-09-20
1
-0
/
+3
*
Silence -Wnon-virtual-dtor in llvm-stress.
Andrew Trick
2012-09-19
1
-0
/
+4
*
Add hidden flag to exclude aliases from output.
Jan Sjödin
2012-09-18
1
-2
/
+6
*
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
Roman Divacky
2012-09-18
1
-2
/
+2
*
Fix includes of llvm files that used angle brackets.
Craig Topper
2012-09-15
2
-7
/
+7
*
Don't include stdint.h directly.
Eli Friedman
2012-09-06
1
-1
/
+1
*
Explicitly erase the file from disk if something bad happened. <rdar://proble...
Bill Wendling
2012-09-06
1
-1
/
+5
*
Don't include stdint.h directly.
Eli Friedman
2012-09-06
1
-1
/
+1
*
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-05
2
-3
/
+3
*
Fix a bug.
Jan Wen Voung
2012-09-05
1
-1
/
+1
*
revert the additional stuff.
Jan Wen Voung
2012-09-05
1
-6
/
+4
*
Clean up llvm-bcanalyzer to print to consistent streams.
Jan Wen Voung
2012-09-05
1
-13
/
+17
*
Update CMakeList.txt for new lli sources.
Jim Grosbach
2012-09-05
1
-0
/
+2
*
MCJIT: Add faux remote target execution to lli for the MCJIT.
Jim Grosbach
2012-09-05
5
-29
/
+498
*
Add support for fetching inlining context (stack of source code locations)
Alexey Samsonov
2012-09-04
1
-9
/
+32
*
Code cleanup: tools/opt/opt.cpp
Logan Chien
2012-09-01
1
-4
/
+0
*
LLI: move instruction cache tweaks.
Jim Grosbach
2012-08-28
1
-4
/
+4
*
Some of the instructions in the Mips instruction set are revision
Jack Carter
2012-08-28
1
-1
/
+16
*
Add basic support for .debug_ranges section to LLVM's DebugInfo library.
Alexey Samsonov
2012-08-27
1
-1
/
+5
*
Pass -lLTO after gold-plugin.o so that it gets used in systems that default to
Rafael Espindola
2012-08-27
1
-1
/
+3
*
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
[next]