index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-09
Compute the size of an archive member in the constructor.
Rafael Espindola
1
-2
/
+2
2013-07-09
Remove declare but not implemented methods.
Rafael Espindola
1
-4
/
+0
2013-07-09
Move some code out of line. No functionality change.
Rafael Espindola
1
-65
/
+6
2013-07-09
Revert "DebugInfo: remove unused helper function getDICompositeType."
Eric Christopher
1
-0
/
+3
2013-07-08
Fix a bug in IRBuilder::ClearInsertionPoint. The IR Builder needs to reset bo...
Nadav Rotem
1
-0
/
+1
2013-07-08
DebugInfo: remove unused helper function getDICompositeType.
Manman Ren
1
-3
/
+0
2013-07-08
Revert r185852.
Manman Ren
3
-13
/
+9
2013-07-08
Find xdot or xdot.py.
Matt Arsenault
2
-7
/
+7
2013-07-08
StringRef: add DenseMapInfo for StringRef.
Manman Ren
3
-9
/
+13
2013-07-08
[ADT/NullablePtr] Allow implicit conversion of NullablePtr<OtherT> -> Nullabl...
Argyrios Kyrtzidis
1
-0
/
+10
2013-07-08
Reland "Use Clang's __has_* macros in Compiler.h ..." with fixes
Reid Kleckner
1
-16
/
+40
2013-07-08
Fix a SCEV update problem.
Shuxin Yang
1
-0
/
+4
2013-07-08
Revert: "Use Clang's __has_* macros in Compiler.h to test for features"
Quentin Colombet
1
-38
/
+16
2013-07-08
clang-format this enum.
Rafael Espindola
1
-21
/
+20
2013-07-08
We now always create files with the correct permissions. Simplify the interface.
Rafael Espindola
1
-12
/
+1
2013-07-08
Attempt to fix Compiler.h for some self-hosting bots
Reid Kleckner
1
-1
/
+1
2013-07-08
Use Clang's __has_* macros in Compiler.h to test for features
Reid Kleckner
1
-16
/
+38
2013-07-07
Add missing per-argument doesNotAccessMemory accessors. No functionality change
Nick Lewycky
1
-2
/
+9
2013-07-06
MC: Implement COFF .linkonce directive
Nico Rieck
2
-13
/
+26
2013-07-06
Extend 'readonly' and 'readnone' to work on function arguments as well as
Nick Lewycky
4
-2
/
+38
2013-07-05
Remove dead function.
Jakob Stoklund Olesen
1
-5
/
+0
2013-07-05
Remove unique_file now that it is unused.
Rafael Espindola
1
-30
/
+0
2013-07-05
Add a createUniqueFile function and switch llvm's users of unique_file.
Rafael Espindola
1
-0
/
+29
2013-07-05
Add a higher level createTemporaryFile function.
Rafael Espindola
1
-0
/
+16
2013-07-05
[SystemZ] Remove no-op MVCs
Richard Sandiford
1
-0
/
+8
2013-07-05
[SystemZ] Clean up register scavenging code
Richard Sandiford
1
-0
/
+5
2013-07-05
Use the raw member names in Archive::Archive.
Rafael Espindola
1
-0
/
+1
2013-07-04
Remove use of asymmetric std::lower_bound comparator.
Ahmed Bougacha
1
-0
/
+5
2013-07-04
Changing long to int for consistency.
Aaron Ballman
1
-1
/
+1
2013-07-04
Supporting ssize_t on WIN64 with its proper size. Patch thanks to David Cour...
Aaron Ballman
2
-2
/
+11
2013-07-04
Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.
Jakob Stoklund Olesen
1
-12
/
+0
2013-07-04
Simplify landing pad lowering.
Jakob Stoklund Olesen
1
-0
/
+5
2013-07-04
Reapply r185601 with a fix for the cmake build.
Eric Christopher
2
-0
/
+12
2013-07-04
Temporarily revert 185601 as it caused cmake build regressions.
Eric Christopher
1
-6
/
+0
2013-07-04
Add support for futimens for platforms that don't support futimes.
Eric Christopher
1
-0
/
+6
2013-07-04
Revert r185595-185596 which broke buildbots.
Jakob Stoklund Olesen
2
-5
/
+12
2013-07-03
Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.
Jakob Stoklund Olesen
1
-12
/
+0
2013-07-03
Simplify landing pad lowering.
Jakob Stoklund Olesen
1
-0
/
+5
2013-07-03
Add MachineBasicBlock::addLiveIn().
Jakob Stoklund Olesen
1
-0
/
+5
2013-07-03
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
1
-1
/
+1
2013-07-03
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
1
-4
/
+4
2013-07-03
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector
Eric Christopher
2
-6
/
+6
2013-07-03
Return SmallVectorImpl& instead of SmallVector& in a couple places to avoid h...
Craig Topper
1
-7
/
+7
2013-07-03
Add a space between type and variable name. No functional change.
Craig Topper
1
-2
/
+2
2013-07-03
Added posix function gettimeofday to LibFunc::Func for all platforms but Wind...
Michael Gottesman
1
-0
/
+2
2013-07-02
Debug Info: use module flag to set up Dwarf version.
Manman Ren
1
-0
/
+2
2013-07-02
[PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLD
Ulrich Weigand
1
-2
/
+0
2013-07-02
[DebugInfo] Allow getDebugThreadLocalSymbol to return MCExpr
Ulrich Weigand
1
-1
/
+1
2013-07-02
Remove address spaces from MC.
Rafael Espindola
5
-42
/
+26
2013-07-02
Fix typo in comment
Tobias Grosser
1
-1
/
+1
[next]