Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
39a09d2b7cf3a547df4a92c91280d5dc3b02318f
39a09d2
IR: Change inalloca's grammar a bit
by David Majnemer
· 12 years ago
3e07f8a
Revert "Clean up SmallString a bit"
by David Blaikie
· 12 years ago
ed8ba2e
Clean up SmallString a bit
by David Blaikie
· 12 years ago
873c589
[C++11] Fix break due to MSVC bug.
by Ahmed Charles
· 12 years ago
9c3328f
Fix build break.
by Ahmed Charles
· 12 years ago
36b699f
[C++11] Add range based accessors for the Use-Def chain of a Value.
by Chandler Carruth
· 12 years ago
b033b03
Update comment from r203315 based on review
by Adam Nemet
· 12 years ago
29b1962
Adding some includes to appease build bots. Amends r203354
by Aaron Ballman
· 12 years ago
5c47b58
Adding range-based STL-like helper APIs. llvm::distance() is the range version of std::distance. llvm::copy is the range version of std::copy.
by Aaron Ballman
· 12 years ago
f089b84
Make createObjectImage and createObjectImageFromFile static methods on the
by Lang Hames
· 12 years ago
f911d52
Change else if => if after return, after r203265
by Duncan P. N. Exon Smith
· 12 years ago
783b222
Fix 80 cols.
by Ahmed Charles
· 12 years ago
c83e68f
[C++11] Add 'override' keyword to virtual methods that override their base class.
by Craig Topper
· 12 years ago
838cb74
[C++11] Add 'override' keyword to virtual methods that override their base class.
by Craig Topper
· 12 years ago
1829d9d
[bugpoint] Don't ignore arg in -compile-commad="tool arg"
by Adam Nemet
· 12 years ago
5dc48d7
[C++11] Add 'override' keyword to virtual methods that override their base class.
by Craig Topper
· 12 years ago
ad1b194
De-virtualize a method since it doesn't override anything (yay 'override' keyword) and its class is in an anonymous namespace.
by Craig Topper
· 12 years ago
5747a14
[C++11] Add 'override' keyword to virtual methods that override their base class.
by Craig Topper
· 12 years ago
d659d34
[C++11] Add 'override' keyword to virtual methods that override their base class.
by Craig Topper
· 12 years ago
50b59c7
DebugInfo: further improvements to test following up on r203329
by David Blaikie
· 12 years ago
5c31033
DebugInfo: Fix test fallout from r203323
by David Blaikie
· 12 years ago
5af111c
DebugInfo: Use DW_FORM_data4 for DW_AT_high_pc in DW_TAG_lexical_blocks
by David Blaikie
· 12 years ago
b1c8844
Add support for hashing location information for CU level hashes.
by Eric Christopher
· 12 years ago
d07494f
[DAGCombiner] Distribute TRUNC through AND in rotation amount
by Adam Nemet
· 12 years ago
316d3e3
[DAGCombiner] Recognize another rotation idiom
by Adam Nemet
· 12 years ago
622f350
[DAGCombiner] Slightly improve readability of matchRotateSub
by Adam Nemet
· 12 years ago
aa5b17b
ISel: Make VSELECT selection terminate in cases where the condition type has to
by Arnold Schwaighofer
· 12 years ago
bd86fbe
Remove unnecessary test for Darwin and update testcase to be a little less
by Adrian Prantl
· 12 years ago
e373dfa
Add a virtual destructor to quiet a warning.
by Eric Christopher
· 12 years ago
7cf32a7
Range-ify some for loops.
by Owen Anderson
· 12 years ago
a8c247c
Actually add the header file.
by Eric Christopher
· 12 years ago
096eaf8
Two part patch:
by Eric Christopher
· 12 years ago
a8d9fe2
Add include guards and make public a few routines that add values to the hash.
by Eric Christopher
· 12 years ago
32643e3
Remove unused method declaration
by Eli Bendersky
· 12 years ago
d013411
Revert "Remove unnecessary check for Darwin. rdar://problem/16264854"
by Adrian Prantl
· 12 years ago
fa14948
Moved test file from test/MC/Mips to test/CodeGen/Mips.
by Sasa Stankovic
· 12 years ago
1630c3c
Remove unnecessary check for Darwin. rdar://problem/16264854
by Adrian Prantl
· 12 years ago
9623e46
DebugInfo: Use DW_FORM_data4 for DW_AT_high_pc in inlined functions
by David Blaikie
· 12 years ago
0afacf1
DebugInfo: Update test to cover linux (with a FIXME...) too
by David Blaikie
· 12 years ago
ba2a549
[C++11] Revert uses of lambdas with array_pod_sort.
by Benjamin Kramer
· 12 years ago
e1362f1
[C++11] Convert sort predicates into lambdas.
by Benjamin Kramer
· 12 years ago
856eb29
Actually include the ArrayRef header rather than rely on the forward
by Eric Christopher
· 12 years ago
6a90a1e
Fix up formatting.
by Eric Christopher
· 12 years ago
2195ed6
Fix EXPECT_* to not produce a compile warning.
by Eli Bendersky
· 12 years ago
6cadd40
R600/SI: Using SGPRs is illegal for instructions that read carry-out from VCC
by Tom Stellard
· 12 years ago
7e06370
R600/SI: Custom lower i1 stores
by Tom Stellard
· 12 years ago
adb294d
[C++11] DwarfDebug: Turn single-use functors into lambdas.
by Benjamin Kramer
· 12 years ago
bc3b242
[ADT] Update PointerIntPair to handle pointer types with more than 31 bits free.
by Jordan Rose
· 12 years ago
fac2487
[docs] Teach CMake docs build how to generate Qt Creator help/documentation files.
by Michael Gottesman
· 12 years ago
3bfc4d8
[C++11] DwarfDebug: Use range-based for loops.
by Benjamin Kramer
· 12 years ago
5abd466
Don't avoid cfi instructions on the bg/p.
by Rafael Espindola
· 12 years ago
1a763b0
Remove dead 'break' (dominated by 'return').
by Ted Kremenek
· 12 years ago
af0c5ed
Remove dead 'return'.
by Ted Kremenek
· 12 years ago
f5955c7
MC: Use MachO::SectionType for MCSectionMachO::getType's return type
by David Majnemer
· 12 years ago
5ba79a9
DebugInfo: Refactor high_pc/low_pc construction into reusable function
by David Blaikie
· 12 years ago
f456d37
"Mac OS/X" -> "Mac OS X" spelling fixes for llvm.
by Nico Weber
· 12 years ago
feed880
C++11: Remove const from in auto guidelines
by Duncan P. N. Exon Smith
· 12 years ago
f7952d3
DebugInfo: Restrict DW_AT_high_pc encoding as data4 offset to DWARF 4 as per spec
by David Blaikie
· 12 years ago
fc9031c
C++11: Copy pointers with const auto *
by Duncan P. N. Exon Smith
· 12 years ago
ac4c4a8
ARM: Make .unreq directives case-insensitive
by Duncan P. N. Exon Smith
· 12 years ago
1dd3111
[C++11] Now that the users are gone, rip out the duplicated traits from type_traits.h
by Benjamin Kramer
· 12 years ago
8eccde8
Add missing std:: qualifiers
by Dmitri Gribenko
· 12 years ago
a6a3d4d
Make header standalone for libstdc++.
by Benjamin Kramer
· 12 years ago
c1dafe8
[C++11] Replace LLVM-style type traits with C++11 standard ones.
by Benjamin Kramer
· 12 years ago
122a970
[SystemZ] Move sign_extend optimization to PerformDAGCombine
by Richard Sandiford
· 12 years ago
fa9e4b5
CodeGenPrep: sink extends of illegal types into use block.
by Tim Northover
· 12 years ago
69d2b2a
InstCombine: form shuffles from wider range of insert/extractelements
by Tim Northover
· 12 years ago
cd68cff
Change MCDisassembler::setSymbolizer to take unique_ptr by value.
by Ahmed Charles
· 12 years ago
490750b
Remove unused method.
by Craig Topper
· 12 years ago
9f998de
[C++11] Add 'override' keyword to virtual methods that override their base class.
by Craig Topper
· 12 years ago
177c1ef
Enable FeatureFastUAMem for Silvermont processor
by Alexey Volkov
· 12 years ago
adaa3e5
Test commit Removed whitespace
by Alexey Volkov
· 12 years ago
508e0c4
MC: Remove superfluous section attribute flag definitions
by David Majnemer
· 12 years ago
6a2154e
[Typo] Fix sentence in CMake documentation.
by Ahmed Charles
· 12 years ago
7d7d996
Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
by Rafael Espindola
· 12 years ago
ec7ab53
clang-format a bit of code to make the next patch easier to read.
by Rafael Espindola
· 12 years ago
49dd5e8
Simplify. No functionality change.
by Rafael Espindola
· 12 years ago
ab5573e
Simplify. No functionality change.
by Rafael Espindola
· 12 years ago
70957b9
Allow constant folding of round function whenever feasible
by Karthik Bhat
· 12 years ago
40e107d
Add missing "[unnamed_addr]" to LangRef.rst#functions.
by Rafael Espindola
· 12 years ago
4b10252
DebugInfo: Limit r203187 to non-darwin as lldb can't handle this yet
by David Blaikie
· 12 years ago
d5c1fb9
Move some dwarf emission routines to AsmPrinterDwarf.cpp.
by Eric Christopher
· 12 years ago
0e42ae9
80-column fixups.
by Eric Christopher
· 12 years ago
34fa564
DebugInfo: Emit DW_TAG_subprogram's DW_AT_high_pc as an offset from the low_pc
by David Blaikie
· 12 years ago
e2bb4f4
DebugInfo: Refactor test to not rely on fixed DIE offsets
by David Blaikie
· 12 years ago
63557bf
DebugInfo: Improve test to not depend on the specific naming of temporary symbols
by David Blaikie
· 12 years ago
83710e7
Add iterator_range support for MachineInstr's operand and memoperand iterators.
by Owen Anderson
· 12 years ago
aa558a7
Reapply "MC: simplify object file selection for Windows"
by Saleem Abdulrasool
· 12 years ago
b52d0c0
Remove shouldEmitUsedDirectiveFor.
by Rafael Espindola
· 12 years ago
e7147c1
Convert test to FileCheck.
by Rafael Espindola
· 12 years ago
93998f3
Remove unreachable 'return true' always dominated by 'return Error' or 'return false'.
by Ted Kremenek
· 12 years ago
046c8e1
[Support/LockFileManager] Re-apply r203137 and r203138 but use symbolic links only on unix.
by Argyrios Kyrtzidis
· 12 years ago
4eb048a
Support: split object format out of environment
by Saleem Abdulrasool
· 12 years ago
5219b0f
MC: simplify object file selection for Windows
by Saleem Abdulrasool
· 12 years ago
e541585
[X86] Teach the DAGCombiner how to fold a OR of two shufflevector nodes.
by Andrea Di Biagio
· 12 years ago
d0d94d6
Fix warning about mismatched signs in comparison.
by Rafael Espindola
· 12 years ago
abb1fad
Fix the printing of n_type.
by Rafael Espindola
· 12 years ago
7ed86b0
Use the existing N_STAB from the MachO namespace.
by Rafael Espindola
· 12 years ago
27cfb7a
Constify a few things with DotDebugLocEntry.
by Eric Christopher
· 12 years ago
9035f6b
MS asm: The initial dot in struct access is optional
by Reid Kleckner
· 12 years ago
Next »