index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Second try at integrating the edis tester. This
Sean Callanan
2010-04-12
5
-41
/
+252
*
Boolify.
Benjamin Kramer
2010-04-12
1
-1
/
+1
*
Remove use of exceptions from bugpoint. No deliberate functionality change!
Nick Lewycky
2010-04-12
10
-341
/
+463
*
Remove dead argument and clean whitespace. No functionality change.
Nick Lewycky
2010-04-10
3
-16
/
+6
*
Updated the edis build mechanism to allow for builds
Sean Callanan
2010-04-10
3
-1
/
+31
*
revert r100842 which broke several of the build bots.
Chris Lattner
2010-04-09
5
-249
/
+42
*
Added a tester for the enhanced disassembler,
Sean Callanan
2010-04-09
5
-42
/
+249
*
Bugfixes for edis. Code to initialize instruction
Sean Callanan
2010-04-09
2
-5
/
+4
*
Added support for ARM disassembly to edis.
Sean Callanan
2010-04-08
6
-112
/
+263
*
add .o file writing for inline asm in llc. Here's a silly
Chris Lattner
2010-04-05
1
-0
/
+1
*
tidy #includes.
Chris Lattner
2010-04-05
1
-7
/
+7
*
stringref-ize the MemoryBuffer::get apis. This requires
Chris Lattner
2010-04-05
1
-7
/
+7
*
fix an ugly wart in the MCInstPrinter api where the
Chris Lattner
2010-04-04
3
-12
/
+8
*
remove some extraneous casts
Chris Lattner
2010-04-03
1
-2
/
+2
*
Add special case bitcode support for DebugLoc. This avoids
Chris Lattner
2010-04-03
1
-0
/
+2
*
Pass -shared to the linker.
Mikhail Glushenkov
2010-04-03
1
-0
/
+3
*
add a couple missing enum names.
Chris Lattner
2010-04-03
1
-0
/
+2
*
Updated the install location for EnhancedDisassembly
Sean Callanan
2010-04-02
1
-10
/
+7
*
Pass -m32/-m64 to assembler.
Mikhail Glushenkov
2010-03-31
1
-0
/
+2
*
Fix llvm-ld to clean up its output files in case of an error.
Dan Gohman
2010-03-30
1
-38
/
+48
*
revert r99719 which is breaking the botz.
Chris Lattner
2010-03-27
1
-18
/
+6
*
Make llvm-ld remove its output files in the event of an error.
Dan Gohman
2010-03-27
1
-6
/
+18
*
No need to check the same condition twice.
Dan Gohman
2010-03-27
1
-1
/
+1
*
llvm-mc: Add a -mc-relax-all option, which relaxes every fixup. We always need
Daniel Dunbar
2010-03-25
1
-1
/
+4
*
Trim #includes.
Dan Gohman
2010-03-24
8
-17
/
+0
*
It's not necessary to call raw_ostream::close explicitly on automatic
Dan Gohman
2010-03-24
1
-4
/
+0
*
llvm-mc: Support -filetype=null, for timing purposes.
Daniel Dunbar
2010-03-23
1
-0
/
+5
*
Remove if DISABLED not if not DISABLED...
Bill Wendling
2010-03-23
1
-1
/
+1
*
Use "DISABLE_EDIS" to disable building "edis" explicitly. Don't build it for
Bill Wendling
2010-03-23
1
-2
/
+6
*
make sure to delete the llvm module before calling llvm_shutdown,
Chris Lattner
2010-03-23
1
-23
/
+25
*
llc doesn't need LinkAllVMCore.
Dan Gohman
2010-03-22
1
-1
/
+0
*
Avoid leaking the FunctionPassManager from opt.
Jeffrey Yasskin
2010-03-22
1
-2
/
+2
*
Free all Constants in ~LLVMConstantImpl. We avoid assertion failures
Jeffrey Yasskin
2010-03-22
2
-0
/
+5
*
llvm-mc: Fix MCInstPrinter memory leaks.
Daniel Dunbar
2010-03-20
1
-9
/
+8
*
llvm-mc: Fix memory leak of MCAsmInfo.
Daniel Dunbar
2010-03-20
1
-2
/
+2
*
llvm-mc: Fix target selection for --disassemble to use GetTarget.
Daniel Dunbar
2010-03-19
1
-6
/
+2
*
fix an MCInstPrinter leak that jyasskin pointed out:
Chris Lattner
2010-03-19
1
-4
/
+3
*
Bugpoint's default memory limit (100MB) was too low for valgrind, so
Jeffrey Yasskin
2010-03-19
4
-9
/
+25
*
Changed install_name for libEnhancedDisassembly.dylib on
Sean Callanan
2010-03-17
1
-1
/
+2
*
add support for bugpointing the integrated assembler. Something like this
Chris Lattner
2010-03-16
3
-40
/
+66
*
llvm-mc: Delete output files on error.
Daniel Dunbar
2010-03-13
1
-0
/
+4
*
llvm-mc: Support -n, useful for comparing -integrated-as output since the
Daniel Dunbar
2010-03-13
1
-1
/
+5
*
llvm-mc: Support -arch as a simplified form of -triple.
Daniel Dunbar
2010-03-13
1
-2
/
+15
*
give Mangler access to TargetData.
Chris Lattner
2010-03-12
2
-2
/
+2
*
make the mangler take an MCContext instead of an MAI.
Chris Lattner
2010-03-12
2
-44
/
+48
*
remove MAI argument from createAsmStreamer since it
Chris Lattner
2010-03-12
1
-2
/
+1
*
change MCContext to always have an MCAsmInfo.
Chris Lattner
2010-03-11
2
-10
/
+9
*
MC: Provide MCAssembler with a TargetAsmBackend.
Daniel Dunbar
2010-03-11
1
-1
/
+4
*
Attempt to fix random build failures seen when doing highly
Duncan Sands
2010-03-09
1
-2
/
+1
*
Make it not an error to specify -O* options several times.
Mikhail Glushenkov
2010-03-05
2
-14
/
+20
[prev]
[next]