index
:
~jwrdegoede/llvm
master
Hans' llvm repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-18
[PM/AA] Remove the last relics of the separate IPA library from LLVM,
Chandler Carruth
29
-105
/
+19
2015-08-18
MIR Parser: Implicit register verifier should accept unexpected implicit
Alex Lorenz
2
-0
/
+43
2015-08-18
[LVI] Use a SmallDenseMap instead of std::map for ValueCacheEntryTy
Bruno Cardoso Lopes
1
-1
/
+2
2015-08-18
use minSize wrapper; NFCI
Sanjay Patel
3
-6
/
+3
2015-08-18
[LVI] Improve LazyValueInfo compile time performance
Bruno Cardoso Lopes
1
-29
/
+32
2015-08-18
[AArch64] Simplify the logic for computing in bounds offset. NFC.
Chad Rosier
1
-10
/
+6
2015-08-18
[mips] Expand JAL instructions when PIC is enabled.
Daniel Sanders
4
-0
/
+323
2015-08-18
[MC] Convert another bunch of tests from macho-dump to llvm-readobj.
Davide Italiano
12
-68
/
+196
2015-08-18
[mips][microMIPS] Implement DDIV, DMOD, DDIVU and DMODU instructions
Zoran Jovanovic
5
-0
/
+72
2015-08-18
[mips][microMIPS] Implement SW and SWE instructions
Zoran Jovanovic
7
-0
/
+105
2015-08-18
[mips] Make the MipsAsmParser capable of knowing whether PIC mode is enabled ...
Daniel Sanders
1
-0
/
+15
2015-08-18
[Support] On Windows, generate PDF files for graphs and open with associated ...
Michael Kruse
1
-23
/
+49
2015-08-18
[Support] Always wait for GraphViz before opening the viewer
Michael Kruse
1
-1
/
+1
2015-08-18
[mips] Correct -Woverflow warning in r245208 without changing signedness of t...
Daniel Sanders
1
-2
/
+2
2015-08-18
Fixed max/min typo in test names
Simon Pilgrim
2
-152
/
+152
2015-08-18
[X86][SSE} Added constant SMAX/SMIN/UMAX/UMIN tests
Simon Pilgrim
2
-0
/
+3260
2015-08-18
[X86][SSE] Added extra vector truncation tests.
Simon Pilgrim
1
-54
/
+386
2015-08-18
Add unit test for isLayoutIdentical(empty, empty).
Yaron Keren
1
-0
/
+8
2015-08-18
Revert "Constant propagation after hiting llvm.assume"
Justin Bogner
2
-190
/
+3
2015-08-18
Constant propagation after hiting llvm.assume
Piotr Padlewski
2
-3
/
+190
2015-08-17
Doxygen: add build option to use svg instead of png files for graphs
Hans Wennborg
4
-1
/
+15
2015-08-17
Add an exposed variable for which c++ compiler we're using for our
Eric Christopher
2
-3
/
+8
2015-08-17
[WebAssembly] Don't default to ELF in the triple.
Dan Gohman
1
-0
/
+5
2015-08-17
Align SP adjustment in function getSPAdjust
Guozhi Wei
4
-2
/
+61
2015-08-17
[WebAssembly] Make getArchTypePrefix return "wasm".
Dan Gohman
1
-2
/
+2
2015-08-17
MIR Serialization: Serialize the local offsets for the stack objects.
Alex Lorenz
4
-3
/
+55
2015-08-17
MIR Serialization: Serialize the memory operand's range metadata node.
Alex Lorenz
5
-5
/
+38
2015-08-17
MIR Serialization: Serialize the memory operand's noalias metadata node.
Alex Lorenz
5
-4
/
+15
2015-08-17
MIR Serialization: Serialize the memory operand's alias scope metadata node.
Alex Lorenz
5
-3
/
+45
2015-08-17
MIR Serialization: Serialize the memory operand's TBAA metadata node.
Alex Lorenz
6
-11
/
+119
2015-08-17
[WinEHPrepare] Replace unreasonable funclet terminators with unreachable
David Majnemer
2
-37
/
+96
2015-08-17
[SPARC]: recognize '.' as the start of an assembler expression.
Douglas Katzman
2
-0
/
+8
2015-08-17
[ARM] Fix crash when targetting CPU without NEON
James Molloy
2
-3
/
+4
2015-08-17
[ScalarEvolutionExpander] Reuse findExistingExpansion during expansion cost c...
Igor Laevsky
1
-19
/
+11
2015-08-17
[CostModel][AArch64] Increase cost of vector insert element and add missing c...
Silviu Baranga
2
-2
/
+34
2015-08-17
[CostModel][ARM] Increase cost of insert/extract operations
Silviu Baranga
2
-258
/
+266
2015-08-17
[BasicAliasAnalysis] Do not check ModRef table for intrinsics
Igor Laevsky
1
-7
/
+0
2015-08-17
Take alignment into account in isSafeToSpeculativelyExecute and isSafeToLoadU...
Artur Pilipenko
4
-52
/
+158
2015-08-17
Extend MCAsmLexer so that it can peek forward several tokens
Benjamin Kramer
3
-5
/
+30
2015-08-17
Correcting a -Woverflow warning where 0xFFFF was overflowing an implicit cons...
Aaron Ballman
1
-1
/
+1
2015-08-17
[WinEHPrepare] Fix catchret successor phi demotion
Joseph Tremoulet
2
-0
/
+122
2015-08-17
Revert "Disable targetdatalayoutcheck"
Tobias Grosser
2
-0
/
+14
2015-08-17
Disable targetdatalayoutcheck
Tobias Grosser
2
-14
/
+0
2015-08-17
[mips] [IAS] Add support for the DLA pseudo-instruction and fix problems with...
Daniel Sanders
9
-431
/
+1534
2015-08-17
[GMR] isNonEscapingGlobalNoAlias() should look through Bitcasts/GEPs when loo...
Michael Kuperstein
2
-2
/
+3
2015-08-17
Remove hand-rolled matching for fmin and fmax.
James Molloy
1
-98
/
+2
2015-08-17
Rip out hand-rolled matching code for VMIN, VMAX, VMINNM and VMAXNM
James Molloy
1
-194
/
+0
2015-08-17
Generate FMINNAN/FMINNUM/FMAXNAN/FMAXNUM from SDAGBuilder.
James Molloy
3
-17
/
+38
2015-08-17
Fix PR24469 resulting from r245025 and re-enable dead store elimination acros...
Karthik Bhat
3
-51
/
+439
2015-08-17
Revert "[InstCombinePHI] Partial simplification of identity operations."
David Majnemer
2
-238
/
+1
[next]