Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
250bfb1745fd72615b618e3c8748321a104d80d0
250bfb1
Remove the LLVM specific archive index.
by Rafael Espindola
· 12 years ago
d605526
R600: Use correct encoding for Vertex Fetch instructions on Cayman
by Tom Stellard
· 12 years ago
4efccd0
R600: Use EXPORT_RAT_INST_STORE_DWORD for stores on Cayman
by Tom Stellard
· 12 years ago
c30b232
R600: Factor the instruction encoding out the RAT_WRITE_CACHELESS_eg class
by Tom Stellard
· 12 years ago
2def95fc
R600: Move instruction encoding definitions into a separate .td file
by Tom Stellard
· 12 years ago
b05e477
Introduce getSelect usage and use more getSelectCC
by Matt Arsenault
· 12 years ago
85cc4d8
Add getSelect helper function
by Matt Arsenault
· 12 years ago
9e89fe7
Add GetCurrentDirectory back.
by Rafael Espindola
· 12 years ago
a553bed
SelectionDAG: minor fix to order of operands in comments to match the code
by Stephen Lin
· 12 years ago
76858a7
Replace use of PathV1.h in MCContext.cpp.
by Rafael Espindola
· 12 years ago
89dbe97
Mark rematerialized super/sub registers as dead.
by Tim Northover
· 12 years ago
d5d7410
Fix frame pointer debug information test
by JF Bastien
· 12 years ago
d132ce7
Revert "Cmake: add compiler option in a more idiomatic way"
by Rafael Espindola
· 12 years ago
fcba9c5
Replace use of PathV1.h in Program.cpp.
by Rafael Espindola
· 12 years ago
4ebf543
Cmake: add compiler option in a more idiomatic way
by Arnaud A. de Grandmaison
· 12 years ago
dafd1a6
Do not to perform RUN line substitution of llc if that's prefixed by a hypnen
by Eli Bendersky
· 12 years ago
38103d1
SelectionDAG: Fix incorrect condition checks in some cases of folding FADD/FMUL combinations; also improve accuracy of comments
by Stephen Lin
· 12 years ago
f3fa683
Remove unused argument.
by Rafael Espindola
· 12 years ago
2ebb977
Don't use PathV1.h in GraphWriter.cpp.
by Rafael Espindola
· 12 years ago
a54ba12
Convert a use of sys::Path::GetTemporaryDirectory.
by Rafael Espindola
· 12 years ago
bb40b3e
Remove a use of PathV1.h.
by Rafael Espindola
· 12 years ago
8a0d41e
Make PrologEpilogInserter save/restore all callee saved registers
by Derek Schuff
· 12 years ago
80cecc8
Remove a use of PathV1.h.
by Rafael Espindola
· 12 years ago
c65aba0
Move PrependMainExecutablePath next to its only user.
by Rafael Espindola
· 12 years ago
d86dd4a
Remove a use of sys::Path.
by Rafael Espindola
· 12 years ago
a768a49
ARM: fix thumb coprocessor instruction with pre-writeback disassembly
by Amaury de la Vieuville
· 12 years ago
d25ec76
X86: cvtpi2ps is just an SSE instruction with MMX operands. It has no AVX equivalent.
by Benjamin Kramer
· 12 years ago
ea3e57d
Remove unused header.
by Rafael Espindola
· 12 years ago
fe532ad
Enable FastISel on ARM for Linux and NaCl, not MCJIT
by JF Bastien
· 12 years ago
97d37e8
[yaml2obj] Add support for sh_addralign via `AddressAlign` key.
by Sean Silva
· 12 years ago
38084db
Move #include from .h to .cpp file.
by Jakub Staszak
· 12 years ago
474ee46
Remove forward declaration of MachineBasicBlock. It is #included anyway.
by Jakub Staszak
· 12 years ago
b7eb5c0
#include <climits> instead of <limits.h> in C++ header file.
by Jakub Staszak
· 12 years ago
2a7e79a
[yaml2obj] Add support for specifying raw section content.
by Sean Silva
· 12 years ago
45b812d
[yaml2obj] Add sh_addr via `Address` key.
by Sean Silva
· 12 years ago
274264c
[yaml2obj] Initial ELF section support.
by Sean Silva
· 12 years ago
26d36ab
Try to fix the windows build.
by Rafael Espindola
· 12 years ago
b7e2188
Don't use PathV1.h in Signals.h.
by Rafael Espindola
· 12 years ago
6c3df8e
Add a RemoveFileOnSignal that takes a StringRef.
by Rafael Espindola
· 12 years ago
bbf97ea
Don't use PathV1.h in FileUtilities.h.
by Rafael Espindola
· 12 years ago
675e0ac
Avoid using PathV1.h in Program.h.
by Rafael Espindola
· 12 years ago
1172922
[PowerPC] Disable fast-isel for existing -O0 tests for PowerPC.
by Bill Schmidt
· 12 years ago
2948e69
R600: Don't try to fix reg class when copying IMPLICIT_DEF to a register
by Tom Stellard
· 12 years ago
a29ece1
Add a version of sys::ExecuteAndWait that takes StringRefs.
by Rafael Espindola
· 12 years ago
c06e5cf
Fix DeleteDeadVarargs not to crash on functions referenced by BlockAddresses
by Derek Schuff
· 12 years ago
6585b38
Have sys::FindProgramByName return a std::string.
by Rafael Espindola
· 12 years ago
90cd06e
Mips: Remove global set.
by Benjamin Kramer
· 12 years ago
1ee21dc
Merge changes to clang's Driver code into LLVM's Option library
by Reid Kleckner
· 12 years ago
a65ee83
Covert remaining graph viewers from sys::Path to std::string.
by Rafael Espindola
· 12 years ago
aaf4c1e
Update code for other graph viewing programs too.
by Rafael Espindola
· 12 years ago
4d39727
Reduce usage of sys::Path in the graph writer.
by Rafael Espindola
· 12 years ago
ba0e380
Add a version of DisplayGraph that takes a StringRef.
by Rafael Espindola
· 12 years ago
8117ac5
ARM: fix B decoding
by Amaury de la Vieuville
· 12 years ago
1290ce0
ARM: fix t2am_imm8_offset operand printing for imm=#-0
by Amaury de la Vieuville
· 12 years ago
13f17ea
Further reduce usage of sys::Path in bugpoint.
by Rafael Espindola
· 12 years ago
f378028
Try to fix the build with libstdc++ 4.4.
by Rafael Espindola
· 12 years ago
a4b504a
Reduce sys::Path usage in bugpoint.
by Rafael Espindola
· 12 years ago
19b30d5
X86: Make the cmov aliases work with intel syntax too.
by Benjamin Kramer
· 12 years ago
62d124a
[Support] Fix handle and memory leak for processes that are not waited for
by Reid Kleckner
· 12 years ago
0db5f0f
Zero-initializing variables; fixes a build breakage introduced in r183864.
by Aaron Ballman
· 12 years ago
e568281
Print ConstantPool entries initialized to Values with WriteAsOperand instead of
by Dan Gohman
· 12 years ago
a03a80f
[Win] Put ChangeStdinToBinary ChangeStdoutToBinary ChangeStderrToBinary in sys.
by Rafael Espindola
· 12 years ago
e4f7e31
s/Void/void.
by Rafael Espindola
· 12 years ago
42f756f
Attempt at fixing the windows build.
by Rafael Espindola
· 12 years ago
9f1d9fd
Remove the program class.
by Rafael Espindola
· 12 years ago
7e17024
Revert r183854 (PPC: Fix switch warnings from r183841)
by David Blaikie
· 12 years ago
609baa3
Add global versions of some Program static methods.
by Rafael Espindola
· 12 years ago
6289533
[PowerPC] Remove PRED_BAD from PPC::Predicate enumeration.
by Bill Schmidt
· 12 years ago
dab366b
[PowerPC] Fix switch warnings from r183841.
by Bill Schmidt
· 12 years ago
4bf771b
readobj: Dump PE/COFF optional records.
by Rui Ueyama
· 12 years ago
100fbdd
Always remove an alias when we rename the target.
by Rafael Espindola
· 12 years ago
d3f7766
[PowerPC] Expose some calling convention functions in PPCISelLowering.h.
by Bill Schmidt
· 12 years ago
6d6cbe3
Convert test to FileCheck.
by Rafael Espindola
· 12 years ago
234cad7
Don't use PathV1 in CommandLine.cpp.
by Rafael Espindola
· 12 years ago
f69ead4
Add artificial PRED_BAD to PPC::Predicate enumeration.
by Bill Schmidt
· 12 years ago
c3907f3
Inline Path::isBitcodeFile into only use and remove it.
by Rafael Espindola
· 12 years ago
2a40056
Remove Path::getMagicNumber.
by Rafael Espindola
· 12 years ago
26ace57
Remove Path::hasMagicNumber.
by Rafael Espindola
· 12 years ago
fa2bbb3
Remove Path::isAbsolute.
by Rafael Espindola
· 12 years ago
5475e2b
Remove Path::isAbsolute().
by Rafael Espindola
· 12 years ago
c1f4a4b
by Ulrich Weigand
· 12 years ago
55d529f
Remove Path::getSuffix.
by Rafael Espindola
· 12 years ago
36782c5
Remove sys::CopyFile.
by Rafael Espindola
· 12 years ago
a5e855d
Fix 'gcc -flto' builds for unittest binaries (undefined reference to
by Patrik Hagglund
· 12 years ago
e48e8c7
by Ulrich Weigand
· 12 years ago
2e0372d
Remove the old file memory mapping functions.
by Rafael Espindola
· 12 years ago
ddee9b4
Remove Path::createFileOnDisk.
by Rafael Espindola
· 12 years ago
f90690f
Remove Path::makeExecutableOnDisk.
by Rafael Espindola
· 12 years ago
f42b14e
Update Release Process doc
by Renato Golin
· 12 years ago
8fdb53d
Fix gcc -flto build, by adding LLVM_ATTRIBUTE_USED to
by Patrik Hagglund
· 12 years ago
0d3b9ac
[yaml2obj] Remove fragile test case.
by Sean Silva
· 12 years ago
2fd163f
80-cols
by Sean Silva
· 12 years ago
2a2bf79
Correct the def registers for the 8bit x86 divide instructions to
by Eric Christopher
· 12 years ago
3ce2a98
Use the Copy we defined above here.
by Eric Christopher
· 12 years ago
1d18629
Formatting.
by Eric Christopher
· 12 years ago
0001acc
Fix CMakeLists.
by Akira Hatanaka
· 12 years ago
45137f9
[mips] Add an IR transformation pass that optimizes calls to sqrt.
by Akira Hatanaka
· 12 years ago
a11c3e2
Move PathV2.h to Path.h
by Rafael Espindola
· 12 years ago
5ab7704
ARM FastISel fix sext/zext fold
by JF Bastien
· 12 years ago
a856444
Make host ARM CPU feature detection independent of the vendor
by Tobias Grosser
· 12 years ago
Next »