index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
36
-168
/
+149
*
[Layering] Sink Linker.h into a Linker subdirectory to make it
Chandler Carruth
2014-03-06
3
-3
/
+3
*
[Layering] Move InstVisitor.h into the IR library as it is pretty
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
2
-2
/
+2
*
Attempt to unbreak little-endian buildbots.
Rui Ueyama
2014-03-05
1
-3
/
+6
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
11
-16
/
+16
*
llvm-objdump: Indent unwind info contents.
Rui Ueyama
2014-03-04
1
-11
/
+11
*
llvm-objdump: Fix typo in output.
Rui Ueyama
2014-03-04
1
-1
/
+1
*
Remove out-of-date comment in llvm/tools/CMakeLists.txt.
NAKAMURA Takumi
2014-03-04
1
-4
/
+0
*
[Modules] Move the PassNameParser to the IR library as it deals in the
Chandler Carruth
2014-03-04
3
-3
/
+3
*
[Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
2014-03-04
3
-3
/
+3
*
[Modules] Move ValueMap to the IR library. While this class does not
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
2
-2
/
+2
*
[cleanup] Re-sort all the includes with utils/sort_includes.py.
Chandler Carruth
2014-03-04
5
-5
/
+4
*
Fix typo.
Rui Ueyama
2014-03-04
1
-3
/
+3
*
Use auto for readability.
Rui Ueyama
2014-03-04
1
-5
/
+3
*
llvm-objdump: Print x64 unwind info in executable.
Rui Ueyama
2014-03-04
1
-4
/
+33
*
llvm-objdump: Split printRuntimeFunction to two small functions.
Rui Ueyama
2014-03-04
1
-39
/
+41
*
llvm-objdump: Split printCOFFUnwindInfo into small functions.
Rui Ueyama
2014-03-04
1
-105
/
+123
*
llvm-objdump: Use range-based-for loop and fix format.
Rui Ueyama
2014-03-04
1
-14
/
+18
*
Add patch level to llvm version in CMake and Autoconf
Tom Stellard
2014-03-03
1
-0
/
+2
*
Don't emit a blank line when running llvm-config --system-libs.
Richard Osborne
2014-03-03
1
-18
/
+20
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
3
-24
/
+24
*
Now that we have C++11, turn simple functors into lambdas and remove a ton of...
Benjamin Kramer
2014-03-01
1
-12
/
+3
*
Centralize the handling of install_name and rpath.
Rafael Espindola
2014-02-28
2
-16
/
+0
*
llvm-objdump: Fix crash bug with printing unwind info on stripped file.
Rui Ueyama
2014-02-28
1
-7
/
+9
*
Style fix.
Rui Ueyama
2014-02-28
1
-1
/
+2
*
Remove unnecessary temporary variable.
Rui Ueyama
2014-02-28
1
-4
/
+2
*
Don't mix the plain and keyword signatures of target_link_libraries.
Rafael Espindola
2014-02-26
1
-1
/
+1
*
llvm-symbolizer: use dynamic symbol table if the regular one is stripped.
Alexey Samsonov
2014-02-26
2
-29
/
+44
*
Move getELFDynamicSymbolIterators to a public header.
Alexey Samsonov
2014-02-26
1
-25
/
+4
*
Use DataLayout from the module when easily available.
Rafael Espindola
2014-02-25
2
-7
/
+8
*
Store a DataLayout in Module.
Rafael Espindola
2014-02-25
1
-5
/
+2
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
3
-5
/
+5
*
llvm-dwarfdump: Support for debug_line.dwo section for file names for type un...
David Blaikie
2014-02-24
1
-0
/
+1
*
llvm-objdump: Do not attempt to disassemble symbols outside of section
Simon Atanasyan
2014-02-24
1
-3
/
+6
*
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
2014-02-24
14
-17
/
+17
*
Don't make F_None the default.
Rafael Espindola
2014-02-24
2
-3
/
+3
*
Simplify linking to system libraries
NAKAMURA Takumi
2014-02-23
1
-1
/
+1
*
[CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.
Quentin Colombet
2014-02-22
7
-4
/
+10
*
llvm-objdump/COFF: LoadConfiguration does not exist in object file.
Rui Ueyama
2014-02-21
1
-0
/
+7
*
Add a SymbolicFile interface between Binary and ObjectFile.
Rafael Espindola
2014-02-21
3
-134
/
+94
*
[CMake] llvm-c/lto.h should be installed if libLTO.a is built.
NAKAMURA Takumi
2014-02-21
1
-4
/
+2
*
[CMake] libLTO: Use (SHARED|STATIC) to build both shared LTO and LTO_static.
NAKAMURA Takumi
2014-02-21
1
-15
/
+3
*
Make DisableIntegratedAS a TargetOption.
Rafael Espindola
2014-02-21
1
-0
/
+5
*
One last pass of DataLayout variable renaming.
Rafael Espindola
2014-02-21
2
-9
/
+9
*
Set the SuppressWarnings option on tool level and propagate to the library.
Eli Bendersky
2014-02-20
1
-1
/
+5
*
llvm-objdump/COFF: Print SEH table addresses.
Rui Ueyama
2014-02-20
1
-0
/
+22
*
Fix typo
Tobias Grosser
2014-02-19
1
-3
/
+3
*
Refactor TargetOptions initialization into a single place.
Eli Bendersky
2014-02-19
4
-98
/
+10
[next]