index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
Other
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PM] Give slightly less horrible names to the utility pass templates for
Chandler Carruth
2015-01-07
1
-23
/
+23
*
[PM] Fix a pretty nasty bug where the new pass manager would invalidate
Chandler Carruth
2015-01-07
1
-12
/
+51
*
[PM] Introduce a utility pass that preserves no analyses.
Chandler Carruth
2015-01-06
1
-0
/
+33
*
[PM] Simplify how we parse the outer layer of the pass pipeline text and
Chandler Carruth
2015-01-06
2
-3
/
+36
*
[PM] Add a utility pass template that synthesizes the invalidation of
Chandler Carruth
2015-01-06
1
-0
/
+51
*
[PM] Add a collection of no-op analysis passes and switch the new pass
Chandler Carruth
2015-01-06
1
-6
/
+14
*
[PM] Add a utility to the new pass manager for generating a pass which
Chandler Carruth
2015-01-06
1
-4
/
+2
*
[PM] Don't run the machinery of invalidating all the analysis passes
Chandler Carruth
2015-01-05
1
-0
/
+7
*
[PM] Add names and debug logging for analysis passes to the new pass
Chandler Carruth
2015-01-05
1
-0
/
+10
*
[PM] Wire up support for explicitly running the verifier pass.
Chandler Carruth
2015-01-05
1
-0
/
+20
*
[lit] Parse all strings as UTF-8 rather than ASCII.
Jordan Rose
2014-09-12
1
-0
/
+3
*
Teach llvm-bcanalyzer to use one stream's BLOCKINFO to read another stream.
Jordan Rose
2014-08-30
4
-0
/
+32
*
Don't internalize all but main by default.
Rafael Espindola
2014-08-05
1
-13
/
+0
*
IR: Fold away compares between GV GEPs and GVs
David Majnemer
2014-07-04
1
-0
/
+17
*
Change the default input for llvm-nm to be a.out instead of standard input
Kevin Enderby
2014-06-23
1
-2
/
+2
*
Canonicalize addrspacecast ConstExpr between different pointer types
Jingyue Wu
2014-06-15
1
-1
/
+1
*
Reduce verbiage of lit.local.cfg files
Alp Toker
2014-06-09
1
-2
/
+1
*
Fix most of PR10367.
Rafael Espindola
2014-05-16
1
-3
/
+3
*
Do not make -pass-remarks additive.
Diego Novillo
2014-05-06
1
-0
/
+7
*
[PM] Add a new-PM-style CGSCC pass manager using the newly added
Chandler Carruth
2014-04-21
1
-0
/
+36
*
Add -pass-remarks flag to 'opt'.
Diego Novillo
2014-04-08
1
-0
/
+33
*
[PM] Wire up the Verifier for the new pass manager and connect it to the
Chandler Carruth
2014-01-20
1
-0
/
+30
*
[PM] Wire up support for writing bitcode with new PM.
Chandler Carruth
2014-01-13
1
-0
/
+5
*
[PM] Wire up support for printing assembly output from the opt command.
Chandler Carruth
2014-01-13
1
-0
/
+6
*
[PM] Add module and function printing passes for the new pass manager.
Chandler Carruth
2014-01-12
1
-0
/
+28
*
[PM] Fix a bunch of bugs I spotted by inspection when working on this
Chandler Carruth
2014-01-12
1
-0
/
+50
*
[PM] Add support for parsing function passes and function pass manager
Chandler Carruth
2014-01-12
1
-0
/
+42
*
[PM] Actually nest pass managers correctly when parsing the pass
Chandler Carruth
2014-01-11
1
-2
/
+18
*
[PM] Add (very skeletal) support to opt for running the new pass
Chandler Carruth
2014-01-11
1
-0
/
+2
*
Removed llvm-cov.test from Other folder.
Yuchen Wu
2013-12-12
3
-4
/
+0
*
Add a fixed version of r195470 back.
Rafael Espindola
2013-11-22
1
-5
/
+6
*
Revert "Convert linkonce* to weak* instead of strong."
Rafael Espindola
2013-11-22
1
-6
/
+5
*
Convert linkonce* to weak* instead of strong.
Rafael Espindola
2013-11-22
1
-5
/
+6
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
1
-2
/
+2
*
Provide a test input for opt
Alp Toker
2013-11-05
1
-6
/
+6
*
Quote potential shell expansions found in tests
Alp Toker
2013-10-28
1
-1
/
+1
*
llvm/test/Other/close-stderr.ll: Remove "XFAIL:win32". It reverts r173509.
NAKAMURA Takumi
2013-10-26
1
-3
/
+0
*
Update to remove the no-frame-pointer-elim-non-leaf flag if it was set to 'fa...
Bill Wendling
2013-08-22
1
-1
/
+1
*
Teach ConstantFolding about pointer address spaces
Matt Arsenault
2013-08-20
1
-0
/
+235
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
2
-3
/
+0
*
Use pipefail when available.
Rafael Espindola
2013-07-26
1
-0
/
+2
*
Windows/Path.inc: Introduce file_type::character_file and file_type::fifo_fil...
NAKAMURA Takumi
2013-07-18
1
-3
/
+0
*
[Support] Beef up and expose the response file parsing in llvm::cl
Reid Kleckner
2013-07-18
1
-2
/
+6
*
llvm/test/Other/close-stderr.ll: Mark this as XFAIL on msys, since r186560.
NAKAMURA Takumi
2013-07-18
1
-0
/
+3
*
XFAIL this test on mingw.
Rafael Espindola
2013-07-16
1
-0
/
+1
*
Create files with mode 666. This matches the behavior of other unix tools.
Rafael Espindola
2013-07-16
1
-0
/
+13
*
Move r186044 tests into CodeGen/X86
Hal Finkel
2013-07-11
2
-20
/
+0
*
Set REQUIRES shell on the test cases for r186044
Hal Finkel
2013-07-10
2
-0
/
+2
*
XFAIL the test cases for r186044 on Hexagon
Hal Finkel
2013-07-10
2
-0
/
+2
*
Don't assert if we can't constant fold extract/insertvalue
Hal Finkel
2013-07-10
2
-0
/
+16
[next]