Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
6bf3966f7fd92217360877d1c04ea8ffe47c11cc
6bf3966
Extend the preserve_most/all calling convention description in LangRef about the
by Juergen Ributzka
· 12 years ago
ab42578
Reland r200340 - 'Add line table debug info to COFF files when using a win32 triple'
by Timur Iskhodzhanov
· 12 years ago
8ddf091
add a bunch of LLVM_OVERRIDE before I start refactoring these.
by Rafael Espindola
· 12 years ago
fc79e50
Remove dead code.
by Rafael Espindola
· 12 years ago
2227f98
Revert r200431 due to bot failures.
by Manman Ren
· 12 years ago
b0dcfa5
Fix TLS handling in ELF's getAddress and llvm-nm to print 'D' for it.
by Rafael Espindola
· 12 years ago
0bdaca5
PGO branch weight: update edge weights in SelectionDAGBuilder.
by Manman Ren
· 12 years ago
ea120b6
PGO branch weight: update edge weights in IfConverter.
by Manman Ren
· 12 years ago
65a1296
Move range handling for a function to endFunction rather than
by Eric Christopher
· 12 years ago
c55cb49
If we use DW_AT_ranges we need to specify a base address that ranges
by Eric Christopher
· 12 years ago
c879504
Turn on CU ranges if we've got multiple compile units in the same
by Eric Christopher
· 12 years ago
4ec1a52
Make the compile unit map a MapVector so that we can assume a stable
by Eric Christopher
· 12 years ago
8e290f5
Fix formatting of comment.
by Eric Christopher
· 12 years ago
5b4cc3f
llvm-cov: Accept the long forms of gcov options
by Justin Bogner
· 12 years ago
c8662b1
llvm-cov: Improve help message text
by Justin Bogner
· 12 years ago
5119fd5
llvm-cov: Expect a source file as a positional parameter
by Justin Bogner
· 12 years ago
94b3a88
Remove C++11ism from r200407.
by Jordan Rose
· 12 years ago
654247c
MC: Better management of macro arguments
by David Majnemer
· 12 years ago
fb70e11
LoopVectorizer: Add a test case for unrolling of small loops that need a runtime
by Arnold Schwaighofer
· 12 years ago
c2d6310
[CommandLine] Aliases require an value if their target requires a value.
by Jordan Rose
· 12 years ago
b492843
Add support for PC-relative non-extern relocations to RuntimeDyldMachO.
by Lang Hames
· 12 years ago
2bd8350
[X86][SchedModel] Fix typos in the definitions of the ports for Haswell.
by Quentin Colombet
· 12 years ago
ff50030
Test commit
by Oliver Stannard
· 12 years ago
72d4223
[mips][msa] Add fill.d instruction.
by Matheus Almeida
· 12 years ago
8839020
[mips][msa] CHECK-DAG-ize MSA 2r_vector_scalar.ll test.
by Matheus Almeida
· 12 years ago
ba67c2a
[mips][msa] Add copy_{u,s}.d.
by Matheus Almeida
· 12 years ago
cf78698
[mips][msa] CHECK-DAG-ize MSA elm_copy.ll test.
by Matheus Almeida
· 12 years ago
a403ceb
[LPM] Fix PR18643, another scary place where loop transforms failed to
by Chandler Carruth
· 12 years ago
e89e312
Remove -arm-enable-ehabi from Android build rules. It's enabled by default.
by Evgeniy Stepanov
· 12 years ago
6e16651
Document EHABI enabled by default
by Renato Golin
· 12 years ago
3fca788
Enable EHABI by default
by Renato Golin
· 12 years ago
b04ddad
MC: Reorganize macro MC test along dialect lines
by David Majnemer
· 12 years ago
06fd4ed
[asan] simplify a test
by Kostya Serebryany
· 12 years ago
01a5c17
Delete the Matchers stored in the SmallVectors in SwitchOpcodeMatcher/SwitchTypeMatcher.
by Craig Topper
· 12 years ago
99c3e48
[Sparc] Use %r_disp32 for pc_rel entries in FDE as well.
by Venkatraman Govindaraju
· 12 years ago
52de969
Revert r200340, "Add line table debug info to COFF files when using a win32 triple."
by NAKAMURA Takumi
· 12 years ago
8378035
Normalize the style in llvm-nm.cpp.
by Rafael Espindola
· 12 years ago
771023d
[Sparc] Use %r_disp32 for pc_rel entries in gcc_except_table and eh_frame.
by Venkatraman Govindaraju
· 12 years ago
6a67a3f
[LPM] Fix PR18642, a pretty nasty bug in IndVars that "never mattered"
by Chandler Carruth
· 12 years ago
8dc253e
LoopVectorizer: Don't count the induction variable multiple times
by Arnold Schwaighofer
· 12 years ago
c86f56a
We do use pipefail these days. Update the test.
by Rafael Espindola
· 12 years ago
5c1983b
[SparcV9] Use correct register class (I64RegClass) to hold the address of _GLOBAL_OFFSET_TABLE_ in sparcv9.
by Venkatraman Govindaraju
· 12 years ago
916d312
Use a raw_stream to implement the mangler.
by Rafael Espindola
· 12 years ago
79c6a4f
[AArch64 NEON] Lower SELECT_CC with vector operand.
by Kevin Qin
· 12 years ago
e0f5a86
[ARM] Remove superfluous inline asm mode switch test
by David Woodhouse
· 12 years ago
11ecfc8
Remove unnecessary call to pthread_mutexattr_setpshared()
by Mark Seaborn
· 12 years ago
7a34570
MC: Clean up error paths in AsmParser::parseMacroArgument
by David Majnemer
· 12 years ago
07dc57c
Make createObjectFile's signature a bit less error prone.
by Rafael Espindola
· 12 years ago
bf2b27c
[Sparc] Fix breakage in r200345
by David Woodhouse
· 12 years ago
86b8fac
Finish bringing file_type to the llvm style (other than its name).
by Rafael Espindola
· 12 years ago
ffcc427
Be more explicit about which overloaded variant to use. Caught by ASan!
by Nick Kledzik
· 12 years ago
ed139ac
Convert to the inner enum so the compiler can warn about it in switches.
by Rafael Espindola
· 12 years ago
634295b
Tests for mode switching
by David Woodhouse
· 12 years ago
eab5cc3
Delete MCSubtargetInfo data members from target MCCodeEmitter classes
by David Woodhouse
· 12 years ago
4faa861
Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()
by David Woodhouse
· 12 years ago
2ddea4b
Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()
by David Woodhouse
· 12 years ago
41c8ba9
Keep the MCSubtargetInfo in the MCRelxableFragment class.
by David Woodhouse
· 12 years ago
d5d381b
Modify MCObjectStreamer EmitInstTo* interface
by David Woodhouse
· 12 years ago
4396f5d
Change MCStreamer EmitInstruction interface to take subtarget info
by David Woodhouse
· 12 years ago
ece65e3
Disable the COFF tests on non-X86 archs
by Timur Iskhodzhanov
· 12 years ago
38afdbe
Add line table debug info to COFF files when using a win32 triple.
by Timur Iskhodzhanov
· 12 years ago
6cccb32
Use the proper SDK when building iOS sim builds of LLVM and/or Mac OS X builds.
by Owen Anderson
· 12 years ago
79877dc
fix templates to work with pre c++11
by Nick Kledzik
· 12 years ago
4ed4bd0
[mips] Fix ELF header flags.
by Matheus Almeida
· 12 years ago
1c71a20
Add BumpPtrAllocator::allocateCopy() utilities
by Nick Kledzik
· 12 years ago
3dcb2a2
[NVPTX] Fix emitting aggregate parameters
by Gautam Chakrabarti
· 12 years ago
106b797
[X86] Add extra rules for combining vselect dag nodes into movsd.
by Andrea Di Biagio
· 12 years ago
bb6f236
typo
by Adrian Prantl
· 12 years ago
f611ae4
Fix pr14893.
by Rafael Espindola
· 12 years ago
7e82200
The llvm_headers_do_not_build project needs to be excluded from the default build, otherwise it gets built (at least in Visual Studio 2013).
by Aaron Ballman
· 12 years ago
5144469
[DAGCombiner] Avoid introducing an illegal build_vector when folding a sign_extend.
by Andrea Di Biagio
· 12 years ago
510c731
[CMake] llvm_update_compile_flags(name) doesn't require source files. TARGET PROPERTY SOURCES has them.
by NAKAMURA Takumi
· 12 years ago
a0a1e41
Provide a stub Target Streamer implementation for PPC MachO
by Iain Sandoe
· 12 years ago
5e7eecd
[CMake] Prune CMAKE_CXX_FLAGS stuff in llvm_process_sources.
by NAKAMURA Takumi
· 12 years ago
3303370
[CMake] Enhance llvm_update_compile_flags(name sources) to handle LLVM_REQUIRES_EH and LLVM_REQUIRES_RTTI.
by NAKAMURA Takumi
· 12 years ago
16268c0
[CMake] Apply -ffunction-data-sectinos not only to CMAKE_CXX_FLAGS, but also to CMAKE_C_FLAGS.
by NAKAMURA Takumi
· 12 years ago
4fc67f0
[CMake] Move -ffunction-data-sections stuff to HandleLLVMOptions.
by NAKAMURA Takumi
· 12 years ago
286d7d8
[CMake] Let llvm_process_sources check not only *.cpp but also *.c.
by NAKAMURA Takumi
· 12 years ago
57d6859
[CMake] Put lli-child-target into the Folder "Misc".
by NAKAMURA Takumi
· 12 years ago
05d43d8
[vectorizer] Completely disable the block frequency guidance of the loop
by Chandler Carruth
· 12 years ago
e5487fc
Handle spilling the PPC GPRC_NOR0 register class
by Hal Finkel
· 12 years ago
90790c3
Improve handling of EnforceSmallerThan. Remove all types that are smaller from the larger set not just the smallest type from the smaller set. Ensure 'smaller' vectors have the same or fewer total bits. Similar for 'larger' vectors.
by Craig Topper
· 12 years ago
2a154dd
MC: Add a .debug section that we'll soon use to emit debug info into COFF files
by Timur Iskhodzhanov
· 12 years ago
f555fb4
R600/SI: Add pattern for truncating i32 to i1
by Michel Danzer
· 12 years ago
8322c0f
Fix the DWARF EH encodings for Sparc PIC code.
by Jakob Stoklund Olesen
· 12 years ago
59bec0e
Update optimization passes to handle inalloca arguments
by Reid Kleckner
· 12 years ago
1386d3f
x86: add implicit defs for cpuid
by Reid Kleckner
· 12 years ago
5ea4a54
[LPM] Fix PR18616 where the shifts to the loop pass manager to extract
by Chandler Carruth
· 12 years ago
efbb397
[TLI] Add a new hook to TargetLowering to query the target if a load of a constant should be converted to simply the constant itself.
by Juergen Ributzka
· 12 years ago
a47aa4b
LoopVectorize: Support conditional stores by scalarizing
by Arnold Schwaighofer
· 12 years ago
1c2827c
Revert r199871 and replace it with a simple check in the debug info
by Eric Christopher
· 12 years ago
2ddf01b
Reformat slightly.
by Eric Christopher
· 12 years ago
aa66270
PGO branch weight: keep halving the weights until they can fit into uint32.
by Manman Ren
· 12 years ago
01df684
Fix the "#ifndef HAVE_SYS_WAIT_H" code path in Program.inc to compile
by Mark Seaborn
· 12 years ago
66aefa8
ARM MC: Fix the initial DWARF CFI unwind info at the start of a function
by Mark Seaborn
· 12 years ago
410f38e
Fix sext(setcc) -> select_cc using wrong type for setcc.
by Matt Arsenault
· 12 years ago
66742f0
Fix unsupported addressing mode assertion for pld
by David Peixotto
· 12 years ago
eea2f89
test commit: add minor comment
by Gautam Chakrabarti
· 12 years ago
e9c0b5a
[DAGCombiner] Teach how to fold sext/aext/zext of constant build vectors.
by Andrea Di Biagio
· 12 years ago
0583b2c
Silence MSVC warning on 'uint16_t |= bool' with a cast
by Reid Kleckner
· 12 years ago
Next »