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
/
include
/
llvm
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changes the JSON parser to use the SourceMgr.
Manuel Klimek
2011-12-21
1
-7
/
+12
*
Fixes a potential compilation error.
Manuel Klimek
2011-12-20
1
-1
/
+10
*
Pulls the implementation of skip() into JSONParser.
Manuel Klimek
2011-12-20
1
-25
/
+11
*
Addressing style issues in JSON parser.
Manuel Klimek
2011-12-20
1
-6
/
+4
*
Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...
Manuel Klimek
2011-12-16
1
-0
/
+444
*
Zap unnecessary semicolons.
Eli Friedman
2011-12-15
1
-2
/
+2
*
Support/FileSystem: Add file_magic and move a vew clients over to it.
Michael J. Spencer
2011-12-13
1
-2
/
+43
*
Support/Program: Make Change<stream>ToBinary return error_code.
Michael J. Spencer
2011-12-13
1
-6
/
+7
*
Hexagon backend support
Tony Linthicum
2011-12-12
1
-0
/
+14
*
Revert r146363 to allow buildbots to make forward progress.
Chad Rosier
2011-12-12
1
-6
/
+2
*
Add support for gnu_indirect_function.
Roman Divacky
2011-12-12
1
-0
/
+1
*
Support/FileSystem: Implement bool equivalent(file_status A, file_status B);
Michael J. Spencer
2011-12-12
1
-1
/
+20
*
Support/FileSystem: Implement canonicalize.
Michael J. Spencer
2011-12-12
1
-2
/
+6
*
The second part of support for generating dwarf for assembly source files. This
Kevin Enderby
2011-12-09
1
-0
/
+1
*
Support/FileSystem: Implement recursive_directory_iterator and make
Michael J. Spencer
2011-12-08
1
-32
/
+130
*
Add a few moreLocal/Global R_MIPS_GOT related fixups and
Bruno Cardoso Lopes
2011-12-07
1
-0
/
+1
*
Change the Dominators recalculate() function to only rely on GraphTraits
Anna Zaks
2011-12-05
1
-0
/
+2
*
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-12-02
1
-3
/
+7
*
Add some missing anchors.
David Blaikie
2011-12-01
1
-0
/
+6
*
use llvm-config.h in public header
Dylan Noblesmith
2011-11-28
1
-1
/
+1
*
rename ENABLE_THREADS to LLVM_ENABLE_THREADS
Dylan Noblesmith
2011-11-28
1
-2
/
+2
*
This patch addresses gp relative fixups/relocations for jump tables.
Akira Hatanaka
2011-11-23
1
-0
/
+16
*
fix typo in comment
Sebastian Pop
2011-11-21
1
-2
/
+2
*
Refactor code to use new attribute getters on CallSite for NoCapture and ByVal.
Nick Lewycky
2011-11-20
1
-0
/
+10
*
Make an obviously const interface actually be marked as const.
Chandler Carruth
2011-11-20
1
-1
/
+1
*
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-11-16
2
-14
/
+29
*
Remove extra ,.
Michael J. Spencer
2011-11-16
1
-1
/
+1
*
Support/COFF: Add structs and enums from the standard for image files.
Michael J. Spencer
2011-11-16
1
-3
/
+291
*
Twinify GraphWriter a little bit.
Benjamin Kramer
2011-11-15
1
-7
/
+7
*
include/llvm/Support/Compiler.h: Invalidate LLVM_ATTRIBUTE_WEAK on cygming fo...
NAKAMURA Takumi
2011-11-15
1
-1
/
+1
*
Move WEAK marking to the declaration.
Nick Lewycky
2011-11-15
1
-8
/
+6
*
Fix linking for some users who already have tsan enabled code and are trying to
Nick Lewycky
2011-11-15
1
-0
/
+7
*
Add support for tsan annotations (thread sanitizer, a valgrind-based tool).
Nick Lewycky
2011-11-14
2
-0
/
+50
*
Fix pasto.
Benjamin Kramer
2011-11-05
2
-4
/
+4
*
Add more PRI.64 macros for MSVC and use them throughout the codebase.
Benjamin Kramer
2011-11-05
2
-0
/
+30
*
Add missing includes/class declaration.
Eli Friedman
2011-11-04
3
-0
/
+7
*
Delete names for unused parameters in inline function definitions in headers,...
Eli Friedman
2011-11-04
1
-15
/
+15
*
rename getHostTriple into getDefaultTargetTriple
Sebastian Pop
2011-11-01
1
-2
/
+2
*
Support/Compiler: Add LLVM_EXTENSION for use where we want to hide pedantic d...
Daniel Dunbar
2011-11-01
1
-0
/
+8
*
Remove a couple unused methods. PR11201.
Eli Friedman
2011-11-01
1
-14
/
+0
*
Implement comparison operators for BranchProbability in a way that can't over...
Benjamin Kramer
2011-10-24
1
-10
/
+18
*
Now that we have comparison on probabilities, add some static functions
Chandler Carruth
2011-10-23
1
-0
/
+3
*
Add compare operators to BranchProbability and use it to determine if an edge...
Benjamin Kramer
2011-10-23
1
-2
/
+16
*
Object: Add isSymbolWeak.
Michael J. Spencer
2011-10-17
1
-0
/
+3
*
Add support for a new extension to the .file directive:
Nick Lewycky
2011-10-17
1
-1
/
+4
*
PR11143: Save the old diagnostic handler and call it when munging diagnostics...
Benjamin Kramer
2011-10-16
1
-0
/
+3
*
remove the dead 'ShowLine' argument from SMDiagnostic.
Chris Lattner
2011-10-16
1
-10
/
+5
*
Make SMDiagnostic a little more sane. Instead of passing around note/warning...
Chris Lattner
2011-10-16
2
-15
/
+23
*
Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...
Chris Lattner
2011-10-16
2
-10
/
+29
*
Add ELF relocation types for Mips.
Akira Hatanaka
2011-10-14
1
-1
/
+55
[next]