Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
8a2ce5d32987f99185f40eb3085a8972291f8d5c
8a2ce5d
libLTO: Add a utility method to initialize the disassemblers.
by Benjamin Kramer
· 13 years ago
d3022b8
PPC: Reinstate the fatal error when trying to emit a macho file.
by Benjamin Kramer
· 13 years ago
cb4028b
ARM: Share applyFixup between ELF and Darwin.
by Benjamin Kramer
· 13 years ago
915558e
PPC: MCize most of the darwin PIC emission.
by Benjamin Kramer
· 13 years ago
e8ca482
PPC: Share applyFixup between ELF and Darwin.
by Benjamin Kramer
· 13 years ago
8f2dce0
PPC: Simplify code with Twines.
by Benjamin Kramer
· 13 years ago
b315772
Factor some common code out of individual if blocks.
by Craig Topper
· 13 years ago
ff233c9
Change the representation of MCCFIInstruction.
by Rafael Espindola
· 13 years ago
7f74d2c
Give each MCCFIInstruction its own opcode.
by Rafael Espindola
· 13 years ago
529a01d
Move a bit of duplicated code into a helper function.
by Rafael Espindola
· 13 years ago
28c9ea3
Refactor how MCCFIInstructions are created.
by Rafael Espindola
· 13 years ago
4ccb49a
CodeGenPrepare: Move ret duplication out of the instruction iteration loop.
by Benjamin Kramer
· 13 years ago
5d1e089
Refactor a bit to make some helper functions static.
by Craig Topper
· 13 years ago
985884c
Add a -disable-cfi option to llvm-mc. This is useful for debugging as
by Rafael Espindola
· 13 years ago
c8fec7e
Implement .cfi_undefined. Based on a patch from PaX team, updated by
by Rafael Espindola
· 13 years ago
834518f
Disallow the undocumented practice of starting the datalayout string with '-'.
by Patrik Hägglund
· 13 years ago
b46702c
Update call to the new syntax.
by Bill Wendling
· 13 years ago
f284aef
Remove unused parameter Penalty from the BoundsChecking pass.
by Joey Gouly
· 13 years ago
d5f0318
Cleanup: Simplify loop end logic in computeRegisterProperties().
by Patrik Hägglund
· 13 years ago
e84b47e
Added me as the owner of the Sparc backend
by Venkatraman Govindaraju
· 13 years ago
99ba589
Mark me as the owner of the gold plugin.
by Rafael Espindola
· 13 years ago
6098c6b
Add more functions to the target library information.
by Meador Inge
· 13 years ago
d59c072
llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp: Prune AddressSanitizerCreateGlobalRedzonesPass::ID. [-Wunused-variable]
by NAKAMURA Takumi
· 13 years ago
9f696c8
Fix 80-col violation
by Eli Bendersky
· 13 years ago
f6dae76
IntelJITEventsWrapper.h: Prune two members, FinalizeThreadFunc and FinalizeProcessFunc, for now. [-Wunused-private-field]
by NAKAMURA Takumi
· 13 years ago
bbef5ea
Documentation: convert SourceLevelDebugging.html to reST
by Dmitri Gribenko
· 13 years ago
7a3b7e5
Remove 'sretpromotion' pass from the documentation. This pass is long dead.
by Chandler Carruth
· 13 years ago
7462c12
Generalize matching of add_executable to add_XXX_executable.
by Ted Kremenek
· 13 years ago
b47ec40
llvm.fmuladd.* lowering should be checking isOperationLegalOrCustom, rather than
by Lang Hames
· 13 years ago
b9a12ea
[asan] rip off the creation of global redzones from the main AddressSanitizer class into a separate class. The intent is to make it a separate ModulePass in the following commmits
by Kostya Serebryany
· 13 years ago
4117bec
Pull some code out into functions to make rearranging them a bit easier.
by Eric Christopher
· 13 years ago
72a2c06
Corrects a problem where we reply exclusively of GEPs to drive
by Preston Briggs
· 13 years ago
198ad91
Mips direct object xgot support
by Jack Carter
· 13 years ago
17ced45
Fix a typo in FileCheck.rst
by Eli Bendersky
· 13 years ago
f09a037
[mips] Generate big GOT code.
by Akira Hatanaka
· 13 years ago
238f34a
Adding tests for the Intel JIT event listener's MCJIT support.
by Andrew Kaylor
· 13 years ago
d43e06d
[mips] Simplify lowering functions in MipsISelLowering.cpp by using the helper
by Akira Hatanaka
· 13 years ago
6b28b80
[mips] Add helper functions that create nodes for computing address.
by Akira Hatanaka
· 13 years ago
81784cb
[mips] Add command line option "-mxgot".
by Akira Hatanaka
· 13 years ago
59be760
[mips] When a node which loads from a GOT is created, pass a MachinePointerInfo
by Akira Hatanaka
· 13 years ago
b546d5a
Add new predicates for the immediate operands.
by Jyotsna Verma
· 13 years ago
26e6ad7
[mips] Add target operand flag enums for big GOT relocations.
by Akira Hatanaka
· 13 years ago
81081b1
Use one common 'let' expression to set PrintMethod for all immediate operands.
by Jyotsna Verma
· 13 years ago
e390434
Add relocations used for mips big GOT.
by Akira Hatanaka
· 13 years ago
d6f0489
test commit: added a few comments
by Preston Briggs
· 13 years ago
34519fc
Implementing basic function-level profiling support in IntelJITEventListener.
by Andrew Kaylor
· 13 years ago
0ae6124
Add support for varargs functions for msp430. Patch by Job Noorman!
by Anton Korobeynikov
· 13 years ago
6cbeb4d
Add support for byval args. Patch by Job Noorman!
by Anton Korobeynikov
· 13 years ago
6ee1e08
Finish the renaming.
by Rafael Espindola
· 13 years ago
24d5025
Renamed HexagonImmediates.td -> HexagonOperands.td.
by Jyotsna Verma
· 13 years ago
4bf4c73
llvm/test/Transforms/InstCombine/sdiv-1.ll: FileCheck-ize.
by NAKAMURA Takumi
· 13 years ago
811a837
Using "not grep" is brittle as the test passes if llvm-as fails.
by Rafael Espindola
· 13 years ago
07df765
PR14055: Implement support for sub-vector operations in SROA.
by Chandler Carruth
· 13 years ago
9648782
Fix execution domain for packed FMA4 instructions.
by Craig Topper
· 13 years ago
3dcefc8
Mark ISD::FMA as Legal instead of custom for x86 with FMA3/FMA4. Needed so that llvm.muladd can be converted to ISD::FMA for fp_contract.
by Craig Topper
· 13 years ago
e845ced
Make calcLiveInMask method static.
by Jakub Staszak
· 13 years ago
6f05f21
Make isScratchReg and isFPCopy methods static.
by Jakub Staszak
· 13 years ago
8b4310b
Whitespace.
by Eric Christopher
· 13 years ago
7ee5f5d
Update for some of the coding standard before rearranging functions around.
by Eric Christopher
· 13 years ago
b8a101f
Update some comments.
by Eric Christopher
· 13 years ago
e6ad6ac
Update and add some comments.
by Eric Christopher
· 13 years ago
c82fbf4
Whitespace.
by Eric Christopher
· 13 years ago
a631ea9
Add a tests for the new -no-show-raw-insn option of llvm-objdump.
by Eli Bendersky
· 13 years ago
8c67c03
Add obvious constantness.
by Jakub Staszak
· 13 years ago
7dc68db
Remove constness from this, it modifies the output stream as does
by Eric Christopher
· 13 years ago
8b9da53
Add the -no-show-raw-insn option to llvm-objdump, thus making it a bit more
by Eli Bendersky
· 13 years ago
7372a7d
removes a few "const" qualifiers
by Sebastian Pop
· 13 years ago
17cfe87
[python] fix get_library()
by Anders Waldenborg
· 13 years ago
7d1b42a
Removing some unused instruction definitions from the Hexagon backend.
by Jyotsna Verma
· 13 years ago
fbd1975
Remove unused function argument, add a bit to the comment.
by Eric Christopher
· 13 years ago
aaa50b9
Formatting.
by Eric Christopher
· 13 years ago
dcc675a
Whitespace.
by Eric Christopher
· 13 years ago
099bfe6
Some sphinx-ing and consistency fixes
by Eli Bendersky
· 13 years ago
ecf7e97
Remove some dead code.
by Eric Christopher
· 13 years ago
2db2749
Better 80cols... *sigh*
by Joe Abbey
· 13 years ago
8162cf4
Fixing a broken link.
by Joe Abbey
· 13 years ago
51c7c65
[asan] use names of globals instead of an external set to distinguish the globals generated by asan
by Kostya Serebryany
· 13 years ago
4077906
[asan] don't instrument linker-initialized globals even with external linkage in -asan-initialization-order mode
by Kostya Serebryany
· 13 years ago
ca23d43
[asan] make sure that linker-initialized globals (non-extern) are not instrumented even in -asan-initialization-order mode. This time with a test
by Kostya Serebryany
· 13 years ago
426fe8b
docs: Fix highlighting.
by Sean Silva
· 13 years ago
fecc368
llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: ppc32-elf is not ready.
by NAKAMURA Takumi
· 13 years ago
638d2d7
Fix a place where the declaration didn't use LLVM_ENABLE_DUMP but the
by Chandler Carruth
· 13 years ago
3a902d0
Use LLVM_ENABLE_DUMP for the variables used in printing as well as the
by Chandler Carruth
· 13 years ago
1767929
Fix PR14132 and handle OOB loads speculated throuh PHI nodes.
by Chandler Carruth
· 13 years ago
310f248
Fix physical register liveness calculations:
by Tim Northover
· 13 years ago
4fe5405
Intel OCL built-ins calling conventions now support MacOS 32-bit.
by Elena Demikhovsky
· 13 years ago
01425d6
Marking remote mcjit tests as XFAIL for MIPS.
by Simon Atanasyan
· 13 years ago
0976e00
Make the AttrListPtr object a part of the LLVMContext.
by Bill Wendling
· 13 years ago
9eecb35
Note Freescale's contributions in the PPC release notes.
by Hal Finkel
· 13 years ago
01315e6
docs: Sphinxify LLVMBuild documentation.
by Sean Silva
· 13 years ago
a1237b1
Add a comment to associate a FIXME with a PR where it is matters.
by Chandler Carruth
· 13 years ago
f5837aa
Rework the rewriting of loads and stores for vector and integer allocas
by Chandler Carruth
· 13 years ago
1f9f73a
ReST-ify some markup in the LIT document
by Eli Bendersky
· 13 years ago
5f214ae
80-column and whitespace fixups.
by Eric Christopher
· 13 years ago
525398e
Allow using MemoryBuffers with yaml::Stream directly.
by Sean Silva
· 13 years ago
c4639d6
Remove a function argument and propagate const around accordingly.
by Eric Christopher
· 13 years ago
0f1c7f6
Whitespace and 80-col.
by Eric Christopher
· 13 years ago
2d4a477
docs: Fix reference to "bold" part of code example.
by Sean Silva
· 13 years ago
239938f
Make AsmPrinter::EmitTTypeReference() more robust - put
by Anton Korobeynikov
· 13 years ago
2386fc8
Factor out type info emission into separate routine.
by Anton Korobeynikov
· 13 years ago
Next »