projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
really add a triple :-(
2012-06-19
Rafael Espindola
really add a triple :-(
commit
|
commitdiff
|
tree
2012-06-19
Rafael Espindola
Add a triple to the test.
commit
|
commitdiff
|
tree
2012-06-19
Rafael Espindola
Move the support for using .init_array from ARM to...
commit
|
commitdiff
|
tree
2012-06-16
Rafael Espindola
Implement irpc. Extracted from a patch by the PaX team...
commit
|
commitdiff
|
tree
2012-06-15
Rafael Espindola
Some optimizations done by globalopt are safe only...
commit
|
commitdiff
|
tree
2012-06-15
Rafael Espindola
Factor macro argument parsing into helper methods and...
commit
|
commitdiff
|
tree
2012-06-14
Rafael Espindola
Implement the isSafeToDiscardIfUnused predicate and...
commit
|
commitdiff
|
tree
2012-06-13
Rafael Espindola
Use LTO_CODEGEN_PIC_MODEL_DYNAMIC for PIE. This requirest...
commit
|
commitdiff
|
tree
2012-06-07
Rafael Espindola
Use a base register instead of an index register with...
commit
|
commitdiff
|
tree
2012-06-04
Rafael Espindola
When gvn decides to replace an instruction with another...
commit
|
commitdiff
|
tree
2012-06-03
Rafael Espindola
Represent .rept as an anonymous macro. This removes...
commit
|
commitdiff
|
tree
2012-06-03
Rafael Espindola
Add a typedef to simplify the code a bit. Not functionality...
commit
|
commitdiff
|
tree
2012-06-01
Rafael Espindola
Use dominates(Instruction, Use) in the verifier.
commit
|
commitdiff
|
tree
2012-06-01
Rafael Espindola
Add some tests checking that the verifier rejects cases...
commit
|
commitdiff
|
tree
2012-05-31
Rafael Espindola
Fix typos noticed by Benjamin Kramer.
commit
|
commitdiff
|
tree
2012-05-31
Rafael Espindola
Require intervals in the range metadata to be in a...
commit
|
commitdiff
|
tree
2012-05-12
Rafael Espindola
Add support for the .rept directive. Patch by Vladmir...
commit
|
commitdiff
|
tree
2012-05-11
Rafael Espindola
Fix a use after free when the streamer is destroyed...
commit
|
commitdiff
|
tree
2012-05-08
Rafael Espindola
Adding -fcolor-diagnostics is causing problem to users...
commit
|
commitdiff
|
tree
2012-05-04
Rafael Espindola
Pass -fcolor-diagnostics when it is supported. This...
commit
|
commitdiff
|
tree
2012-04-30
Rafael Espindola
Make sure HoistInsertPosition finds a position that...
commit
|
commitdiff
|
tree
2012-04-16
Rafael Espindola
Remove lto_codegen_set_whole_program_optimization....
commit
|
commitdiff
|
tree
2012-04-10
Rafael Espindola
Don't try to zExt just to check if an integer constant...
commit
|
commitdiff
|
tree
2012-04-09
Rafael Espindola
Pattern match a setcc of boolean value with 0 as a...
commit
|
commitdiff
|
tree
2012-04-04
Rafael Espindola
Always compute all the bits in ComputeMaskedBits.
commit
|
commitdiff
|
tree
2012-04-02
Rafael Espindola
Make dominatedBySlowTreeWalk private and assert cases...
commit
|
commitdiff
|
tree
2012-04-02
Rafael Espindola
No need to run llvm-as.
commit
|
commitdiff
|
tree
2012-04-02
Rafael Espindola
Add missing 'd'.
commit
|
commitdiff
|
tree
2012-03-31
Rafael Espindola
Add a workaround for building with old versions of...
commit
|
commitdiff
|
tree
2012-03-31
Rafael Espindola
Add a triple to the test.
commit
|
commitdiff
|
tree
2012-03-31
Rafael Espindola
Teach CodeGen's version of computeMaskedBits to understand...
commit
|
commitdiff
|
tree
2012-03-30
Rafael Espindola
Revert 153764 and 153761. They broke a --enable-optimized...
commit
|
commitdiff
|
tree
2012-03-30
Rafael Espindola
Handle unreachable code in the dominates functions...
commit
|
commitdiff
|
tree
2012-03-30
Rafael Espindola
Add computeMaskedBitsLoad back, as it was the change...
commit
|
commitdiff
|
tree
2012-03-28
Rafael Espindola
Handle intrinsics in GlobalsModRef. Fixes pr12351.
commit
|
commitdiff
|
tree
2012-03-26
Rafael Espindola
Use the new range metadata in computeMaskedBits and...
commit
|
commitdiff
|
tree
2012-03-25
Rafael Espindola
s/restrict/describe/
commit
|
commitdiff
|
tree
2012-03-24
Rafael Espindola
Use the isReachableFromEntry method.
commit
|
commitdiff
|
tree
2012-03-24
Rafael Espindola
Avoid using dominatedBySlowTreeWalk.
commit
|
commitdiff
|
tree
2012-03-24
Rafael Espindola
Remove always true variable.
commit
|
commitdiff
|
tree
2012-03-24
Rafael Espindola
Add a small release not about the range metadata.
commit
|
commitdiff
|
tree
2012-03-24
Rafael Espindola
First part of PR12251. Add documentation and verifier...
commit
|
commitdiff
|
tree
2012-03-15
Rafael Espindola
Short term fix for pr12270 before we change dominates...
commit
|
commitdiff
|
tree
2012-03-07
Rafael Espindola
Use llvm-mc instead of llc. Patch by Jack Carter.
commit
|
commitdiff
|
tree
2012-03-03
Rafael Espindola
Correctly initialize LineSectionSymbol. Thanks to Duncan...
commit
|
commitdiff
|
tree
2012-02-28
Rafael Espindola
Enable -Wcovered-switch-default again, but add -Werror...
commit
|
commitdiff
|
tree
2012-02-28
Rafael Espindola
On ELF, create relocations to the abbreviation and...
commit
|
commitdiff
|
tree
2012-02-28
Rafael Espindola
Enable -Wcovered-switch-default as it matches the switch...
commit
|
commitdiff
|
tree
2012-02-27
Rafael Espindola
Fix this assert. IP can point to an instruction with...
commit
|
commitdiff
|
tree
2012-02-26
Rafael Espindola
Add testcase for the previous commit.
commit
|
commitdiff
|
tree
2012-02-26
Rafael Espindola
Don't call dominates on unreachable instructions. Should...
commit
|
commitdiff
|
tree
2012-02-26
Rafael Espindola
And update the comment...
commit
|
commitdiff
|
tree
2012-02-26
Rafael Espindola
Enable the assert that got all this dominator work...
commit
|
commitdiff
|
tree
2012-02-26
Rafael Espindola
Use the DT dominates function in the verifier.
commit
|
commitdiff
|
tree
2012-02-26
Rafael Espindola
Change the implementation of dominates(inst, inst)...
commit
|
commitdiff
|
tree
2012-02-26
Rafael Espindola
Don't call dominates on unreachable instructions.
commit
|
commitdiff
|
tree
2012-02-26
Rafael Espindola
Don't call dominates on unreachable instructions.
commit
|
commitdiff
|
tree
2012-02-23
Rafael Espindola
Fix typo.
commit
|
commitdiff
|
tree
2012-02-22
Rafael Espindola
Improve comment. Thanks for Andrew for the suggestion.
commit
|
commitdiff
|
tree
2012-02-22
Rafael Espindola
Semantically revert 151015. Add a comment on why we...
commit
|
commitdiff
|
tree
2012-02-21
Rafael Espindola
s/the the/the/
commit
|
commitdiff
|
tree
2012-02-21
Rafael Espindola
Use more idiomatic assert.
commit
|
commitdiff
|
tree
2012-02-21
Rafael Espindola
Avoid warning on non assert builds.
commit
|
commitdiff
|
tree
2012-02-21
Rafael Espindola
It turns out that with the current scev organization...
commit
|
commitdiff
|
tree
2012-02-18
Rafael Espindola
White space fixes.
commit
|
commitdiff
|
tree
2012-02-18
Rafael Espindola
Temporarily disable this assert. Looks like it found...
commit
|
commitdiff
|
tree
2012-02-18
Rafael Espindola
Don't skip debug instructions when looking for the...
commit
|
commitdiff
|
tree
2012-02-03
Rafael Espindola
Replace the old --with-cxx-* configure options with...
commit
|
commitdiff
|
tree
2012-02-01
Rafael Espindola
Fix the cmake build
commit
|
commitdiff
|
tree
2012-01-31
Rafael Espindola
Regenerate configure.
commit
|
commitdiff
|
tree
2012-01-28
Rafael Espindola
Small improvement to the recursion detection logic...
commit
|
commitdiff
|
tree
2012-01-28
Rafael Espindola
Handle recursive variable definitions directly. This...
commit
|
commitdiff
|
tree
2012-01-27
Rafael Espindola
Add r149110 back with a fix for when the vector and...
commit
|
commitdiff
|
tree
2012-01-27
Rafael Espindola
Revert r149110 and add a testcase that was crashing...
commit
|
commitdiff
|
tree
2012-01-25
Rafael Espindola
-fvisibility-inlines-hidden is a c++ only option.
commit
|
commitdiff
|
tree
2012-01-23
Rafael Espindola
Add support for .cfi_signal_frame. Fixes pr11762.
commit
|
commitdiff
|
tree
2012-01-23
Rafael Espindola
Avoid using an invalidated iterator.
commit
|
commitdiff
|
tree
2012-01-23
Rafael Espindola
The iteration order over a std::set<Module*> depends...
commit
|
commitdiff
|
tree
2012-01-20
Rafael Espindola
Don't use -fvisibility-inlines-hidden on mingw to try...
commit
|
commitdiff
|
tree
2012-01-20
Rafael Espindola
cmake: pass -fvisibility-inlines-hidden if it is supported...
commit
|
commitdiff
|
tree
2012-01-18
Rafael Espindola
Add support for the gnueabihf environment. Patch by...
commit
|
commitdiff
|
tree
2012-01-17
Rafael Espindola
Add 148175 back. I am unable to reproduce any non determinis...
commit
|
commitdiff
|
tree
2012-01-14
Rafael Espindola
Only emit the Leh_func_endN symbol when needed.
commit
|
commitdiff
|
tree
2012-01-14
Rafael Espindola
Add a test showing how the Leh_func_endN symbol is...
commit
|
commitdiff
|
tree
2012-01-13
Rafael Espindola
Remove previous commit while I debug the bot failures.
commit
|
commitdiff
|
tree
2012-01-13
Rafael Espindola
Remove label that is not used anymore.
commit
|
commitdiff
|
tree
2012-01-12
Rafael Espindola
Add error-reporting tests for platforms that don't...
commit
|
commitdiff
|
tree
2012-01-12
Rafael Espindola
Support segmented stacks on 64-bit FreeBSD.
commit
|
commitdiff
|
tree
2012-01-12
Rafael Espindola
Support segmented stacks on win32.
commit
|
commitdiff
|
tree
2012-01-11
Rafael Espindola
Support segmented stacks on mac.
commit
|
commitdiff
|
tree
2012-01-11
Rafael Espindola
Split segmented stacks tests into tests for static...
commit
|
commitdiff
|
tree
2012-01-11
Rafael Espindola
Generate the segmented stack prologue for fastcc too.
commit
|
commitdiff
|
tree
2012-01-11
Rafael Espindola
Use unsigned comparison in segmented stack prologue.
commit
|
commitdiff
|
tree
2012-01-11
Rafael Espindola
Explicitly set the scale to 1 on some segstack prologue...
commit
|
commitdiff
|
tree
2012-01-11
Rafael Espindola
Add big endian mips support. Based on a patch by Jack...
commit
|
commitdiff
|
tree
2012-01-11
Rafael Espindola
Add the skeleton of an asm parser for mips.
commit
|
commitdiff
|
tree
2012-01-10
Rafael Espindola
Remove the logging streamer.
commit
|
commitdiff
|
tree
2012-01-09
Rafael Espindola
Don't print an unused label before .cfi_endproc.
commit
|
commitdiff
|
tree
2012-01-07
Rafael Espindola
Remove MCELFStreamer.h.
commit
|
commitdiff
|
tree
2012-01-07
Rafael Espindola
Don't print a label before .cfi_startproc when we don...
commit
|
commitdiff
|
tree
next