Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
a33e3d75fe761292341871253f86b163df11142c
a33e3d7
Fast-math flags documentation added to LangRef
by Michael Ilseman
· 13 years ago
cb84142
llvm/test/CodeGen/X86/2012-07-15-broadcastfold.ll: Loosen expression corresponding to r168627. Win32 and *bsd were affected.
by NAKAMURA Takumi
· 13 years ago
bb22ad1
Fast-math test for SimplifyInstruction: fold multiply by 0
by Michael Ilseman
· 13 years ago
eb61c92
Fast-math optimization: fold multiply by zero
by Michael Ilseman
· 13 years ago
a52f3ae
Fast-math test case for bitcode and textual reading/writing
by Michael Ilseman
· 13 years ago
495d10a
Fast-math flags for the bitcode
by Michael Ilseman
· 13 years ago
15c13d3
Fast-math flags for LLVM IR parsing and printing
by Michael Ilseman
· 13 years ago
4d26533
Make comment names match function names.
by Eric Christopher
· 13 years ago
74802f7
Add in sections for the fission case (no change so incorrect) and
by Eric Christopher
· 13 years ago
125fc7f
Fast-math interfaces for Instructions
by Michael Ilseman
· 13 years ago
ab4649b
Fast-math flags added to FPMathOperator.
by Michael Ilseman
· 13 years ago
400581a
Move Clang code owners list from llvm/ to cfe/.
by Richard Smith
· 13 years ago
8ba0117
Reorder section output ordering.
by Eric Christopher
· 13 years ago
bdab800
Whitespace cleanup.
by Eric Christopher
· 13 years ago
0d30d30
Step towards implementation of pass manager with doInitialization and doFinalization per module detangled from runOn?? calls, still has temporary code not to break ASAN to be removed when that pass conforms to the proposed model
by Owen Anderson
· 13 years ago
8d20b5f
Add an assertion to ensure freezeReservedRegs() is only ever called once.
by Chad Rosier
· 13 years ago
527ba9c
Make this test less sensitive.
by Eli Bendersky
· 13 years ago
728aede
Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,
by Chad Rosier
· 13 years ago
216532a
Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,
by Chad Rosier
· 13 years ago
0c617e6
Get rid of the getPointeeAlignment helper function from
by Eli Friedman
· 13 years ago
1243922
Remove the X86 Maximal Stack Alignment Check pass as it is no longer necessary.
by Chad Rosier
· 13 years ago
bb8ddc7
Don't use iterator after being erased.
by Jakub Staszak
· 13 years ago
8a66b6a
Correct copy-pasto where we're talking about function attributes and not parameter attributes.
by Bill Wendling
· 13 years ago
5c1f3d1
Fix comments in HexagonOperands.td.
by Jyotsna Verma
· 13 years ago
b30e256
rdar://12329730 (defect 2)
by Shuxin Yang
· 13 years ago
ec66ac5
Remove unneeded #includes.
by Jakub Staszak
· 13 years ago
d6d6859
Fix a comment bug in toascii simplifier
by Meador Inge
· 13 years ago
d7aa323
instcombine: Migrate printf optimizations
by Meador Inge
· 13 years ago
22689b6
Move the code that uses SCEVs prior to creating the new loops.
by Nadav Rotem
· 13 years ago
d642baf
Normalize splat 256bit vectors with 8 elements.
by Jakub Staszak
· 13 years ago
ed9e442
Decouple MCInstBuilder from the streamer per Eli's request.
by Benjamin Kramer
· 13 years ago
70af909
Remove stray trailing backslash
by Matt Beaumont-Gay
· 13 years ago
9a33f9f
tsan: fix lint warnings
by Dmitry Vyukov
· 13 years ago
a5cf16f
Rewrite test to not use a FileCheck variable and redefine it on the same line.
by Eli Bendersky
· 13 years ago
391271f
Add MCInstBuilder, a utility class to simplify MCInst creation similar to MachineInstrBuilder.
by Benjamin Kramer
· 13 years ago
6702e53
[tsan] add fail order to compare_exchange
by Dmitry Vyukov
· 13 years ago
9853db7
Fix a PassManager pointer use-after-free bug.
by Zhou Sheng
· 13 years ago
38c4441
instcombine: Migrate toascii optimizations
by Meador Inge
· 13 years ago
017bb75
instcombine: Migrate isascii optimizations
by Meador Inge
· 13 years ago
a0798ec
instcombine: Migrate isdigit optimizations
by Meador Inge
· 13 years ago
d6a9307
Removing SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG
by Joe Abbey
· 13 years ago
250ab62
Fix gcc's -Wunused-but-set-variable warnings.
by Rafael Espindola
· 13 years ago
48bb786
Fix bogus comment; no functional change.
by Meador Inge
· 13 years ago
dfb3b1a
instcombine: Migrate *abs optimizations
by Meador Inge
· 13 years ago
15d099a
instcombine: Migrate ffs* optimizations
by Meador Inge
· 13 years ago
6bfc348
Move the max vector width to a constant parameter. No functionality change.
by Nadav Rotem
· 13 years ago
00e8074
Fix the document style.
by Nadav Rotem
· 13 years ago
8c6b736
Refactor the ptr runtime check generation code. No functionality change.
by Nadav Rotem
· 13 years ago
170a15e
Code Custodian:
by Joe Abbey
· 13 years ago
f4f14f6
Add support for .cfi_register now that it is easy to extent the representation
by Rafael Espindola
· 13 years ago
a91eead
Move semantics are great, don't destroy the optimization opportunity with trivial copy ctors.
by Benjamin Kramer
· 13 years ago
a8e2b2b
Rename method. No functionality change.
by Nadav Rotem
· 13 years ago
d7e0b7c
The induction-pointer work is inspired by a research paper. This commit adds a reference.
by Nadav Rotem
· 13 years ago
0af63ac
Add support for pointer induction variables even when there is no integer induction variable.
by Nadav Rotem
· 13 years ago
327e4cb
Refactor to make helper method static.
by Craig Topper
· 13 years ago
14a708b
Further cleanups. Thanks for Sean Silva for noticing it.
by Rafael Espindola
· 13 years ago
7279809
Add an extra slash so doxygen comments will be properly recognized.
by Craig Topper
· 13 years ago
c1aa638
Remove duplicate check of LimitFloatPrecision. It was already checked earlier before IsExp10 could be set to true.
by Craig Topper
· 13 years ago
915562e
Factor common code out of individual if blocks into common tail.
by Craig Topper
· 13 years ago
134f78c
Remove redundant calls to getCurDebugLoc in visitIntrinsicCall. It's already called at the start of the function and captured in a local variable.
by Craig Topper
· 13 years ago
538cd48
Refactor a bit to make some helper methods static.
by Craig Topper
· 13 years ago
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
Next »