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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark MDNode::getOperand as readonly.
Benjamin Kramer
2013-07-12
1
-1
/
+1
*
Stylistic change.
Shuxin Yang
2013-07-12
1
-1
/
+1
*
Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.
Charles Davis
2013-07-12
1
-1
/
+10
*
Sync SmallBitVector with BitVector. Add unit tests for the missing methods.
Benjamin Kramer
2013-07-11
1
-0
/
+34
*
Fixed up comments in TargetLowering.h to conform to the LLVM Style Guide.
Michael Gottesman
2013-07-11
1
-682
/
+613
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-11
2
-3
/
+3
*
Use move semantics if possible to construct ConstantRanges.
Benjamin Kramer
2013-07-11
1
-2
/
+10
*
Changed "mode: c++" => "C++" at the suggestion of Nick Lewycky.
Michael Gottesman
2013-07-10
1
-1
/
+1
*
Update doxygen comment to match renamed parameters.
Benjamin Kramer
2013-07-10
1
-2
/
+2
*
Use status to implement file_size.
Rafael Espindola
2013-07-10
1
-1
/
+13
*
Remove llvm/ADT/NullablePtr.h, there are no uses of it in-tree.
Argyrios Kyrtzidis
2013-07-10
1
-62
/
+0
*
Implement categories for special case lists.
Peter Collingbourne
2013-07-09
1
-18
/
+56
*
Introduce a SpecialCaseList ctor which takes a MemoryBuffer to make
Peter Collingbourne
2013-07-09
1
-0
/
+4
*
Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.
Peter Collingbourne
2013-07-09
1
-3
/
+3
*
Reapply an improved version of r180816/180817.
Adrian Prantl
2013-07-09
1
-0
/
+45
*
Fixed up the comments in FastISel.h so that they conform to the LLVM style gu...
Michael Gottesman
2013-07-09
1
-150
/
+122
*
Added "mode: c++" to FastISel.h header.
Michael Gottesman
2013-07-09
1
-1
/
+1
*
AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and all
Stephen Lin
2013-07-09
1
-5
/
+10
*
IRBuilder: add an assertion that checks if we try to get a debug loc from ->e...
Nadav Rotem
2013-07-09
1
-0
/
+1
*
[PowerPC] Revert r185476 and fix up TLS variant kinds
Ulrich Weigand
2013-07-09
1
-0
/
+2
*
Add missing getters. They will be used in llvm-ar.
Rafael Espindola
2013-07-09
1
-0
/
+14
*
Archive members cannot be larger than 4GB. Return a uint32_t.
Rafael Espindola
2013-07-09
1
-1
/
+2
*
We never compare iterators from two archives. Assert that.
Rafael Espindola
2013-07-09
1
-1
/
+2
*
Add getHeader helper and move ToHeader to the cpp file.
Rafael Espindola
2013-07-09
1
-5
/
+5
*
Compute the size of an archive member in the constructor.
Rafael Espindola
2013-07-09
1
-2
/
+2
*
Remove declare but not implemented methods.
Rafael Espindola
2013-07-09
1
-4
/
+0
*
Move some code out of line. No functionality change.
Rafael Espindola
2013-07-09
1
-65
/
+6
*
Revert "DebugInfo: remove unused helper function getDICompositeType."
Eric Christopher
2013-07-09
1
-0
/
+3
*
Fix a bug in IRBuilder::ClearInsertionPoint. The IR Builder needs to reset bo...
Nadav Rotem
2013-07-08
1
-0
/
+1
*
DebugInfo: remove unused helper function getDICompositeType.
Manman Ren
2013-07-08
1
-3
/
+0
*
Revert r185852.
Manman Ren
2013-07-08
3
-13
/
+9
*
Find xdot or xdot.py.
Matt Arsenault
2013-07-08
2
-7
/
+7
*
StringRef: add DenseMapInfo for StringRef.
Manman Ren
2013-07-08
3
-9
/
+13
*
[ADT/NullablePtr] Allow implicit conversion of NullablePtr<OtherT> -> Nullabl...
Argyrios Kyrtzidis
2013-07-08
1
-0
/
+10
*
Reland "Use Clang's __has_* macros in Compiler.h ..." with fixes
Reid Kleckner
2013-07-08
1
-16
/
+40
*
Fix a SCEV update problem.
Shuxin Yang
2013-07-08
1
-0
/
+4
*
Revert: "Use Clang's __has_* macros in Compiler.h to test for features"
Quentin Colombet
2013-07-08
1
-38
/
+16
*
clang-format this enum.
Rafael Espindola
2013-07-08
1
-21
/
+20
*
We now always create files with the correct permissions. Simplify the interface.
Rafael Espindola
2013-07-08
1
-12
/
+1
*
Attempt to fix Compiler.h for some self-hosting bots
Reid Kleckner
2013-07-08
1
-1
/
+1
*
Use Clang's __has_* macros in Compiler.h to test for features
Reid Kleckner
2013-07-08
1
-16
/
+38
*
Add missing per-argument doesNotAccessMemory accessors. No functionality change
Nick Lewycky
2013-07-07
1
-2
/
+9
*
MC: Implement COFF .linkonce directive
Nico Rieck
2013-07-06
2
-13
/
+26
*
Extend 'readonly' and 'readnone' to work on function arguments as well as
Nick Lewycky
2013-07-06
4
-2
/
+38
*
Remove dead function.
Jakob Stoklund Olesen
2013-07-05
1
-5
/
+0
*
Remove unique_file now that it is unused.
Rafael Espindola
2013-07-05
1
-30
/
+0
*
Add a createUniqueFile function and switch llvm's users of unique_file.
Rafael Espindola
2013-07-05
1
-0
/
+29
*
Add a higher level createTemporaryFile function.
Rafael Espindola
2013-07-05
1
-0
/
+16
*
[SystemZ] Remove no-op MVCs
Richard Sandiford
2013-07-05
1
-0
/
+8
*
[SystemZ] Clean up register scavenging code
Richard Sandiford
2013-07-05
1
-0
/
+5
[next]