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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify landing pad lowering.
Jakob Stoklund Olesen
2013-07-04
3
-26
/
+26
*
FastISel can only apend to basic blocks.
Jakob Stoklund Olesen
2013-07-04
1
-8
/
+5
*
Live-in copies go *after* EH_LABELs.
Jakob Stoklund Olesen
2013-07-04
1
-1
/
+1
*
Tabs to spaces. No functionality change.
Nick Lewycky
2013-07-04
1
-10
/
+10
*
Add a space between closing template '>' to unbreak build.
Craig Topper
2013-07-04
1
-3
/
+3
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-04
29
-65
/
+65
*
Reapply r185601 with a fix for the cmake build.
Eric Christopher
2013-07-04
6
-1
/
+137
*
Temporarily revert 185601 as it caused cmake build regressions.
Eric Christopher
2013-07-04
5
-131
/
+1
*
Add support for futimens for platforms that don't support futimes.
Eric Christopher
2013-07-04
5
-1
/
+131
*
Revert r185595-185596 which broke buildbots.
Jakob Stoklund Olesen
2013-07-04
13
-26
/
+86
*
Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.
Jakob Stoklund Olesen
2013-07-03
10
-60
/
+0
*
Simplify landing pad lowering.
Jakob Stoklund Olesen
2013-07-03
3
-26
/
+26
*
Add MachineBasicBlock::addLiveIn().
Jakob Stoklund Olesen
2013-07-03
2
-0
/
+38
*
Have ARMBaseRegisterInfo::getCallPreservedMask return the 'correct' mask for ...
Stephen Lin
2013-07-03
2
-10
/
+13
*
Hoist all of the Entry.getLoc() calls int a single variable.
Eric Christopher
2013-07-03
1
-7
/
+8
*
Make DotDebugLocEntry a class, reorder the members along with comments
Eric Christopher
2013-07-03
2
-14
/
+29
*
[ARM] Improve the instruction selection of vector loads.
Quentin Colombet
2013-07-03
3
-1
/
+122
*
Elaborate on comment.
Eric Christopher
2013-07-03
1
-1
/
+1
*
Add names to the header file since they help in documenting the API
Eric Christopher
2013-07-03
1
-10
/
+11
*
[PowerPC] FreeBSD does not require f128 in its data layout string.
Bill Schmidt
2013-07-03
1
-1
/
+1
*
Add platform specific tests doc
Renato Golin
2013-07-03
1
-0
/
+60
*
ARM: Prevent ARMAsmParser::shouldOmitCCOutOperand() from misidentifying certa...
Tilmann Scheller
2013-07-03
2
-9
/
+7
*
Move typedefs inside the class that they belong to.
Eric Christopher
2013-07-03
1
-10
/
+7
*
Use an RWMutex instead of a Mutex in PassRegistry.
Chad Rosier
2013-07-03
1
-10
/
+11
*
[PowerPC] Support lmw/stmw in the asm parser
Ulrich Weigand
2013-07-03
2
-1
/
+14
*
[PowerPC] Use mtocrf when available
Ulrich Weigand
2013-07-03
10
-25
/
+54
*
[PowerPC] Always use mfocrf if available
Ulrich Weigand
2013-07-03
9
-65
/
+42
*
Prefix failing commands with not to make clear they are expected to fail.
Rafael Espindola
2013-07-03
26
-30
/
+30
*
Remove another old test.
Rafael Espindola
2013-07-03
1
-99
/
+0
*
Remove test for the old EH system. It doesn't parse anymore.
Rafael Espindola
2013-07-03
1
-19
/
+0
*
Fix test: It was missing run lines and llvm-dis has no -disable-verify option.
Rafael Espindola
2013-07-03
1
-4
/
+4
*
Add support for gnu archives with a string table and no symtab.
Rafael Espindola
2013-07-03
3
-27
/
+60
*
Make llvm-nm return 1 on error.
Rafael Espindola
2013-07-03
2
-0
/
+25
*
[PowerPC] Remove dead code from PPCDAGToDAGISel::SelectSETCC
Ulrich Weigand
2013-07-03
1
-23
/
+5
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-03
11
-35
/
+35
*
Fix regular expression used by 'make update' to only look for 'I' and '?' at ...
Craig Topper
2013-07-03
1
-1
/
+1
*
[msan] Unpoison stack allocations and undef values in blacklisted functions.
Evgeniy Stepanov
2013-07-03
2
-10
/
+49
*
[PowerPC] Make specialized AltiVec patterns isCodeGenOnly
Ulrich Weigand
2013-07-03
1
-2
/
+3
*
[PowerPC] Support mtspr/mfspr in the asm parser
Ulrich Weigand
2013-07-03
4
-15
/
+28
*
[SystemZ] Fold more spills
Richard Sandiford
2013-07-03
60
-251
/
+4023
*
This corrects the implementation of Thumb ADR instruction. There are three i...
Mihai Popa
2013-07-03
9
-14
/
+62
*
ARM: relax the atomic release barrier to "dmb ishst" on Swift
Tim Northover
2013-07-03
4
-57
/
+112
*
[SystemZ] Rename mapping table fields
Richard Sandiford
2013-07-03
2
-37
/
+37
*
[SystemZ] Fix caller-allocated save slot FIXME
Richard Sandiford
2013-07-03
3
-46
/
+21
*
Remove unused field.
Eric Christopher
2013-07-03
1
-12
/
+19
*
Constify a few functions.
Eric Christopher
2013-07-03
1
-3
/
+3
*
[XCore] Whitespace fixes, no functionality change.
Richard Osborne
2013-07-03
1
-3
/
+3
*
[XCore] Add ISel pattern for LDWCP
Richard Osborne
2013-07-03
2
-8
/
+16
*
Use SmallVectorImpl::const_iterator instead of SmallVector to avoid specifyin...
Craig Topper
2013-07-03
1
-4
/
+4
*
Use SmallVectorImpl instead of SmallVector as method argument to avoid specif...
Craig Topper
2013-07-03
2
-2
/
+2
[next]