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
/
tools
/
verify-uselistorder
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
2
-8
/
+6
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-21
/
+21
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-2
/
+2
*
Define InitLLVM to do common initialization all at once.
Rui Ueyama
2018-04-13
1
-6
/
+2
*
Pass a reference to a module to the bitcode writer.
Rafael Espindola
2018-02-14
1
-1
/
+1
*
[CMake] verify-uselistorder depends on intrinsics_gen
Chris Bieneman
2016-11-18
1
-0
/
+3
*
Bitcode: Change module reader functions to return an llvm::Expected.
Peter Collingbourne
2016-11-13
1
-3
/
+3
*
Split Bitcode/ReaderWriter.h into separate reader and writer headers
Teresa Johnson
2016-11-11
1
-1
/
+2
*
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
2016-06-09
1
-1
/
+1
*
[GlobalDCE, Misc] Don't remove functions referenced by ifuncs
David Majnemer
2016-05-04
1
-0
/
+8
*
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
2016-04-14
1
-1
/
+1
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-17
/
+0
*
[uselistorder] Insert blank line, NFC
Vedant Kumar
2015-10-13
1
-0
/
+1
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-0
/
+4
*
Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.
Rafael Espindola
2015-06-16
1
-2
/
+2
*
uselistorder: Pull the assembly bit up out of the printer
Duncan P. N. Exon Smith
2015-04-15
1
-8
/
+2
*
uselistorder: Pull the bit through WriteToBitcodFile()
Duncan P. N. Exon Smith
2015-04-15
1
-5
/
+1
*
verify-uselistorder: More outs() and errs(), less dbgs()
Duncan P. N. Exon Smith
2015-04-14
1
-14
/
+17
*
IR: Rename 'use-list-order' options to 'uselistorder'
Duncan P. N. Exon Smith
2015-04-14
1
-8
/
+8
*
tools: Unify how verifyModule() is called
Duncan P. N. Exon Smith
2015-03-31
1
-2
/
+5
*
Purge unused includes throughout libSupport.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
Prologue support
Peter Collingbourne
2014-12-03
1
-2
/
+8
*
Pass a MemoryBufferRef when we can avoid taking ownership.
Rafael Espindola
2014-08-26
1
-1
/
+2
*
Return a std::unique_ptr from the IRReader.h functions. NFC.
Rafael Espindola
2014-08-26
1
-2
/
+1
*
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
2014-08-25
1
-8
/
+8
*
IR: Implement uselistorder assembly directives
Duncan P. N. Exon Smith
2014-08-19
1
-3
/
+6
*
verify-uselistorder: Force -preserve-bc-use-list-order
Duncan P. N. Exon Smith
2014-08-19
1
-3
/
+2
*
Modernize the .ll parsing interface.
Rafael Espindola
2014-08-19
1
-1
/
+1
*
verify-uselistorder: Call verifyModule() and improve output
Duncan P. N. Exon Smith
2014-08-18
1
-29
/
+33
*
verify-uselistorder: Reverse use-lists at every verification
Duncan P. N. Exon Smith
2014-08-01
1
-21
/
+69
*
verify-uselistorder: Add missing `static`
Duncan P. N. Exon Smith
2014-08-01
1
-1
/
+1
*
verify-uselistorder: Move shuffleUseLists() out of lib/IR
Duncan P. N. Exon Smith
2014-08-01
1
-5
/
+100
*
verify-uselistorder: Make the verification logic easier to reuse
Duncan P. N. Exon Smith
2014-08-01
1
-6
/
+10
*
Remove some calls to std::move.
Rafael Espindola
2014-08-01
1
-2
/
+2
*
verify-uselistorder: Change the default -num-shuffles=5
Duncan P. N. Exon Smith
2014-07-31
1
-1
/
+16
*
Rename llvm-uselistorder => verify-uselistorder
Duncan P. N. Exon Smith
2014-07-30
4
-0
/
+445