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
*
Add support of RTM from TSX extension
Michael Liao
2012-11-08
15
-54
/
+223
*
instcombine: Migrate strspn optimizations
Meador Inge
2012-11-08
4
-50
/
+88
*
Fix up comment typo and 80-col.
Eric Christopher
2012-11-07
1
-4
/
+4
*
Add a relocation visitor to lib object. This works via caching relocated
Eric Christopher
2012-11-07
8
-11
/
+341
*
Only do switch-to-lookup table transformation when TargetTransformInfo
Hans Wennborg
2012-11-07
4
-5
/
+11
*
[mips] Custom-lower ISD::FRAME_TO_ARGS_OFFSET node.
Akira Hatanaka
2012-11-07
3
-0
/
+90
*
Delete MipsFunctionInfo::NextStackOffset. No functionality change intended.
Akira Hatanaka
2012-11-07
2
-10
/
+6
*
Revert r167540 until regression tests are updated.
Amara Emerson
2012-11-07
1
-21
/
+4
*
Remove accidental commit.
Bill Wendling
2012-11-07
1
-21
/
+0
*
Fix bad test IR in switch_to_lookup_table.ll
Hans Wennborg
2012-11-07
1
-1
/
+1
*
Improve ARM build attribute emission for architectures types.
Amara Emerson
2012-11-07
1
-4
/
+21
*
fix typo PR1476
Pawel Wodnicki
2012-11-07
1
-1
/
+1
*
fix for PR1476
Pawel Wodnicki
2012-11-07
1
-2
/
+2
*
[asan] fix bug 14277 (asan needs to fail with fata error if an __asan interfa...
Kostya Serebryany
2012-11-07
1
-2
/
+3
*
misched: Heuristics based on the machine model.
Andrew Trick
2012-11-07
3
-147
/
+1000
*
misched: handle on-the-fly regpressure queries better for 2-addr
Andrew Trick
2012-11-07
2
-9
/
+15
*
Add comment describing what's going on here.
Bill Wendling
2012-11-07
2
-1
/
+25
*
When we're updating the subprogram scope DIE, we want to determine if we're
Bill Wendling
2012-11-07
1
-36
/
+37
*
Fix a broken sentence
Eli Bendersky
2012-11-07
1
-2
/
+3
*
Document the -input-file option of FileCheck
Eli Bendersky
2012-11-07
1
-0
/
+5
*
[arm fast-isel] Appease the machine verifier by using the proper register
Chad Rosier
2012-11-07
1
-1
/
+4
*
Simplify code. No functionality change.
Jakub Staszak
2012-11-06
1
-1
/
+1
*
Make the helper functions static. No functional change.
Nadav Rotem
2012-11-06
1
-3
/
+5
*
Mark the Int_eh_sjlj_dispatchsetup pseudo instruction as clobbering all
Chad Rosier
2012-11-06
7
-28
/
+23
*
[regallocfast] Make sure the MachineRegisterInfo is aware of clobbers from a
Chad Rosier
2012-11-06
1
-0
/
+5
*
CostModel: add another known vector trunc optimization.
Nadav Rotem
2012-11-06
2
-0
/
+4
*
[c-index-test] When building with BUILD_CLANG_ONLY=YES, include c-index-test.
Argyrios Kyrtzidis
2012-11-06
1
-3
/
+1
*
Cost Model: add tables for some avx type-conversion hacks.
Nadav Rotem
2012-11-06
4
-3
/
+94
*
Fix build error from previous commit.
Andrew Kaylor
2012-11-06
1
-1
/
+1
*
Add interface for object-based JIT events.
Andrew Kaylor
2012-11-06
4
-0
/
+68
*
MemoryBuffer: Windows doesn't define S_IFIFO.
Daniel Dunbar
2012-11-06
1
-1
/
+4
*
docs: use code font for console commands in phabricator manual
Alexey Samsonov
2012-11-06
1
-2
/
+2
*
Remove tailing whitespaces
Michael Liao
2012-11-06
1
-4
/
+4
*
misched: TargetSchedule interface for machine resources.
Andrew Trick
2012-11-06
5
-12
/
+103
*
misched: Rename RemainingCount to avoid confusion with remaining resources.
Andrew Trick
2012-11-06
1
-6
/
+6
*
ScheduleDAG interface. Added OrderKind to distinguish nonregister dependencies.
Andrew Trick
2012-11-06
6
-98
/
+93
*
Refactor the getTypeLegalizationCost interface. No functionality change.
Nadav Rotem
2012-11-05
3
-26
/
+18
*
CostModel: Add tables for the common x86 compares.
Nadav Rotem
2012-11-05
3
-8
/
+125
*
Code Model: Improve the accuracy of the zext/sext/trunc vector cost estimation.
Nadav Rotem
2012-11-05
3
-5
/
+46
*
Suppress signed/unsigned comparison warning.
Richard Smith
2012-11-05
1
-2
/
+2
*
Fix for PR14264 cause by commit r167237 which did not take into account a
Kevin Enderby
2012-11-05
2
-1
/
+20
*
MemoryBuffer: Support reading named pipes in getFile().
Daniel Dunbar
2012-11-05
1
-16
/
+29
*
Cost Model: Normalize the insert/extract index when splitting types
Nadav Rotem
2012-11-05
2
-3
/
+27
*
Cost Model: teach the cost model about expanding integers.
Nadav Rotem
2012-11-05
2
-2
/
+12
*
Add a method to indicate section address re-assignment is finished.
Andrew Kaylor
2012-11-05
5
-7
/
+37
*
On PowerPC64, integer return values (as well as arguments) are supposed
Ulrich Weigand
2012-11-05
4
-8
/
+149
*
Implement the cost of abnormal x86 instruction lowering as a table.
Nadav Rotem
2012-11-05
5
-60
/
+53
*
lli: Initialize the native asm parser for inline assembly.
Jim Grosbach
2012-11-05
4
-3
/
+4
*
Add support for the PowerPC-specific inline asm Z constraint and y modifier.
Hal Finkel
2012-11-05
3
-2
/
+41
*
[PATCH] PowerPC: Expand load extend vector operations
Adhemerval Zanella
2012-11-05
2
-0
/
+165
[next]