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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reverting back to the fallback instead of using popcnt; this instruction does...
Aaron Ballman
2013-01-17
1
-2
/
+0
*
ASan: add optional 'zero-based shadow' option to ASan passes. Always tell the...
Alexey Samsonov
2013-01-17
1
-2
/
+4
*
Move MachineTraceMetrics.h into include/llvm/CodeGen.
Jakob Stoklund Olesen
2013-01-17
1
-0
/
+350
*
Provide a place for targets to insert ILP optimization passes.
Jakob Stoklund Olesen
2013-01-17
1
-0
/
+10
*
Wrapping __popcnt64 for MSVC so that it's only used on 64-bit builds.
Aaron Ballman
2013-01-16
1
-1
/
+1
*
[IR] Add 'Append' and 'AppendUnique' module flag behaviors.
Daniel Dunbar
2013-01-16
1
-24
/
+32
*
Change CostTable model to be global to all targets
Renato Golin
2013-01-16
1
-0
/
+53
*
[Support] Include the intrisics header and check for definition properly.
Michael J. Spencer
2013-01-16
1
-2
/
+6
*
[Support] Add MSVC intrinsic for CountPopulation.
Michael J. Spencer
2013-01-16
1
-0
/
+4
*
[Support] Update MSVC compiler support in Compiler.h.
Michael J. Spencer
2013-01-16
1
-2
/
+4
*
Clean up some unnecessary headers and forward declarations
Eli Bendersky
2013-01-16
1
-3
/
+0
*
Now that GenericAsmParser was folded into AsmParser, some methods and types can
Eli Bendersky
2013-01-16
1
-54
/
+0
*
We want the dwarf AT_producer for assembly source files to match clang's
Kevin Enderby
2013-01-16
1
-0
/
+7
*
Introduce llvm::sys::getProcessTriple() function.
Peter Collingbourne
2013-01-16
1
-0
/
+4
*
Replace virtual hasFixups with explicit fragment type checks
Eli Bendersky
2013-01-16
1
-9
/
+2
*
Remove unused leftover header (it moved to llvm/IR).
Benjamin Kramer
2013-01-16
1
-399
/
+0
*
Define metadata interfaces for describing a static data member
Eric Christopher
2013-01-16
2
-3
/
+31
*
Use the ExtensionDirectiveHandler type in other places where it makes sense.
Eli Bendersky
2013-01-16
1
-3
/
+4
*
Improve r172577 by using the correct type when declaring constants
Dmitri Gribenko
2013-01-16
1
-9
/
+5
*
Split address information for DWARF5 split dwarf proposal. This involves
Eric Christopher
2013-01-15
1
-0
/
+4
*
Avoid Enum Compare Warnings
David Greene
2013-01-15
1
-2
/
+4
*
Optimize the memory usage of MC bundling, by creating a new type of fragment
Eli Bendersky
2013-01-15
1
-16
/
+89
*
[Object][ELF] Fix -Wenum-compare.
Michael J. Spencer
2013-01-15
1
-3
/
+5
*
Fix operand type conditions in one of ICmpInst constructors.
Evgeniy Stepanov
2013-01-15
1
-1
/
+1
*
[Object][ELF] Simplify ELFObjectFile by using ELFType.
Michael J. Spencer
2013-01-15
1
-489
/
+415
*
[Support] Add LLVM_CONSTEXPR.
Michael J. Spencer
2013-01-15
1
-0
/
+6
*
[ADT/StringMap] Follow-up to r172455, use the correct constructor for setting...
Argyrios Kyrtzidis
2013-01-15
1
-1
/
+2
*
Properly encapsulate additional methods and data from AsmParser.
Eli Bendersky
2013-01-14
1
-1
/
+43
*
Complete the existing support of ARM v6m, v7m, and v7em, i.e., respectively c...
Quentin Colombet
2013-01-14
1
-1
/
+4
*
SCEVExpander fix. RAUW needs to update the InsertedExpressions cache.
Andrew Trick
2013-01-14
1
-1
/
+3
*
[ADT/StringMap] Add a constructor in StringMap that accepts both an
Argyrios Kyrtzidis
2013-01-14
1
-0
/
+3
*
Fix DenseMap when LLVM_HAS_RVALUE_REFERENCES is defined but equals 0.
Joe Groff
2013-01-14
1
-1
/
+1
*
Add DenseMap::insert(value_type&&) method.
Joe Groff
2013-01-14
1
-0
/
+18
*
Move CheckForValidSection to the MCAsmParser interface.
Eli Bendersky
2013-01-14
1
-0
/
+4
*
Expose an InitToTextSection through MCStreamer.
Eli Bendersky
2013-01-14
2
-0
/
+4
*
Move ParseMacroArgument to the MCAsmParser interfance.
Eli Bendersky
2013-01-14
1
-1
/
+12
*
Encapsulate the MacroEnabled flag in AsmParser behind accessor methods.
Eli Bendersky
2013-01-14
1
-0
/
+4
*
fix compile-time regression report by Joerg Sonnenberger:
Nuno Lopes
2013-01-13
1
-1
/
+3
*
Remove redundant 'llvm::' qualifications
Dmitri Gribenko
2013-01-13
4
-24
/
+24
*
Precompute some information about register costs.
Jakob Stoklund Olesen
2013-01-12
1
-1
/
+21
*
Split TargetLowering into a CodeGen and a SelectionDAG part.
Benjamin Kramer
2013-01-11
2
-616
/
+630
*
Added -view-callgraph module pass.
Andrew Trick
2013-01-11
4
-25
/
+116
*
Support for half intrinsics. Pushes MMX into slower encoding path.
Michael Ilseman
2013-01-11
2
-1
/
+2
*
Add a new portability macro LLVM_FUNCTION_NAME, that expands to __func__, if
Dmitri Gribenko
2013-01-11
1
-0
/
+9
*
LoopPass.h doesn't require Function.h. Remove unneeded #include.
Jakub Staszak
2013-01-11
1
-1
/
+0
*
Remove trailing spaces.
Jakub Staszak
2013-01-10
1
-21
/
+21
*
Remove unneeded includes from FunctionLoweringInfo.h.
Jakub Staszak
2013-01-10
1
-4
/
+1
*
[ms-inline asm] Add support for calling functions from inline assembly.
Chad Rosier
2013-01-10
2
-1
/
+5
*
Remove unneeded #includes.
Jakub Staszak
2013-01-10
1
-5
/
+1
*
Fix indent and remove unneeded #includes in MDBuilder.h.
Jakub Staszak
2013-01-10
1
-131
/
+132
[next]